Class ShadowAssociationObjectsColumn
java.lang.Object
org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn<PrismContainerValueWrapper<C>,String>
com.evolveum.midpoint.gui.impl.component.data.column.AbstractItemWrapperColumn<C,PrismContainerValueWrapper<C>>
com.evolveum.midpoint.gui.impl.component.data.column.PrismContainerWrapperColumn<ShadowAssociationValueType>
com.evolveum.midpoint.gui.impl.page.admin.shadow.ShadowAssociationObjectsColumn
- All Implemented Interfaces:
Serializable
,org.apache.wicket.extensions.markup.html.repeater.data.grid.ICellPopulator<PrismContainerValueWrapper<ShadowAssociationValueType>>
,org.apache.wicket.extensions.markup.html.repeater.data.table.export.IExportableColumn<PrismContainerValueWrapper<ShadowAssociationValueType>,
,String> org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<PrismContainerValueWrapper<ShadowAssociationValueType>,
,String> org.apache.wicket.extensions.markup.html.repeater.data.table.IStyledColumn<PrismContainerValueWrapper<ShadowAssociationValueType>,
,String> org.apache.wicket.model.IDetachable
,org.apache.wicket.util.io.IClusterable
public class ShadowAssociationObjectsColumn
extends PrismContainerWrapperColumn<ShadowAssociationValueType>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.gui.impl.component.data.column.AbstractItemWrapperColumn
AbstractItemWrapperColumn.ColumnType
-
Field Summary
Fields inherited from class com.evolveum.midpoint.gui.impl.component.data.column.AbstractItemWrapperColumn
itemName
-
Constructor Summary
ConstructorDescriptionShadowAssociationObjectsColumn
(org.apache.wicket.model.IModel<? extends PrismContainerDefinition<ShadowAssociationValueType>> rowModel, PageBase pageBase) -
Method Summary
Modifier and TypeMethodDescriptionprotected <IW extends ItemWrapper>
org.apache.wicket.ComponentcreateColumnPanel
(String componentId, org.apache.wicket.model.IModel<IW> rowModel) Methods inherited from class com.evolveum.midpoint.gui.impl.component.data.column.PrismContainerWrapperColumn
createHeader, getDataModel, getPageBase
Methods inherited from class com.evolveum.midpoint.gui.impl.component.data.column.AbstractItemWrapperColumn
getColumnType, getHeader, populateItem
Methods inherited from class org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn
detach, getCssClass, getDisplayModel, 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, getSortProperty, isSortable
Methods inherited from interface org.apache.wicket.model.IDetachable
detach
Methods inherited from interface org.apache.wicket.extensions.markup.html.repeater.data.table.export.IExportableColumn
getDisplayModel
-
Constructor Details
-
ShadowAssociationObjectsColumn
public ShadowAssociationObjectsColumn(org.apache.wicket.model.IModel<? extends PrismContainerDefinition<ShadowAssociationValueType>> rowModel, PageBase pageBase)
-
-
Method Details
-
createColumnPanel
protected <IW extends ItemWrapper> org.apache.wicket.Component createColumnPanel(String componentId, org.apache.wicket.model.IModel<IW> rowModel) - Overrides:
createColumnPanel
in classPrismContainerWrapperColumn<ShadowAssociationValueType>
-