public class CharacteristicsUIDefinition extends TextUIDefinition
log| Constructor and Description |
|---|
CharacteristicsUIDefinition() |
| 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 |
getFilterEditorPropertiesProperty(Field field)
Returns the filterEditorProperties property set on the gridfield.
|
String |
getFilterEditorType() |
String |
getFormEditorType() |
String |
getGridEditorType() |
String |
getReadOnlyEditorType() |
getGridFieldProperties, getParentTypegetFieldPropertiesconvertToClassicString, createFromClassicString, createJsonValueFromClassicValueString, establishGridConfigurationSettings, formatValueFromSQL, formatValueToSQL, getCellAlign, getDataSourceParameters, getDefaultValue, getDefaultValueFromSQLExpression, getDomainType, getFieldPropertiesFirstRecord, getFieldPropertiesWithoutCombo, getFilterEditorProperties, getGridEditorFieldProperties, getGridFieldName, getName, getParameterProperties, getParameterWidth, getReference, getSafeBoolean, getShowHoverGridFieldSettings, getTypeProperties, getValueFromSQLDefault, getValueInComboReference, getValueInComboReference, parseSQL, readGridConfigurationSetting, removeAttributeFromString, setReference, showHoverpublic String getFormEditorType()
getFormEditorType in class TextUIDefinitionpublic String getFilterEditorType()
getFilterEditorType in class TextUIDefinitionUIDefinition.getFormEditorType()public String getGridEditorType()
getGridEditorType in class TextUIDefinitionUIDefinition.getFormEditorType()public String getReadOnlyEditorType()
getReadOnlyEditorType in class UIDefinitionpublic String getFieldProperties(Field field, boolean getValueFromSession)
UIDefinitiongetFieldProperties in class UIDefinitionfield - the field for which the information should be computed.public String getFilterEditorPropertiesProperty(Field field)
UIDefinitiongetFilterEditorPropertiesProperty in class StringUIDefinitionfield - the field to generate the filter editor properties for, note it is allowed to pass
null, implementors should gracefully handle this.