public class EnumUIDefinition extends UIDefinition
log| Constructor and Description |
|---|
EnumUIDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldProperties(Field field,
boolean getValueFromSession)
Computes properties to initialize and set the field in a Smartclient form.
|
String |
getFieldPropertiesWithoutCombo(Field field,
boolean getValueFromSession)
It returns the same as getFieldProperties except in the case of combo UIDefinitions.
|
String |
getFilterEditorProperties(Field field)
Computes properties to initialize and set the field in a Smartclient grid filter.
|
String |
getFilterEditorType() |
String |
getFormEditorType() |
String |
getGridFieldProperties(Field field)
Computes properties to initialize and set the field in a Smartclient grid cell.
|
String |
getParentType() |
convertToClassicString, createFromClassicString, createJsonValueFromClassicValueString, establishGridConfigurationSettings, formatValueFromSQL, formatValueToSQL, getCellAlign, getDataSourceParameters, getDefaultValue, getDefaultValueFromSQLExpression, getDomainType, getFieldProperties, getFieldPropertiesFirstRecord, getFilterEditorPropertiesProperty, getGridEditorFieldProperties, getGridEditorType, getGridFieldName, getName, getParameterProperties, getParameterWidth, getReadOnlyEditorType, getReference, getSafeBoolean, getShowHoverGridFieldSettings, getTypeProperties, getValueFromSQLDefault, getValueInComboReference, getValueInComboReference, parseSQL, readGridConfigurationSetting, removeAttributeFromString, setReference, showHoverpublic String getParentType()
getParentType in class UIDefinitionpublic String getFormEditorType()
getFormEditorType in class UIDefinitionpublic String getFilterEditorType()
getFilterEditorType in class UIDefinitionUIDefinition.getFormEditorType()public String getGridFieldProperties(Field field)
UIDefinitiongetGridFieldProperties in class UIDefinitionfield - the field for which the information should be computed.public String getFieldProperties(Field field, boolean getValueFromSession)
UIDefinitiongetFieldProperties in class UIDefinitionfield - the field for which the information should be computed.public String getFieldPropertiesWithoutCombo(Field field, boolean getValueFromSession)
UIDefinitiongetFieldPropertiesWithoutCombo in class UIDefinitionpublic String getFilterEditorProperties(Field field)
UIDefinitiongetFilterEditorProperties in class UIDefinitionfield - the field for which the information should be computed.