public class BinaryUIDefinition extends UIDefinition
log
Constructor and Description |
---|
BinaryUIDefinition() |
Modifier and Type | Method and Description |
---|---|
String |
getGridFieldProperties(Field field)
Computes properties to initialize and set the field in a Smartclient grid cell.
|
String |
getParentType() |
boolean |
showHover()
This method determines if the UI definition should include the showHover property as part of
the grid field properties.
|
convertToClassicString, createFromClassicString, createJsonValueFromClassicValueString, establishGridConfigurationSettings, formatValueFromSQL, formatValueToSQL, getCellAlign, getDataSourceParameters, getDefaultValue, getDefaultValueFromSQLExpression, getDomainType, getFieldProperties, getFieldProperties, getFieldPropertiesFirstRecord, getFieldPropertiesWithoutCombo, getFilterEditorProperties, getFilterEditorPropertiesProperty, getFilterEditorType, getFormEditorType, getGridEditorFieldProperties, getGridEditorType, getGridFieldName, getName, getParameterProperties, getParameterWidth, getReadOnlyEditorType, getReference, getSafeBoolean, getShowHoverGridFieldSettings, getTypeProperties, getValueFromSQLDefault, getValueInComboReference, getValueInComboReference, parseSQL, readGridConfigurationSetting, removeAttributeFromString, setReference
public String getGridFieldProperties(Field field)
UIDefinition
getGridFieldProperties
in class UIDefinition
field
- the field for which the information should be computed.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
public String getParentType()
getParentType
in class UIDefinition