Class ConnObjectAttrColumn
java.lang.Object
org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn<ConnObject,String>
org.apache.syncope.client.console.wicket.extensions.markup.html.repeater.data.table.ConnObjectAttrColumn
- All Implemented Interfaces:
Serializable,ICellPopulator<ConnObject>,IColumn<ConnObject,,String> IStyledColumn<ConnObject,,String> IDetachable,IClusterable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateItem(Item<ICellPopulator<ConnObject>> cellItem, String componentId, IModel<ConnObject> 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
-
ConnObjectAttrColumn
-
-
Method Details
-
populateItem
public void populateItem(Item<ICellPopulator<ConnObject>> cellItem, String componentId, IModel<ConnObject> rowModel)
-