Uses of Class
com.evolveum.midpoint.gui.impl.component.tile.ViewToggle
-
Packages that use ViewToggle Package Description com.evolveum.midpoint.gui.impl.component.tile -
-
Uses of ViewToggle in com.evolveum.midpoint.gui.impl.component.tile
Methods in com.evolveum.midpoint.gui.impl.component.tile that return ViewToggle Modifier and Type Method Description static ViewToggle
ViewToggle. valueOf(String name)
Returns the enum constant of this type with the specified name.static ViewToggle[]
ViewToggle. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.gui.impl.component.tile that return types with arguments of type ViewToggle Modifier and Type Method Description org.apache.wicket.model.IModel<ViewToggle>
TileTablePanel. getViewToggleModel()
Constructor parameters in com.evolveum.midpoint.gui.impl.component.tile with type arguments of type ViewToggle Constructor Description MultiSelectTileTablePanel(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)
-