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

    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.HasId

    setId

    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 Details

    • 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.