Class BooleanConditionColumn<T>
java.lang.Object
org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn<T,String>
org.apache.syncope.client.console.wicket.extensions.markup.html.repeater.data.table.BooleanConditionColumn<T>
- All Implemented Interfaces:
Serializable,ICellPopulator<T>,IColumn<T,,String> IStyledColumn<T,,String> IDetachable,IClusterable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract booleanisCondition(IModel<T> rowModel) voidpopulateItem(Item<ICellPopulator<T>> item, String componentId, IModel<T> rowModel) Methods inherited from class org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn
detach, getCssClass, getDisplayModel, getHeader, getSortPropertyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn
getHeaderColspan, getHeaderRowspan, isSortable
-
Constructor Details
-
BooleanConditionColumn
-
-
Method Details
-
isCondition
-
populateItem
-