Interface ColumnSelectorTagDeclaration
- All Superinterfaces:
- HasBinding,- HasId,- HasIdBindingAndRendered,- IsDisabled,- IsRendered,- IsVisual
Renders a column with checkboxes to mark selected rows.
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetSelectable(String selectable) Indicating the selection mode of the columnSelector.Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBindingsetBindingMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsDisabledsetDisabledMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRenderedsetRenderedMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisualsetCustomClass, setMarkup
- 
Method Details- 
setSelectableIndicating 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.
 
-