I have created some custom fields in the Model's information view in OneClick where one of the fields contain a password. Is there a way to have an editable password that is replaced by "****" in OneClick like the password field for a User model?
Release : Any
Component : Spectrum OneClick
Use the "PasswordCellRenderer" in the xml file used to define the custom attribute.
com.aprisma.spectrum.app.swing.table.render.PasswordCellRenderer
Please reference the "OneClick Customization" section of the document for more information on using renderers.