Uses of Class
com.evolveum.midpoint.web.component.input.DropDownChoicePanel
-
Packages that use DropDownChoicePanel Package Description com.evolveum.midpoint.gui.api.util GUI API package for various utility classes and interfaces.com.evolveum.midpoint.web.component.input -
-
Uses of DropDownChoicePanel in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util that return DropDownChoicePanel Modifier and Type Method Description static <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, PageBase pageBase)
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(Class<E> clazz, 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 Modifier and Type Class Description class
RefinedObjectTypeChoicePanel
-