Interface ColumnSelectorTagDeclaration
- All Superinterfaces:
HasBinding, HasId, HasIdBindingAndRendered, IsDisabled, IsImmediateCommand, IsRendered, IsVisual
public interface ColumnSelectorTagDeclaration
extends HasIdBindingAndRendered, IsImmediateCommand, IsVisual, IsDisabled
Renders a column with checkboxes to mark selected rows.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetSelectable(String selectable) Indicating the selection mode of the columnSelector.Methods inherited from interface HasBinding
setBindingMethods inherited from interface IsDisabled
setDisabledMethods inherited from interface IsImmediateCommand
setImmediateMethods inherited from interface IsRendered
setRenderedMethods inherited from interface IsVisual
setCustomClass, setMarkup
-
Method Details
-
setSelectable
Indicating the selection mode of the columnSelector. Only effective if sheet selection mode is none. Use case: Show details with tc:row event and columnSelector for action on selected rows.
-