Uses of Class
com.evolveum.midpoint.gui.api.model.LoadableModel
-
-
Uses of LoadableModel in com.evolveum.midpoint.gui.api.component
Methods in com.evolveum.midpoint.gui.api.component that return LoadableModel Modifier and Type Method Description protected LoadableModel<MultiFunctinalButtonDto>MainObjectListPanel. loadButtonDescriptions() -
Uses of LoadableModel in com.evolveum.midpoint.gui.api.model
Subclasses of LoadableModel in com.evolveum.midpoint.gui.api.model Modifier and Type Class Description classCountableLoadableModel<T>A loadable model of a list that knows how to provide count of list items without having to retrieve the actual data.classNonEmptyLoadableModel<T>Loadable model whose object is always not null.Methods in com.evolveum.midpoint.gui.api.model that return LoadableModel Modifier and Type Method Description static <T> LoadableModel<T>LoadableModel. create(Producer<T> producer, boolean alwaysReload) -
Uses of LoadableModel in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util with parameters of type LoadableModel Modifier and Type Method Description static voidWebComponentUtil. revive(LoadableModel<?> loadableModel, PrismContext prismContext) -
Uses of LoadableModel in com.evolveum.midpoint.gui.impl.component.menu.listGroup
Methods in com.evolveum.midpoint.gui.impl.component.menu.listGroup with parameters of type LoadableModel Modifier and Type Method Description voidListGroupMenuItem. setItemsModel(@NotNull LoadableModel<List<ListGroupMenuItem<T>>> items) -
Uses of LoadableModel in com.evolveum.midpoint.gui.impl.component.search.panel
Methods in com.evolveum.midpoint.gui.impl.component.search.panel that return LoadableModel Modifier and Type Method Description protected LoadableModel<String>ReferenceValueSearchPanel. getTextValue() -
Uses of LoadableModel in com.evolveum.midpoint.gui.impl.component.wizard
Methods in com.evolveum.midpoint.gui.impl.component.wizard that return LoadableModel Modifier and Type Method Description protected LoadableModel<List<Tile<T>>>EnumWizardChoicePanel. loadTilesModel()protected abstract LoadableModel<List<Tile<T>>>WizardChoicePanel. loadTilesModel() -
Uses of LoadableModel in com.evolveum.midpoint.gui.impl.page.admin
Methods in com.evolveum.midpoint.gui.impl.page.admin that return LoadableModel Modifier and Type Method Description protected LoadableModel<PrismObjectWrapper<O>>AbstractPageObjectDetails. getModel()LoadableModel<GuiObjectDetailsPageType>ObjectDetailsModels. getObjectDetailsPageConfiguration()LoadableModel<PrismObjectWrapper<O>>AbstractObjectMainPanel. getObjectWrapperModel()LoadableModel<PrismObjectWrapper<O>>ObjectDetailsModels. getObjectWrapperModel()protected LoadableModel<MultiFunctinalButtonDto>CreateTemplatePanel. loadButtonDescriptions()protected LoadableModel<List<Tile<CompiledObjectCollectionView>>>TemplateChoicePanel. loadTilesModel()Methods in com.evolveum.midpoint.gui.impl.page.admin with parameters of type LoadableModel Modifier and Type Method Description protected OperationalButtonsPanel<O>AbstractPageObjectDetails. createButtonsPanel(String id, LoadableModel<PrismObjectWrapper<O>> wrapperModel) -
Uses of LoadableModel in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component that return LoadableModel Modifier and Type Method Description protected LoadableModel<MultiFunctinalButtonDto>AbstractRoleMemberPanel. loadMultiFunctionalButtonModel(boolean useDefaultObjectRelations) -
Uses of LoadableModel in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder
Methods in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder that return LoadableModel Modifier and Type Method Description LoadableModel<ExecuteChangeOptionsDto>FocusDetailsModels. getExecuteOptionsModel()Methods in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder with parameters of type LoadableModel Modifier and Type Method Description protected AssignmentHolderOperationalButtonsPanel<AH>PageAssignmentHolderDetails. createButtonsPanel(String id, LoadableModel<PrismObjectWrapper<AH>> wrapperModel) -
Uses of LoadableModel in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder.component.assignmentType.assignment
Constructors in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder.component.assignmentType.assignment with parameters of type LoadableModel Constructor Description AllAssignmentsPanel(String id, LoadableModel<PrismObjectWrapper<AH>> model, ContainerPanelConfigurationType config)DirectAndIndirectAssignmentPanel(String id, LoadableModel<PrismObjectWrapper<AH>> objectModel, ContainerPanelConfigurationType config) -
Uses of LoadableModel in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder.component.assignmentType.inducement
Constructors in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder.component.assignmentType.inducement with parameters of type LoadableModel Constructor Description AllInducementsPanel(String id, LoadableModel<PrismObjectWrapper<AR>> model, ContainerPanelConfigurationType config) -
Uses of LoadableModel in com.evolveum.midpoint.gui.impl.page.admin.cases
Methods in com.evolveum.midpoint.gui.impl.page.admin.cases with parameters of type LoadableModel Modifier and Type Method Description protected CaseOperationalButtonsPanelPageCase. createButtonsPanel(String id, LoadableModel<PrismObjectWrapper<CaseType>> wrapperModel) -
Uses of LoadableModel in com.evolveum.midpoint.gui.impl.page.admin.cases.component
Constructors in com.evolveum.midpoint.gui.impl.page.admin.cases.component with parameters of type LoadableModel Constructor Description CaseOperationalButtonsPanel(String id, LoadableModel<PrismObjectWrapper<CaseType>> model) -
Uses of LoadableModel in com.evolveum.midpoint.gui.impl.page.admin.component
-
Uses of LoadableModel in com.evolveum.midpoint.gui.impl.page.admin.focus
Methods in com.evolveum.midpoint.gui.impl.page.admin.focus with parameters of type LoadableModel Modifier and Type Method Description protected FocusOperationalButtonsPanel<F>PageFocusDetails. createButtonsPanel(String id, LoadableModel<PrismObjectWrapper<F>> wrapperModel) -
Uses of LoadableModel in com.evolveum.midpoint.gui.impl.page.admin.mark
Methods in com.evolveum.midpoint.gui.impl.page.admin.mark that return LoadableModel Modifier and Type Method Description protected LoadableModel<MultiFunctinalButtonDto>ShadowMarkPanel. loadMultiFunctionalButtonModel(boolean useDefaultObjectRelations) -
Uses of LoadableModel in com.evolveum.midpoint.gui.impl.page.admin.report
Methods in com.evolveum.midpoint.gui.impl.page.admin.report with parameters of type LoadableModel Modifier and Type Method Description protected ReportOperationalButtonsPanelPageReport. createButtonsPanel(String id, LoadableModel<PrismObjectWrapper<ReportType>> wrapperModel) -
Uses of LoadableModel in com.evolveum.midpoint.gui.impl.page.admin.report.component
Constructors in com.evolveum.midpoint.gui.impl.page.admin.report.component with parameters of type LoadableModel Constructor Description ReportOperationalButtonsPanel(String id, LoadableModel<PrismObjectWrapper<ReportType>> model) -
Uses of LoadableModel in com.evolveum.midpoint.gui.impl.page.admin.resource
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource with parameters of type LoadableModel Modifier and Type Method Description protected ResourceOperationalButtonsPanelPageResource. createButtonsPanel(String id, LoadableModel<PrismObjectWrapper<ResourceType>> wrapperModel) -
Uses of LoadableModel in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectType.associations
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectType.associations that return LoadableModel Modifier and Type Method Description protected LoadableModel<PrismContainerDefinition<ResourceObjectAssociationType>>AssociationsTable. getAssociationsDefinition() -
Uses of LoadableModel in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectType.attributeMapping
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectType.attributeMapping that return LoadableModel Modifier and Type Method Description protected LoadableModel<PrismContainerDefinition<ResourceAttributeDefinitionType>>MappingOverrideTable. getAttributeDefinition()protected LoadableModel<PrismContainerDefinition<MappingType>>AttributeMappingsTable. getMappingTypeDefinition() -
Uses of LoadableModel in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectType.correlation
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectType.correlation that return LoadableModel Modifier and Type Method Description protected LoadableModel<PrismContainerDefinition<CorrelationItemType>>CorrelationItemRefsTable. getCorrelationItemDefinition()protected LoadableModel<PrismContainerDefinition<ItemsSubCorrelatorType>>CorrelationItemsTable. getCorrelationItemsDefinition() -
Uses of LoadableModel in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectType.synchronization
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectType.synchronization that return LoadableModel Modifier and Type Method Description protected LoadableModel<PrismContainerDefinition<SynchronizationReactionType>>SynchronizationReactionTable. getSynchReactionDefinition() -
Uses of LoadableModel in com.evolveum.midpoint.gui.impl.page.admin.systemconfiguration.page
Methods in com.evolveum.midpoint.gui.impl.page.admin.systemconfiguration.page with parameters of type LoadableModel Modifier and Type Method Description protected AssignmentHolderOperationalButtonsPanel<SystemConfigurationType>PageBaseSystemConfiguration. createButtonsPanel(String id, LoadableModel<PrismObjectWrapper<SystemConfigurationType>> wrapperModel) -
Uses of LoadableModel in com.evolveum.midpoint.gui.impl.page.admin.task
Methods in com.evolveum.midpoint.gui.impl.page.admin.task that return LoadableModel Modifier and Type Method Description @NotNull LoadableModel<TaskType>TaskDetailsModel. createRootTaskModel(SerializableSupplier<TaskType> taskSupplier, SerializableSupplier<PageBase> pageBaseSupplier)LoadableModel<TaskType>TaskDetailsModel. getRootTaskModel()Methods in com.evolveum.midpoint.gui.impl.page.admin.task with parameters of type LoadableModel Modifier and Type Method Description protected TaskOperationalButtonsPanelPageTask. createButtonsPanel(String id, LoadableModel<PrismObjectWrapper<TaskType>> wrapperModel) -
Uses of LoadableModel in com.evolveum.midpoint.gui.impl.page.admin.user
Methods in com.evolveum.midpoint.gui.impl.page.admin.user that return LoadableModel Modifier and Type Method Description LoadableModel<List<AssignmentEditorDto>>UserDetailsModel. getDelegatedToMeModel()LoadableModel<List<AssignmentEditorDto>>UserDetailsModel. getDelegationsModel()LoadableModel<List<AssignmentInfoDto>>UserDetailsModel. getPrivilegesListModel()Methods in com.evolveum.midpoint.gui.impl.page.admin.user with parameters of type LoadableModel Modifier and Type Method Description protected UserOperationalButtonsPanelPageUser. createButtonsPanel(String id, LoadableModel<PrismObjectWrapper<UserType>> wrapperModel) -
Uses of LoadableModel in com.evolveum.midpoint.web.component.assignment
Constructors in com.evolveum.midpoint.web.component.assignment with parameters of type LoadableModel Constructor Description ApplicablePolicyConfigPanel(String id, org.apache.wicket.model.IModel<PrismContainerWrapper<AssignmentType>> model, LoadableModel<PrismObjectWrapper<F>> abstractRoleModel)AssignmentEditorPanel(String id, org.apache.wicket.model.IModel<AssignmentEditorDto> model, boolean delegatedToMe, LoadableModel<List<AssignmentInfoDto>> privilegesListModel)DelegationEditorPanel(String id, org.apache.wicket.model.IModel<AssignmentEditorDto> delegationTargetObjectModel, boolean delegatedToMe, LoadableModel<List<AssignmentInfoDto>> privilegesListModel) -
Uses of LoadableModel in com.evolveum.midpoint.web.component.search
Constructors in com.evolveum.midpoint.web.component.search with parameters of type LoadableModel Constructor Description AbstractSearchConfigurationPanel(String id, org.apache.wicket.model.IModel<F> searchModel, LoadableModel<Class<O>> typeModel)SearchPropertiesConfigPanel(String id, org.apache.wicket.model.IModel<BasicSearchFilter<O>> searchModel, LoadableModel<Class<O>> typeModel) -
Uses of LoadableModel in com.evolveum.midpoint.web.page.admin.reports.component
Methods in com.evolveum.midpoint.web.page.admin.reports.component with parameters of type LoadableModel Modifier and Type Method Description protected org.apache.wicket.model.IModel<String>SearchFilterConfigurationPanel. createQueryModel(org.apache.wicket.model.IModel<SearchFilterType> model, LoadableModel<Class<O>> filterTypeModel, boolean useParsing) -
Uses of LoadableModel in com.evolveum.midpoint.web.page.admin.resources
Subclasses of LoadableModel in com.evolveum.midpoint.web.page.admin.resources Modifier and Type Class Description classResourceWizardIssuesModelMethods in com.evolveum.midpoint.web.page.admin.resources with parameters of type LoadableModel Modifier and Type Method Description voidPageResourceWizard. registerDependentModel(@NotNull LoadableModel<?> model)
-