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
public abstract class BooleanConditionColumn<T> extends AbstractColumn<T,String>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BooleanConditionColumn(IModel<String> displayModel)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract boolean
isCondition(IModel<T> rowModel)
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, getCssClass, getDisplayModel, getHeader, 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
-
-