public class PasswordUIDefinition extends StringUIDefinition
HashedStringDomainType
,
EncryptedStringDomainType
log
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, getParentType
convertToClassicString, 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, setReference
public String getFormEditorType()
getFormEditorType
in class StringUIDefinition
public String getGridFieldProperties(Field field)
UIDefinition
getGridFieldProperties
in class StringUIDefinition
field
- the field for which the information should be computed.public String getTypeProperties()
UIDefinition
getTypeProperties
in class UIDefinition
public boolean showHover()
UIDefinition
true
by default.showHover
in class UIDefinition
true
if fields using this UI definition should display their text on a hover
box, otherwise return false