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, showHover
public String getParentType()
getParentType
in class UIDefinition
public String getFormEditorType()
getFormEditorType
in class UIDefinition
public String getFilterEditorType()
getFilterEditorType
in class UIDefinition
UIDefinition.getFormEditorType()
public String getGridFieldProperties(Field field)
UIDefinition
getGridFieldProperties
in class UIDefinition
field
- the field for which the information should be computed.public String getFieldProperties(Field field, boolean getValueFromSession)
UIDefinition
getFieldProperties
in class UIDefinition
field
- the field for which the information should be computed.public String getFieldPropertiesWithoutCombo(Field field, boolean getValueFromSession)
UIDefinition
getFieldPropertiesWithoutCombo
in class UIDefinition
public String getFilterEditorProperties(Field field)
UIDefinition
getFilterEditorProperties
in class UIDefinition
field
- the field for which the information should be computed.