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
public class ConnObjectAttrColumn extends AbstractColumn<ConnObject,String>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnObjectAttrColumn(String name, SchemaType schemaType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
populateItem(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, 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
-
ConnObjectAttrColumn
public ConnObjectAttrColumn(String name, SchemaType schemaType)
-
-
Method Detail
-
populateItem
public void populateItem(Item<ICellPopulator<ConnObject>> cellItem, String componentId, IModel<ConnObject> rowModel)
-
-