Uses of Enum Class
com.evolveum.midpoint.gui.impl.component.tile.ViewToggle
Packages that use ViewToggle
Package
Description
-
Uses of ViewToggle in com.evolveum.midpoint.gui.impl.component.tile
Methods in com.evolveum.midpoint.gui.impl.component.tile that return ViewToggleModifier and TypeMethodDescriptionstatic ViewToggleReturns the enum constant of this class with the specified name.static ViewToggle[]ViewToggle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.gui.impl.component.tile that return types with arguments of type ViewToggleModifier and TypeMethodDescriptionorg.apache.wicket.model.IModel<ViewToggle>TileTablePanel.getViewToggleModel()Method parameters in com.evolveum.midpoint.gui.impl.component.tile with type arguments of type ViewToggleModifier and TypeMethodDescriptionprotected voidMultiSelectContainerActionTileTablePanel.togglePanelItemSelectPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, @NotNull org.apache.wicket.model.IModel<Toggle<ViewToggle>> item) protected voidTileTablePanel.togglePanelItemSelectPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<Toggle<ViewToggle>> item) Constructor parameters in com.evolveum.midpoint.gui.impl.component.tile with type arguments of type ViewToggleModifierConstructorDescriptionMultiSelectContainerActionTileTablePanel(String id, UserProfileStorage.TableId tableId, org.apache.wicket.model.IModel<ViewToggle> toggleView) MultiSelectContainerActionTileTablePanel(String id, UserProfileStorage.TableId tableId, org.apache.wicket.model.IModel<ViewToggle> toggleView, org.apache.wicket.model.IModel<Boolean> switchToggleModel) MultiSelectContainerTileTablePanel(String id, UserProfileStorage.TableId tableId, org.apache.wicket.model.IModel<ViewToggle> toggleView, org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<C>>> model) MultiSelectObjectTileTablePanel(String id, org.apache.wicket.model.IModel<ViewToggle> viewToggle, UserProfileStorage.TableId tableId) MultiSelectTileTablePanel(String id, org.apache.wicket.model.IModel<ViewToggle> viewToggle, UserProfileStorage.TableId tableId) SingleSelectObjectTileTablePanel(String id, org.apache.wicket.model.IModel<ViewToggle> viewToggle, UserProfileStorage.TableId tableId) SingleSelectTileTablePanel(String id, org.apache.wicket.model.IModel<ViewToggle> viewToggle, UserProfileStorage.TableId tableId) TileTablePanel(String id, org.apache.wicket.model.IModel<ViewToggle> viewToggle, UserProfileStorage.TableId tableId) -
Uses of ViewToggle in com.evolveum.midpoint.gui.impl.component.tile.column
Constructor parameters in com.evolveum.midpoint.gui.impl.component.tile.column with type arguments of type ViewToggleModifierConstructorDescriptionColumnTileTable(String id, org.apache.wicket.model.IModel<ViewToggle> viewToggle, UserProfileStorage.TableId tableId, org.apache.wicket.model.IModel<List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<PV, String>>> columnsModel) -
Uses of ViewToggle in com.evolveum.midpoint.gui.impl.page.admin.resource.component
Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.resource.component with type arguments of type ViewToggleModifierConstructorDescriptionAssociationTablePanel(String id, UserProfileStorage.TableId tableId, org.apache.wicket.model.IModel<ViewToggle> toggleView, org.apache.wicket.model.IModel<Boolean> switchModel) -
Uses of ViewToggle in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.correlation
Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.correlation with type arguments of type ViewToggleModifierConstructorDescriptionSmartCorrelationTable(@NotNull String id, UserProfileStorage.TableId tableId, @NotNull org.apache.wicket.model.IModel<ViewToggle> toggleView, @NotNull org.apache.wicket.model.IModel<Boolean> switchToggleModel, org.apache.wicket.model.IModel<PrismContainerValueWrapper<CorrelationDefinitionType>> correlationWrapper) -
Uses of ViewToggle in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.table
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.table with type arguments of type ViewToggleModifier and TypeMethodDescriptionprotected voidSmartObjectClassTable.togglePanelItemSelectPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<Toggle<ViewToggle>> item) -
Uses of ViewToggle in com.evolveum.midpoint.gui.impl.page.admin.role.mining.tables.tile
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.mining.tables.tile that return types with arguments of type ViewToggleModifier and TypeMethodDescriptionstatic @NotNull TogglePanel<ViewToggle>RoleAnalysisTileTableUtils.buildViewToggleTablePanel(String id, org.apache.wicket.model.IModel<List<Toggle<ViewToggle>>> items, org.apache.wicket.model.IModel<ViewToggle> viewToggleModel, org.apache.wicket.Component component) static @NotNull org.apache.wicket.model.IModel<List<Toggle<ViewToggle>>>RoleAnalysisTileTableUtils.initToggleItems(TileTablePanel<?, ?> table) Method parameters in com.evolveum.midpoint.gui.impl.page.admin.role.mining.tables.tile with type arguments of type ViewToggleModifier and TypeMethodDescriptionstatic @NotNull TogglePanel<ViewToggle>RoleAnalysisTileTableUtils.buildViewToggleTablePanel(String id, org.apache.wicket.model.IModel<List<Toggle<ViewToggle>>> items, org.apache.wicket.model.IModel<ViewToggle> viewToggleModel, org.apache.wicket.Component component) -
Uses of ViewToggle in com.evolveum.midpoint.gui.impl.page.admin.role.mining.tables.tile.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.mining.tables.tile.component that return types with arguments of type ViewToggleModifier and TypeMethodDescriptionprotected org.apache.wicket.model.Model<ViewToggle>RoleAnalysisDetectedPatternTileTable.defaultViewToggleModel()protected org.apache.wicket.model.Model<ViewToggle>RoleAnalysisSessionTileTable.defaultViewToggleModel()org.apache.wicket.model.IModel<List<Toggle<ViewToggle>>>RoleAnalysisDetectedPatternTileTable.getItems()org.apache.wicket.model.IModel<List<Toggle<ViewToggle>>>RoleAnalysisMigrationRoleTileTable.getItems()org.apache.wicket.model.IModel<List<Toggle<ViewToggle>>>RoleAnalysisOutlierPartitionTileTable.getItems() -
Uses of ViewToggle in com.evolveum.midpoint.web.session
Methods in com.evolveum.midpoint.web.session that return ViewToggleMethods in com.evolveum.midpoint.web.session with parameters of type ViewToggle