Class CheckGroupColumn<T,S>
- java.lang.Object
-
- org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn<T,S>
-
- org.apache.syncope.client.console.wicket.extensions.markup.html.repeater.data.table.CheckGroupColumn<T,S>
-
- All Implemented Interfaces:
Serializable
,ICellPopulator<T>
,IColumn<T,S>
,IStyledColumn<T,S>
,IDetachable
,IClusterable
public class CheckGroupColumn<T,S> extends AbstractColumn<T,S>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CheckGroupColumn(CheckGroup<T> checkGroup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCssClass()
Component
getHeader(String componentId)
void
populateItem(Item<ICellPopulator<T>> item, String componentId, IModel<T> rowModel)
-
Methods inherited from class org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn
detach, getDisplayModel, getSortProperty
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn
getHeaderColspan, getHeaderRowspan, isSortable
-
-
-
-
Constructor Detail
-
CheckGroupColumn
public CheckGroupColumn(CheckGroup<T> checkGroup)
-
-
Method Detail
-
getCssClass
public String getCssClass()
- Specified by:
getCssClass
in interfaceIStyledColumn<T,S>
- Overrides:
getCssClass
in classAbstractColumn<T,S>
-
-