public interface SearchUIColumn extends ResultField
Modifier and Type | Method and Description |
---|---|
String |
getConverter()
Get the JS class name for converting field's value
|
String |
getDefaultSorter()
If the column should be the default sorter 'ASC' or 'DESC'.
|
I18nizableText |
getDescription()
Retrieves the description.
|
I18nizableText |
getLabel()
Retrieves the label.
|
String |
getRenderer()
Get the JS class name for renderer
|
Validator |
getValidator()
Get the validator.
|
String |
getWidget()
Retrieves the widget to use when editing.
|
Map<String,I18nizableText> |
getWidgetParameters()
Get the widget parameters.
|
int |
getWidth()
The column's width
|
boolean |
isEditable()
Determines if the property is editable
|
boolean |
isHidden()
Determines if the column is hidden by default
|
boolean |
isSortable()
Determines if the column is sortable
|
getFullValue, getId, getSearchField, getValue
getContentTypeId, getEnumerator, getType, isMultiple
I18nizableText getLabel()
I18nizableText getDescription()
int getWidth()
boolean isHidden()
true
if the column is hidden by defaultboolean isEditable()
true
if the property is editableboolean isSortable()
true
if the column is sortableString getDefaultSorter()
String getRenderer()
String getConverter()
String getWidget()
null
if none is defined.Map<String,I18nizableText> getWidgetParameters()
Validator getValidator()
null
if none is defined.