public interface ColumnDescriptor
ColumnDescriptor describes the properties of a certain column.| Modifier and Type | Method and Description |
|---|---|
LanguageModel |
getLanguage()
Gets the language.
|
String |
getName()
Returns the name of this column.
|
boolean |
isDynamic()
Checks if column is dynamic.
|
boolean |
isEditable()
Returns whether this column is editable or not.
|
boolean |
isSelectable()
Returns whether this column is selectable or not.
|
boolean |
isSortable()
Returns whether this column is sortable or not.
|
boolean |
isVisible()
Returns whether this column is visible or not.
|
void |
setDynamic(boolean dynamic)
Sets the dynamic.
|
String getName()
boolean isEditable()
boolean isSelectable()
boolean isVisible()
boolean isSortable()
boolean isDynamic()
void setDynamic(boolean dynamic)
dynamic - the new dynamicLanguageModel getLanguage()
Copyright © 2017 SAP SE. All Rights Reserved.