Uses of Interface
com.evolveum.midpoint.gui.api.model.NonEmptyModel
Packages that use NonEmptyModel
Package
Description
The package that contains Wicket models (implementations of IModel
interface) and other model-related utilities.
GUI API package for various utility classes and interfaces.
-
Uses of NonEmptyModel in com.evolveum.midpoint.gui.api.model
Classes in com.evolveum.midpoint.gui.api.model that implement NonEmptyModelModifier and TypeClassDescriptionclassLoadable model whose object is always not null.classclass -
Uses of NonEmptyModel in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util with parameters of type NonEmptyModelModifier and TypeMethodDescriptionstatic org.apache.wicket.behavior.BehaviorWebComponentUtil.enabledIfFalse(NonEmptyModel<Boolean> model) static org.apache.wicket.behavior.BehaviorWebComponentUtil.visibleIfFalse(NonEmptyModel<Boolean> model) -
Uses of NonEmptyModel in com.evolveum.midpoint.web.component.form.multivalue
Methods in com.evolveum.midpoint.web.component.form.multivalue with parameters of type NonEmptyModelModifier and TypeMethodDescriptionprotected org.apache.wicket.behavior.BehaviorMultiValueTextPanel.getAddButtonVisibleBehavior(NonEmptyModel<Boolean> readOnlyModel) Constructors in com.evolveum.midpoint.web.component.form.multivalue with parameters of type NonEmptyModelModifierConstructorDescriptionMultiValueAutoCompleteTextPanel(String id, org.apache.wicket.model.IModel<List<T>> model, boolean inputEnabled, NonEmptyModel<Boolean> readOnlyModel) MultiValueDropDownPanel(String id, org.apache.wicket.model.IModel<List<T>> model, boolean nullValid, NonEmptyModel<Boolean> readOnlyModel) MultiValueTextEditPanel(String id, org.apache.wicket.model.IModel<List<T>> model, org.apache.wicket.model.IModel<T> selectedModel, boolean inputEnabled, boolean showPlaceholder, NonEmptyModel<Boolean> readOnlyModel) MultiValueTextPanel(String id, org.apache.wicket.model.IModel<List<T>> value, NonEmptyModel<Boolean> readOnlyModel, boolean emptyStringToNull) -
Uses of NonEmptyModel in com.evolveum.midpoint.web.component.input
Methods in com.evolveum.midpoint.web.component.input with parameters of type NonEmptyModelModifier and TypeMethodDescriptionprotected voidSearchFilterPanel.initLayout(NonEmptyModel<Boolean> readOnlyModel) Constructors in com.evolveum.midpoint.web.component.input with parameters of type NonEmptyModelModifierConstructorDescriptionSearchFilterPanel(String id, @NotNull NonEmptyModel<T> filterModel, @NotNull NonEmptyModel<Boolean> readOnlyModel) -
Uses of NonEmptyModel in com.evolveum.midpoint.web.page.admin.resources.dto
Constructors in com.evolveum.midpoint.web.page.admin.resources.dto with parameters of type NonEmptyModelModifierConstructorDescriptionObjectClassDataProvider(@NotNull NonEmptyModel<List<ObjectClassDto>> allClasses)