public class PasswordUIDefinition extends StringUIDefinition
HashedStringDomainType,
EncryptedStringDomainTypelog| Constructor and Description |
|---|
PasswordUIDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormEditorType() |
String |
getGridFieldProperties(Field field)
Computes properties to initialize and set the field in a Smartclient grid cell.
|
String |
getTypeProperties()
Computes the properties used to define the type, this includes all the Smartclient SimpleType
properties.
|
boolean |
showHover()
This method determines if the UI definition should include the showHover property as part of
the grid field properties.
|
getFieldProperties, getFilterEditorPropertiesProperty, getFilterEditorType, getParentTypeconvertToClassicString, createFromClassicString, createJsonValueFromClassicValueString, establishGridConfigurationSettings, formatValueFromSQL, formatValueToSQL, getCellAlign, getDataSourceParameters, getDefaultValue, getDefaultValueFromSQLExpression, getDomainType, getFieldProperties, getFieldPropertiesFirstRecord, getFieldPropertiesWithoutCombo, getFilterEditorProperties, getGridEditorFieldProperties, getGridEditorType, getGridFieldName, getName, getParameterProperties, getParameterWidth, getReadOnlyEditorType, getReference, getSafeBoolean, getShowHoverGridFieldSettings, getValueFromSQLDefault, getValueInComboReference, getValueInComboReference, parseSQL, readGridConfigurationSetting, removeAttributeFromString, setReferencepublic String getFormEditorType()
getFormEditorType in class StringUIDefinitionpublic String getGridFieldProperties(Field field)
UIDefinitiongetGridFieldProperties in class StringUIDefinitionfield - the field for which the information should be computed.public String getTypeProperties()
UIDefinitiongetTypeProperties in class UIDefinitionpublic boolean showHover()
UIDefinitiontrue by default.showHover in class UIDefinitiontrue if fields using this UI definition should display their text on a hover
box, otherwise return false