Uses of Class
com.evolveum.midpoint.web.component.input.DropDownChoicePanel
Packages that use DropDownChoicePanel
Package
Description
GUI API package for various utility classes and interfaces.
-
Uses of DropDownChoicePanel in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util that return DropDownChoicePanelModifier and TypeMethodDescriptionstatic <T> DropDownChoicePanel
WebComponentUtil.createDropDownChoices
(String id, org.apache.wicket.model.IModel<DisplayableValue<T>> model, org.apache.wicket.model.IModel<List<DisplayableValue<T>>> choices, boolean allowNull) static DropDownChoicePanel
WebComponentUtil.createEnumPanel
(PrismPropertyDefinition def, String id, org.apache.wicket.model.IModel model) static <E extends Enum>
DropDownChoicePanel<E>WebComponentUtil.createEnumPanel
(Class<E> clazz, String id, org.apache.wicket.model.IModel<E> model, org.apache.wicket.Component component) static <E extends Enum>
DropDownChoicePanel<E>WebComponentUtil.createEnumPanel
(Class<E> clazz, String id, org.apache.wicket.model.IModel<E> model, org.apache.wicket.Component component, boolean allowNull) static <E extends Enum>
DropDownChoicePanel<E>WebComponentUtil.createEnumPanel
(String id, org.apache.wicket.model.IModel<List<E>> choicesList, org.apache.wicket.model.IModel<E> model, org.apache.wicket.Component component, boolean allowNull) static <E extends Enum>
DropDownChoicePanel<E>WebComponentUtil.createEnumPanel
(String id, org.apache.wicket.model.IModel<List<E>> choicesList, org.apache.wicket.model.IModel<E> model, org.apache.wicket.Component component, boolean allowNull, String nullValidDisplayValue) -
Uses of DropDownChoicePanel in com.evolveum.midpoint.web.component.input
Subclasses of DropDownChoicePanel in com.evolveum.midpoint.web.component.input