public interface ITableSetupCommon extends IComponentSetupCommon
Modifier and Type | Method and Description |
---|---|
boolean |
getColumnsMoveable() |
boolean |
getColumnsResizeable() |
ITableDataModel |
getDataModel() |
ITableCellEditorFactory<? extends ITableCellEditor> |
getEditor() |
TableSelectionPolicy |
getSelectionPolicy() |
boolean |
hasBorder() |
boolean |
isHeaderVisible() |
TableSelectionPolicy getSelectionPolicy()
boolean getColumnsMoveable()
boolean getColumnsResizeable()
boolean isHeaderVisible()
boolean hasBorder()
ITableCellEditorFactory<? extends ITableCellEditor> getEditor()
ITableDataModel getDataModel()
Siehe auch Jowidgets Nutzerhandbuch