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, setReferencepublic String getGridFieldProperties(Field field)
UIDefinitiongetGridFieldProperties in class UIDefinitionfield - the field for which the information should be computed.public boolean showHover()
UIDefinitiontrue by default.showHover in class UIDefinitiontrue if fields using this UI definition should display their text on a hover
box, otherwise return falsepublic String getParentType()
getParentType in class UIDefinition