public interface ITableSetupBuilderCommon<INSTANCE_TYPE extends ITableSetupBuilderCommon<?>> extends IComponentSetupBuilderCommon<INSTANCE_TYPE>
Modifier and Type | Method and Description |
---|---|
INSTANCE_TYPE |
setBorder(boolean border) |
INSTANCE_TYPE |
setColumnsMoveable(boolean columnsMoveable) |
INSTANCE_TYPE |
setColumnsResizeable(boolean columnsResizeable) |
INSTANCE_TYPE |
setDataModel(ITableDataModel model) |
INSTANCE_TYPE |
setEditor(ITableCellEditorFactory<? extends ITableCellEditor> editor) |
INSTANCE_TYPE |
setHeaderVisible(boolean visible) |
INSTANCE_TYPE |
setSelectionPolicy(TableSelectionPolicy selectionPolicy) |
setSetup
INSTANCE_TYPE setSelectionPolicy(TableSelectionPolicy selectionPolicy)
INSTANCE_TYPE setColumnsMoveable(boolean columnsMoveable)
INSTANCE_TYPE setColumnsResizeable(boolean columnsResizeable)
INSTANCE_TYPE setHeaderVisible(boolean visible)
INSTANCE_TYPE setBorder(boolean border)
INSTANCE_TYPE setDataModel(ITableDataModel model)
INSTANCE_TYPE setEditor(ITableCellEditorFactory<? extends ITableCellEditor> editor)
Siehe auch Jowidgets Nutzerhandbuch