Class AttrColumn<T extends Attributable>
- 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.AttrColumn<T>
-
- All Implemented Interfaces:
Serializable
,ICellPopulator<T>
,IColumn<T,String>
,IStyledColumn<T,String>
,IDetachable
,IClusterable
public class AttrColumn<T extends Attributable> extends AbstractColumn<T,String>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttrColumn(String name, String label, SchemaType schemaType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
populateItem(Item<ICellPopulator<T>> cellItem, 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
-
-
-
-
Constructor Detail
-
AttrColumn
public AttrColumn(String name, String label, SchemaType schemaType)
-
-