Uses of Interface
com.evolveum.midpoint.web.component.util.SelectableBean
-
-
Uses of SelectableBean in com.evolveum.midpoint.gui.api.component
Methods in com.evolveum.midpoint.gui.api.component that return types with arguments of type SelectableBean Modifier and Type Method Description protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<O>,String>
MainObjectListPanel. createCheckboxColumn()
protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<O>,String>
PopupObjectListPanel. createCheckboxColumn()
protected List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<O>,String>>
PopupObjectListPanel. createDefaultColumns()
protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<O>,String>
ObjectListPanel. createIconColumn()
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)
protected ISelectableDataProvider<SelectableBean<O>>
MainObjectListPanel. createProvider()
protected ISelectableDataProvider<SelectableBean<O>>
PopupObjectListPanel. createProvider()
List<SelectableBean<O>>
MainObjectListPanel. isAnythingSelected(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<SelectableBean<O>> selectedObject)
This method check selection in table.Method parameters in com.evolveum.midpoint.gui.api.component with type arguments of type SelectableBean Modifier and Type Method Description void
MainObjectListPanel. deleteConfirmedPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<SelectableBean<O>> objectToDelete)
protected org.apache.wicket.model.IModel<Boolean>
PopupObjectListPanel. getCheckBoxEnableModel(org.apache.wicket.model.IModel<SelectableBean<O>> rowModel)
protected org.apache.wicket.model.IModel<Boolean>
AbstractPopupTabPanel. getObjectSelectCheckBoxEnableModel(org.apache.wicket.model.IModel<SelectableBean<O>> rowModel)
protected org.apache.wicket.model.IModel<Boolean>
ResourceTypeAssignmentPopupTabPanel. getObjectSelectCheckBoxEnableModel(org.apache.wicket.model.IModel<SelectableBean<ResourceType>> rowModel)
List<SelectableBean<O>>
MainObjectListPanel. isAnythingSelected(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<SelectableBean<O>> selectedObject)
This method check selection in table.protected boolean
ObjectListPanel. isObjectDetailsEnabled(org.apache.wicket.model.IModel<SelectableBean<O>> rowModel)
protected boolean
PopupObjectListPanel. isObjectDetailsEnabled(org.apache.wicket.model.IModel<SelectableBean<O>> rowModel)
protected boolean
ObjectListPanel. notContainsNameColumn(@NotNull List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<O>,String>> columns)
protected void
AbstractPopupTabPanel. onSelectionPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, List<org.apache.wicket.model.IModel<SelectableBean<O>>> rowModelList, org.apache.wicket.extensions.markup.html.repeater.data.table.DataTable dataTable)
protected void
ResourceTypeAssignmentPopupTabPanel. onSelectionPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, List<org.apache.wicket.model.IModel<SelectableBean<ResourceType>>> rowModelList, org.apache.wicket.extensions.markup.html.repeater.data.table.DataTable dataTable)
protected void
PopupObjectListPanel. onUpdateCheckbox(org.apache.wicket.ajax.AjaxRequestTarget target, List<org.apache.wicket.model.IModel<SelectableBean<O>>> rowModel, org.apache.wicket.extensions.markup.html.repeater.data.table.DataTable table)
protected void
PopupObjectListPanel. updatePreselectedObjects(List<org.apache.wicket.model.IModel<SelectableBean<O>>> rowModelList)
-
Uses of SelectableBean in com.evolveum.midpoint.gui.api.util
Method parameters in com.evolveum.midpoint.gui.api.util with type arguments of type SelectableBean Modifier and Type Method Description static org.apache.wicket.model.IModel<String>
WebComponentUtil. createSimulatedCategoryNameModel(org.apache.wicket.Component component, org.apache.wicket.model.IModel<SelectableBean<TaskType>> taskModel)
Simulates task category using task archetype. -
Uses of SelectableBean in com.evolveum.midpoint.gui.impl.component
Methods in com.evolveum.midpoint.gui.impl.component that return types with arguments of type SelectableBean Modifier and Type Method Description protected ISelectableDataProvider<SelectableBean<O>>
AbstractObjectListPanel. createProvider()
-
Uses of SelectableBean in com.evolveum.midpoint.gui.impl.component.data.provider
Methods in com.evolveum.midpoint.gui.impl.component.data.provider that return SelectableBean Modifier and Type Method Description SelectableBean<T>
SelectableBeanDataProvider. createDataObjectWrapper(T obj)
SelectableBean<O>
SelectableBeanObjectDataProvider. createDataObjectWrapper(O obj)
SelectableBean<ObjectReferenceType>
SelectableBeanReferenceDataProvider. createDataObjectWrapper(ObjectReferenceType obj)
Methods in com.evolveum.midpoint.gui.impl.component.data.provider that return types with arguments of type SelectableBean Modifier and Type Method Description protected Iterator<SelectableBean<T>>
SelectableBeanDataProvider. handleNotSuccessOrHandledErrorInIterator(OperationResult result)
Iterator<SelectableBean<T>>
SelectableBeanDataProvider. internalIterator(long offset, long pageSize)
-
Uses of SelectableBean in com.evolveum.midpoint.gui.impl.component.tile
Methods in com.evolveum.midpoint.gui.impl.component.tile that return types with arguments of type SelectableBean Modifier and Type Method Description protected TemplateTile<SelectableBean<O>>
SingleSelectTileTablePanel. createTileObject(SelectableBean<O> object)
Methods in com.evolveum.midpoint.gui.impl.component.tile with parameters of type SelectableBean Modifier and Type Method Description protected TemplateTile<SelectableBean<O>>
SingleSelectTileTablePanel. createTileObject(SelectableBean<O> object)
protected void
SingleSelectTileTablePanel. customizeNewRowItem(SelectableBean<O> value)
protected void
MultiSelectTileTablePanel. processSelectOrDeselectItem(SelectableBean<O> value, org.apache.wicket.ajax.AjaxRequestTarget target)
Method parameters in com.evolveum.midpoint.gui.impl.component.tile with type arguments of type SelectableBean Modifier and Type Method Description protected org.apache.wicket.model.IModel<org.apache.wicket.request.resource.IResource>
SelectableFocusTilePanel. createPreferredImage(org.apache.wicket.model.IModel<TemplateTile<SelectableBean<O>>> model)
protected BoxedTablePanel
SingleSelectTileTablePanel. createTablePanel(String idTable, org.apache.wicket.extensions.markup.html.repeater.data.table.ISortableDataProvider<SelectableBean<O>,String> provider, UserProfileStorage.TableId tableId)
protected org.apache.wicket.Component
MultiSelectTileTablePanel. createTile(String id, org.apache.wicket.model.IModel<TemplateTile<SelectableBean<O>>> model)
protected org.apache.wicket.Component
SingleSelectTileTablePanel. createTile(String id, org.apache.wicket.model.IModel<TemplateTile<SelectableBean<O>>> model)
Constructor parameters in com.evolveum.midpoint.gui.impl.component.tile with type arguments of type SelectableBean Constructor Description SelectableFocusTilePanel(String id, org.apache.wicket.model.IModel<TemplateTile<SelectableBean<O>>> model)
-
Uses of SelectableBean in com.evolveum.midpoint.gui.impl.component.wizard
Methods in com.evolveum.midpoint.gui.impl.component.wizard that return types with arguments of type SelectableBean Modifier and Type Method Description protected List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<O>,String>>
SelectTileWizardStepPanel. createColumns()
protected TileTablePanel<TemplateTile<SelectableBean<O>>,SelectableBean<O>>
SelectTileWizardStepPanel. getTable()
protected TileTablePanel<TemplateTile<SelectableBean<O>>,SelectableBean<O>>
SelectTileWizardStepPanel. getTable()
Methods in com.evolveum.midpoint.gui.impl.component.wizard with parameters of type SelectableBean Modifier and Type Method Description protected void
MultiSelectTileWizardStepPanel. customizeTile(SelectableBean<O> object, TemplateTile<SelectableBean<O>> tile)
protected void
MultiSelectTileWizardStepPanel. processSelectOrDeselectItem(SelectableBean<O> value, org.apache.wicket.ajax.AjaxRequestTarget target)
Method parameters in com.evolveum.midpoint.gui.impl.component.wizard with type arguments of type SelectableBean Modifier and Type Method Description protected void
MultiSelectTileWizardStepPanel. customizeTile(SelectableBean<O> object, TemplateTile<SelectableBean<O>> tile)
-
Uses of SelectableBean in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component that return types with arguments of type SelectableBean Modifier and Type Method Description protected TileTablePanel<TemplateTile<SelectableBean<FocusType>>,SelectableBean<FocusType>>
GovernanceCardsPanel. getMemberTileTable()
protected TileTablePanel<TemplateTile<SelectableBean<FocusType>>,SelectableBean<FocusType>>
GovernanceCardsPanel. getMemberTileTable()
-
Uses of SelectableBean in com.evolveum.midpoint.gui.impl.page.admin.mark
Methods in com.evolveum.midpoint.gui.impl.page.admin.mark that return types with arguments of type SelectableBean 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 SelectableBean in com.evolveum.midpoint.gui.impl.page.admin.resource.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component that return types with arguments of type SelectableBean Modifier and Type Method Description static <O extends ObjectType>
TemplateTile<SelectableBean<O>>TemplateTile. createTileFromObject(SelectableBean<O> object, PageBase pageBase)
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component with parameters of type SelectableBean Modifier and Type Method Description static <O extends ObjectType>
TemplateTile<SelectableBean<O>>TemplateTile. createTileFromObject(SelectableBean<O> object, PageBase pageBase)
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.resource.component with type arguments of type SelectableBean Modifier and Type Method Description protected boolean
ResourceContentPanel. isShadowDetailsEnabled(org.apache.wicket.model.IModel<SelectableBean<ShadowType>> rowModel)
-
Uses of SelectableBean in com.evolveum.midpoint.gui.impl.page.admin.role.component.wizard
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.component.wizard with parameters of type SelectableBean Modifier and Type Method Description protected void
AccessApplicationRoleStepPanel. processSelectOrDeselectItem(SelectableBean<RoleType> value, org.apache.wicket.ajax.AjaxRequestTarget target)
-
Uses of SelectableBean in com.evolveum.midpoint.gui.impl.page.admin.role.component.wizard.construction
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.component.wizard.construction that return types with arguments of type SelectableBean Modifier and Type Method Description protected List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<ShadowType>,String>>
ConstructionGroupStepPanel. createColumns()
protected List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<ResourceType>,String>>
ConstructionResourceStepPanel. createColumns()
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.component.wizard.construction with parameters of type SelectableBean Modifier and Type Method Description protected void
ConstructionGroupStepPanel. customizeTile(@NotNull SelectableBean<ShadowType> object, @Nullable TemplateTile<SelectableBean<ShadowType>> tile)
protected void
ConstructionGroupStepPanel. processSelectOrDeselectItem(SelectableBean<ShadowType> value, org.apache.wicket.ajax.AjaxRequestTarget target)
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.role.component.wizard.construction with type arguments of type SelectableBean Modifier and Type Method Description protected void
ConstructionGroupStepPanel. customizeTile(@NotNull SelectableBean<ShadowType> object, @Nullable TemplateTile<SelectableBean<ShadowType>> tile)
-
Uses of SelectableBean in com.evolveum.midpoint.gui.impl.page.admin.simulation
Methods in com.evolveum.midpoint.gui.impl.page.admin.simulation that return types with arguments of type SelectableBean 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 List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<SimulationResultType>,String>>
SimulationResultsPanel. createDefaultColumns()
protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<SimulationResultProcessedObjectType>,String>
ProcessedObjectsPanel. createIconColumn()
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)
static org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<SimulationResultProcessedObjectType>,String>
SimulationsGuiUtil. createProcessedObjectIconColumn()
protected ISelectableDataProvider<SelectableBean<SimulationResultProcessedObjectType>>
ProcessedObjectsPanel. createProvider()
protected ISelectableDataProvider<SelectableBean<SimulationResultType>>
SimulationResultsPanel. createProvider()
-
Uses of SelectableBean in com.evolveum.midpoint.gui.impl.util
Methods in com.evolveum.midpoint.gui.impl.util that return types with arguments of type SelectableBean Modifier and Type Method Description static <T extends ObjectType>
List<SelectableBean<T>>TableUtil. getSelectedModels(org.apache.wicket.extensions.markup.html.repeater.data.table.DataTable table)
-
Uses of SelectableBean in com.evolveum.midpoint.web.component.assignment
Classes in com.evolveum.midpoint.web.component.assignment that implement SelectableBean Modifier and Type Class Description class
AssignmentEditorDto
TODO: unify with AssignmentItemDto -
Uses of SelectableBean in com.evolveum.midpoint.web.component.data.column
Methods in com.evolveum.midpoint.web.component.data.column that return types with arguments of type SelectableBean Modifier and Type Method Description static org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn<SelectableBean<CaseType>,String>
ColumnUtils. createCaseActorsColumn(PageBase pageBase)
static <O extends ObjectType>
org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<O>,String>ColumnUtils. createIconColumn(PageBase pageBase)
static <T extends AbstractRoleType>
List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<T>,String>>ColumnUtils. getDefaultAbstractRoleColumns(boolean showAccounts)
static <T extends ObjectType>
List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<T>,String>>ColumnUtils. getDefaultArchetypeColumns()
static List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<CaseType>,String>>
ColumnUtils. getDefaultCaseColumns(PageBase pageBase, boolean isDashboard)
static <C extends ObjectType>
List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<C>,String>>ColumnUtils. getDefaultColumns(Class<? extends C> type, PageBase pageBase)
static <O extends ObjectType>
List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<O>,String>>ColumnUtils. getDefaultObjectColumns()
static <T extends ObjectType>
List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<T>,String>>ColumnUtils. getDefaultOrgColumns(PageBase pageBase)
static <T extends ObjectType>
List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<T>,String>>ColumnUtils. getDefaultResourceColumns()
static <T extends ObjectType>
List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<T>,String>>ColumnUtils. getDefaultRoleColumns()
static <T extends ObjectType>
List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<T>,String>>ColumnUtils. getDefaultServiceColumns()
static <T extends ObjectType>
List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<T>,String>>ColumnUtils. getDefaultTaskColumns()
static <T extends ObjectType>
List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<T>,String>>ColumnUtils. getDefaultUserColumns()
Methods in com.evolveum.midpoint.web.component.data.column with parameters of type SelectableBean Modifier and Type Method Description protected org.apache.wicket.model.IModel<String>
ObjectNameColumn. getContainerName(@NotNull SelectableBean<O> selectableBean)
Method parameters in com.evolveum.midpoint.web.component.data.column with type arguments of type SelectableBean Modifier and Type Method Description static <T extends ObjectType>
StringColumnUtils. getIconColumnTitle(org.apache.wicket.model.IModel<SelectableBean<T>> rowModel)
static <T extends ObjectType>
StringColumnUtils. getIconColumnValue(org.apache.wicket.model.IModel<SelectableBean<T>> rowModel)
-
Uses of SelectableBean in com.evolveum.midpoint.web.component.search
Constructor parameters in com.evolveum.midpoint.web.component.search with type arguments of type SelectableBean Constructor Description SwitchablePropertyValuePanel(String id, org.apache.wicket.model.IModel<SelectableBean<ValueSearchFilterItem>> model)
-
Uses of SelectableBean in com.evolveum.midpoint.web.component.util
Classes in com.evolveum.midpoint.web.component.util that implement SelectableBean Modifier and Type Class Description class
SelectableBeanImpl<T extends Serializable>
class
TreeSelectableBean<T extends Serializable>
Method parameters in com.evolveum.midpoint.web.component.util with type arguments of type SelectableBean Modifier and Type Method Description void
FocusListInlineMenuHelper. deleteConfirmedPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<SelectableBean<F>> selectedObject)
-
Uses of SelectableBean in com.evolveum.midpoint.web.page.admin.reports.component
Methods in com.evolveum.midpoint.web.page.admin.reports.component that return types with arguments of type SelectableBean Modifier and Type Method Description protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<AuditEventRecordType>,String>
AuditLogViewerPanel. createCheckboxColumn()
protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<C>,String>
ReportObjectsListPanel. createCheckboxColumn()
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 List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<C>,String>>
ReportObjectsListPanel. createDefaultColumns()
protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<AuditEventRecordType>,String>
AuditLogViewerPanel. createIconColumn()
protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<C>,String>
ReportObjectsListPanel. createIconColumn()
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)
protected ISelectableDataProvider<SelectableBean<AuditEventRecordType>>
AuditLogViewerPanel. createProvider()
protected ISelectableDataProvider<SelectableBean<C>>
ReportObjectsListPanel. createProvider()
Method parameters in com.evolveum.midpoint.web.page.admin.reports.component with type arguments of type SelectableBean Modifier and Type Method Description protected void
ReportObjectsListPanel. customProcessNewRowItem(org.apache.wicket.markup.repeater.Item<SelectableBean<C>> item, org.apache.wicket.model.IModel<SelectableBean<C>> model)
protected void
ReportObjectsListPanel. customProcessNewRowItem(org.apache.wicket.markup.repeater.Item<SelectableBean<C>> item, org.apache.wicket.model.IModel<SelectableBean<C>> model)
protected AuditEventRecordType
AuditLogViewerPanel. unwrapModel(org.apache.wicket.model.IModel<SelectableBean<AuditEventRecordType>> rowModel)
-
Uses of SelectableBean in com.evolveum.midpoint.web.page.admin.resources
Method parameters in com.evolveum.midpoint.web.page.admin.resources with type arguments of type SelectableBean Modifier and Type Method Description protected boolean
ResourceContentPanel. isShadowDetailsEnabled(org.apache.wicket.model.IModel<SelectableBean<ShadowType>> rowModel)
-
Uses of SelectableBean in com.evolveum.midpoint.web.page.admin.server
Methods in com.evolveum.midpoint.web.page.admin.server that return types with arguments of type SelectableBean Modifier and Type Method Description protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<CaseType>,String>
CasesTablePanel. createCheckboxColumn()
protected List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<CaseType>,String>>
CasesTablePanel. createDefaultColumns()
protected List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<TaskType>,String>>
TaskTablePanel. createDefaultColumns()
protected ISelectableDataProvider<SelectableBean<CaseType>>
CasesTablePanel. createProvider()
protected List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<TaskType>,String>>
TaskTablePanel. initCustomTaskColumns()
Methods in com.evolveum.midpoint.web.page.admin.server with parameters of type SelectableBean Modifier and Type Method Description protected @NotNull TaskInformation
TaskTablePanel. getAttachedTaskInformation(SelectableBean<TaskType> selectableTaskBean)
CreatesTaskInformationUtil
based on current table row and (in subclasses) the whole activity tree overview.Method parameters in com.evolveum.midpoint.web.page.admin.server with type arguments of type SelectableBean Modifier and Type Method Description protected boolean
TaskTablePanel. isObjectDetailsEnabled(org.apache.wicket.model.IModel<SelectableBean<TaskType>> rowModel)
-
Uses of SelectableBean in com.evolveum.midpoint.web.page.admin.server.dto
Classes in com.evolveum.midpoint.web.page.admin.server.dto that implement SelectableBean Modifier and Type Class Description class
TaskErrorSelectableBeanImpl
Task error bean for native repository.class
TaskErrorSelectableBeanImplOld<O extends ObjectType>
TODO: promised to be removed in 4.5, at least in this doc: https://docs.evolveum.com/midpoint/reference/admin-gui/admin-gui-config/Methods in com.evolveum.midpoint.web.page.admin.server.dto with parameters of type SelectableBean Modifier and Type Method Description static @NotNull TaskInformation
TaskInformationUtil. getOrCreateInfo(@NotNull SelectableBean<TaskType> bean, @Nullable TaskType rootTask)
InstallsTaskInformationUtil
into givenSelectableBean
(or returns information already being there). -
Uses of SelectableBean in com.evolveum.midpoint.web.page.admin.shadows
Methods in com.evolveum.midpoint.web.page.admin.shadows that return types with arguments of type SelectableBean Modifier and Type Method Description protected List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<ShadowType>,String>>
ShadowTablePanel. createDefaultColumns()
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)
Method parameters in com.evolveum.midpoint.web.page.admin.shadows with type arguments of type SelectableBean Modifier and Type Method Description protected boolean
ShadowTablePanel. isObjectDetailsEnabled(org.apache.wicket.model.IModel<SelectableBean<ShadowType>> rowModel)
protected boolean
ShadowTablePanel. isShadowDetailsEnabled(org.apache.wicket.model.IModel<SelectableBean<ShadowType>> rowModel)
protected void
ShadowTablePanel. updateResourceObjectStatusPerformed(org.apache.wicket.model.IModel<SelectableBean<ShadowType>> selected, org.apache.wicket.ajax.AjaxRequestTarget target, boolean enabled)
-
Uses of SelectableBean in com.evolveum.midpoint.web.page.admin.users
Methods in com.evolveum.midpoint.web.page.admin.users that return types with arguments of type SelectableBean Modifier and Type Method Description List<SelectableBean<UserType>>
PageUsers. isAnythingSelected(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<SelectableBean<UserType>> selectedObject)
This method check selection in table.Method parameters in com.evolveum.midpoint.web.page.admin.users with type arguments of type SelectableBean Modifier and Type Method Description List<SelectableBean<UserType>>
PageUsers. isAnythingSelected(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<SelectableBean<UserType>> selectedObject)
This method check selection in table.
-