Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.GuiObjectColumnType
-
-
Uses of GuiObjectColumnType in com.evolveum.midpoint.gui.api.component
Methods in com.evolveum.midpoint.gui.api.component with parameters of type GuiObjectColumnType Modifier and Type Method Description protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<O>,String>
ObjectListPanel. createNameColumn(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType customColumn, ExpressionType expression)
-
Uses of GuiObjectColumnType in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util with parameters of type GuiObjectColumnType Modifier and Type Method Description static ItemPath
WebComponentUtil. getPath(GuiObjectColumnType column)
-
Uses of GuiObjectColumnType in com.evolveum.midpoint.gui.impl.component
Methods in com.evolveum.midpoint.gui.impl.component with parameters of type GuiObjectColumnType Modifier and Type Method Description protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<PO,String>
ContainerableListPanel. createCustomExportableColumn(org.apache.wicket.model.IModel<String> columnDisplayModel, GuiObjectColumnType customColumn, ExpressionType expression)
protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<PO,String>
ContainerableListPanel. createNameColumn(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType customColumn, ExpressionType expression)
protected String
ContainerableListPanel. getSortProperty(GuiObjectColumnType customColumn, ExpressionType expressionType)
Method parameters in com.evolveum.midpoint.gui.impl.component with type arguments of type GuiObjectColumnType Modifier and Type Method Description protected List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<PO,String>>
ContainerableListPanel. getViewColumnsTransformed(List<GuiObjectColumnType> customColumns)
protected List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<PO,String>>
ContainerableListPanel. getViewColumnsTransformed(List<GuiObjectColumnType> customColumns, boolean shouldCheckForNameColumn)
-
Uses of GuiObjectColumnType in com.evolveum.midpoint.gui.impl.component.data.column
Methods in com.evolveum.midpoint.gui.impl.component.data.column with parameters of type GuiObjectColumnType Modifier and Type Method Description protected <V> Collection<V>
ConfigurableExpressionColumn. evaluateExpression(T rowValue, Item<?,?> columnItem, ExpressionType expression, GuiObjectColumnType customColumn)
<V> String
ConfigurableExpressionColumn. loadExportableColumnDataModel(org.apache.wicket.model.IModel<S> rowModel, GuiObjectColumnType customColumn, ItemPath columnPath, ExpressionType expression)
Constructors in com.evolveum.midpoint.gui.impl.component.data.column with parameters of type GuiObjectColumnType Constructor Description ConfigurableExpressionColumn(org.apache.wicket.model.IModel<String> displayModel, String sortProperty, GuiObjectColumnType customColumns, ExpressionType expressionType, PageBase modelServiceLocator)
ReportExpressionColumn(org.apache.wicket.model.IModel<String> displayModel, String sortProperty, GuiObjectColumnType customColumns, ExpressionType expressionType, PageBase modelServiceLocator)
-
Uses of GuiObjectColumnType in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder.component.assignmentType
Methods in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder.component.assignmentType with parameters of type GuiObjectColumnType Modifier and Type Method Description protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<PrismContainerValueWrapper<AssignmentType>,String>
AbstractAssignmentTypePanel. createNameColumn(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType customColumn, ExpressionType expression)
-
Uses of GuiObjectColumnType in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder.component.assignmentType.assignment
Methods in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder.component.assignmentType.assignment with parameters of type GuiObjectColumnType Modifier and Type Method Description protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<PrismContainerValueWrapper<AssignmentType>,String>
DirectAndIndirectAssignmentPanel. createNameColumn(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType customColumn, ExpressionType expression)
-
Uses of GuiObjectColumnType in com.evolveum.midpoint.gui.impl.page.admin.mark
Methods in com.evolveum.midpoint.gui.impl.page.admin.mark with parameters of type GuiObjectColumnType Modifier and Type Method Description protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<MarkType>,String>
MarkObjectListPanel. createCustomExportableColumn(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType customColumn, ExpressionType expression)
-
Uses of GuiObjectColumnType in com.evolveum.midpoint.gui.impl.page.admin.simulation
Methods in com.evolveum.midpoint.gui.impl.page.admin.simulation with parameters of type GuiObjectColumnType Modifier and Type Method Description protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<SimulationResultProcessedObjectType>,String>
ProcessedObjectsPanel. createCustomExportableColumn(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType customColumn, ExpressionType expression)
protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<SimulationResultType>,String>
SimulationResultsPanel. createCustomExportableColumn(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType customColumn, ExpressionType expression)
protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<SimulationResultProcessedObjectType>,String>
ProcessedObjectsPanel. createNameColumn(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType customColumn, ExpressionType expression)
-
Uses of GuiObjectColumnType in com.evolveum.midpoint.gui.impl.util
Methods in com.evolveum.midpoint.gui.impl.util with parameters of type GuiObjectColumnType Modifier and Type Method Description static String
GuiDisplayNameUtil. getDisplayName(GuiObjectColumnType guiObjectColumn)
-
Uses of GuiObjectColumnType in com.evolveum.midpoint.model.api.authentication
Methods in com.evolveum.midpoint.model.api.authentication that return types with arguments of type GuiObjectColumnType Modifier and Type Method Description List<GuiObjectColumnType>
CompiledObjectCollectionView. getColumns()
Returns column definition list (already ordered). -
Uses of GuiObjectColumnType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return types with arguments of type GuiObjectColumnType Modifier and Type Method Description static List<GuiObjectColumnType>
MiscSchemaUtil. orderCustomColumns(List<GuiObjectColumnType> customColumns)
static List<GuiObjectColumnType>
ObjectTypeUtil. orderCustomColumns(List<GuiObjectColumnType> customColumns)
Method parameters in com.evolveum.midpoint.schema.util with type arguments of type GuiObjectColumnType Modifier and Type Method Description static void
MiscSchemaUtil. mergeColumns(List<GuiObjectColumnType> existingColumns, List<GuiObjectColumnType> newColumns)
static List<GuiObjectColumnType>
MiscSchemaUtil. orderCustomColumns(List<GuiObjectColumnType> customColumns)
static List<GuiObjectColumnType>
ObjectTypeUtil. orderCustomColumns(List<GuiObjectColumnType> customColumns)
-
Uses of GuiObjectColumnType in com.evolveum.midpoint.web.component.data.column
Constructors in com.evolveum.midpoint.web.component.data.column with parameters of type GuiObjectColumnType Constructor Description ContainerableNameColumn(org.apache.wicket.model.IModel<String> displayModel, String sortProperty, GuiObjectColumnType customColumn, ExpressionType expression, PageBase pageBase)
ObjectNameColumn(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType customColumn, ExpressionType expression, PageBase pageBase)
-
Uses of GuiObjectColumnType in com.evolveum.midpoint.web.page.admin.cases
Methods in com.evolveum.midpoint.web.page.admin.cases with parameters of type GuiObjectColumnType Modifier and Type Method Description protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn
CaseWorkItemsPanel. createNameColumn(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType customColumn, ExpressionType expression)
-
Uses of GuiObjectColumnType in com.evolveum.midpoint.web.page.admin.reports.component
Methods in com.evolveum.midpoint.web.page.admin.reports.component with parameters of type GuiObjectColumnType Modifier and Type Method Description protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<AuditEventRecordType>,String>
AuditLogViewerPanel. createCustomExportableColumn(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType guiObjectColumn, ExpressionType expression)
protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<C>,String>
ReportObjectsListPanel. createCustomExportableColumn(org.apache.wicket.model.IModel<String> columnDisplayModel, GuiObjectColumnType customColumn, ExpressionType expression)
protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<AuditEventRecordType>,String>
AuditLogViewerPanel. createNameColumn(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType customColumn, ExpressionType expression)
protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<C>,String>
ReportObjectsListPanel. createNameColumn(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType customColumn, ExpressionType expression)
-
Uses of GuiObjectColumnType in com.evolveum.midpoint.web.page.admin.shadows
Methods in com.evolveum.midpoint.web.page.admin.shadows with parameters of type GuiObjectColumnType Modifier and Type Method Description protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<ShadowType>,String>
ShadowTablePanel. createNameColumn(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType customColumn, ExpressionType expression)
-
Uses of GuiObjectColumnType in com.evolveum.midpoint.xml.ns._public.common.api_types_3
Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return GuiObjectColumnType Modifier and Type Method Description GuiObjectColumnType
ObjectFactory. createGuiObjectColumnType()
-
Uses of GuiObjectColumnType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type GuiObjectColumnType Modifier and Type Field Description static Producer<GuiObjectColumnType>
GuiObjectColumnType. FACTORY
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type GuiObjectColumnType Modifier and Type Method Description List<GuiObjectColumnType>
GuiObjectListPanelConfigurationType. createColumnList()
List<GuiObjectColumnType>
GuiObjectListPanelConfigurationType. getColumn()
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type GuiObjectColumnType Modifier and Type Method Description GuiObjectListPanelConfigurationType
GuiObjectListPanelConfigurationType. column(GuiObjectColumnType value)
GuiObjectListViewType
GuiObjectListViewType. column(GuiObjectColumnType value)
GuiShadowListViewType
GuiShadowListViewType. column(GuiObjectColumnType value)
-
Uses of GuiObjectColumnType in com.evolveum.midpoint.xml.ns._public.model.model_3
Methods in com.evolveum.midpoint.xml.ns._public.model.model_3 that return GuiObjectColumnType Modifier and Type Method Description GuiObjectColumnType
ObjectFactory. createGuiObjectColumnType()
-