Interface ColumnSelectorTagDeclaration
-
- All Superinterfaces:
HasBinding
,HasId
,HasIdBindingAndRendered
,IsDisabled
,IsRendered
,IsVisual
public interface ColumnSelectorTagDeclaration extends HasIdBindingAndRendered, IsVisual, IsDisabled
Renders a column with checkboxes to mark selected rows.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setSelectable(String selectable)
Indicating the selection mode of the columnSelector.-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsDisabled
setDisabled
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered
setRendered
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisual
setCustomClass, setMarkup
-
-
-
-
Method Detail
-
setSelectable
void setSelectable(String selectable)
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.
-
-