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, getParentType
getFieldProperties
convertToClassicString, 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, showHover
public String getFormEditorType()
getFormEditorType
in class TextUIDefinition
public String getFilterEditorType()
getFilterEditorType
in class TextUIDefinition
UIDefinition.getFormEditorType()
public String getGridEditorType()
getGridEditorType
in class TextUIDefinition
UIDefinition.getFormEditorType()
public String getReadOnlyEditorType()
getReadOnlyEditorType
in class UIDefinition
public String getFieldProperties(Field field, boolean getValueFromSession)
UIDefinition
getFieldProperties
in class UIDefinition
field
- the field for which the information should be computed.public String getFilterEditorPropertiesProperty(Field field)
UIDefinition
getFilterEditorPropertiesProperty
in class StringUIDefinition
field
- the field to generate the filter editor properties for, note it is allowed to pass
null, implementors should gracefully handle this.