Uses of Enum Class
com.evolveum.midpoint.gui.impl.component.tile.ViewToggle
Packages that use ViewToggle
-
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()
Constructor parameters in com.evolveum.midpoint.gui.impl.component.tile with type arguments of type ViewToggleModifierConstructorDescriptionMultiSelectTileTablePanel
(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)