Uses of Class
com.evolveum.midpoint.gui.api.component.form.ToggleCheckBoxPanel
Packages that use ToggleCheckBoxPanel
Package
Description
-
Uses of ToggleCheckBoxPanel in com.evolveum.midpoint.gui.impl.component.tile
Methods in com.evolveum.midpoint.gui.impl.component.tile that return ToggleCheckBoxPanelModifier and TypeMethodDescriptionprotected @NotNull ToggleCheckBoxPanelMultiSelectContainerActionTileTablePanel.createToggleSuggestionButton(String idButton, org.apache.wicket.model.IModel<Boolean> switchToggleModel) -
Uses of ToggleCheckBoxPanel in com.evolveum.midpoint.gui.impl.util
Methods in com.evolveum.midpoint.gui.impl.util that return ToggleCheckBoxPanelModifier and TypeMethodDescriptionstatic @NotNull ToggleCheckBoxPanelStatusInfoTableUtil.createToggleSuggestionVisibilityButton(@NotNull PageBase pageBase, @NotNull String idButton, @NotNull org.apache.wicket.model.IModel<Boolean> switchSuggestionModel, @NotNull SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> refreshFn, @Nullable org.apache.wicket.Component componentToUpdate) Creates a toggle checkbox panel for showing/hiding suggestions.