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 ViewToggle
Returns 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 void
TileTablePanel.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 ViewToggleModifierConstructorDescriptionMultiSelectContainerTileTablePanel
(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.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 TypeMethodDescriptionprotected org.apache.wicket.model.Model<ViewToggle>
RoleAnalysisDetectedPatternTileTable.defaultViewToggleModel()
org.apache.wicket.model.IModel<List<Toggle<ViewToggle>>>
RoleAnalysisCandidateRoleTileTable.getItems()
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()
org.apache.wicket.model.IModel<List<Toggle<ViewToggle>>>
RoleAnalysisSessionTileTable.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