Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.GuiObjectColumnType
Packages that use GuiObjectColumnType
Package
Description
Package for reusable and stable GUI Wicket Components.
GUI API package for various utility classes and interfaces.
-
Uses of GuiObjectColumnType in com.evolveum.midpoint.gui.api.component
Methods in com.evolveum.midpoint.gui.api.component with parameters of type GuiObjectColumnTypeModifier and TypeMethodDescriptionprotected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<O>,
String> MainObjectListPanel.createNameColumn
(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType customColumn, ExpressionType expression) protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<O>,
String> PopupObjectListPanel.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 GuiObjectColumnTypeModifier and TypeMethodDescriptionstatic 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 GuiObjectColumnTypeModifier and TypeMethodDescriptionContainerableListPanel.createCustomExportableColumn
(org.apache.wicket.model.IModel<String> columnDisplayModel, GuiObjectColumnType customColumn, ExpressionType expression) 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 GuiObjectColumnTypeModifier and TypeMethodDescriptionContainerableListPanel.getViewColumnsTransformed
(List<GuiObjectColumnType> customColumns) 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 GuiObjectColumnTypeModifier and TypeMethodDescriptionprotected <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 GuiObjectColumnTypeModifierConstructorDescriptionConfigurableExpressionColumn
(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 GuiObjectColumnTypeModifier and TypeMethodDescriptionprotected 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 GuiObjectColumnTypeModifier and TypeMethodDescriptionprotected 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 GuiObjectColumnTypeModifier and TypeMethodDescriptionprotected 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 GuiObjectColumnTypeModifier and TypeMethodDescriptionprotected 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 GuiObjectColumnTypeModifier and TypeMethodDescriptionstatic 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 GuiObjectColumnTypeModifier and TypeMethodDescriptionCompiledObjectCollectionView.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 GuiObjectColumnTypeModifier and TypeMethodDescriptionstatic 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 GuiObjectColumnTypeModifier and TypeMethodDescriptionstatic 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 GuiObjectColumnTypeModifierConstructorDescriptionAbstractNameColumn
(org.apache.wicket.model.IModel<String> displayModel, String sortProperty, GuiObjectColumnType customColumn, ExpressionType expression, PageBase pageBase) AuditSelectableLinkColumn
(org.apache.wicket.model.IModel<String> displayModel, String sortProperty, GuiObjectColumnType customColumn, ExpressionType expression, PageBase pageBase) 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) SelectableObjectNameColumn
(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 GuiObjectColumnTypeModifier and TypeMethodDescriptionprotected 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 GuiObjectColumnTypeModifier and TypeMethodDescriptionprotected 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 GuiObjectColumnTypeModifier and TypeMethodDescriptionprotected 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 -
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 GuiObjectColumnTypeModifier and TypeFieldDescriptionstatic final Producer<GuiObjectColumnType>
GuiObjectColumnType.FACTORY
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return GuiObjectColumnTypeModifier and TypeMethodDescriptionGuiObjectColumnType._import
(DirectionElementsType value) GuiObjectListPanelConfigurationType.beginColumn()
GuiObjectListViewType.beginColumn()
GuiShadowListViewType.beginColumn()
GuiObjectColumnType.clone()
ObjectFactory.createGuiObjectColumnType()
GuiObjectColumnType.description
(String value) GuiObjectColumnType.display
(DisplayType value) GuiObjectColumnType.displayValue
(DisplayValueType value) GuiObjectColumnType.documentation
(String value) GuiObjectColumnType.export
(DirectionElementsType value) GuiObjectColumnType.path
(ItemPathType value) GuiObjectColumnType.previousColumn
(String value) GuiObjectColumnType.sortProperty
(String value) GuiObjectColumnType.visibility
(UserInterfaceElementVisibilityType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type GuiObjectColumnTypeModifier and TypeMethodDescriptionGuiObjectListPanelConfigurationType.createColumnList()
GuiObjectListPanelConfigurationType.getColumn()
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type GuiObjectColumnTypeModifier and TypeMethodDescriptionGuiObjectListPanelConfigurationType.column
(GuiObjectColumnType value) GuiObjectListViewType.column
(GuiObjectColumnType value) 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