Uses of Interface
com.evolveum.midpoint.gui.api.model.NonEmptyModel
-
Packages that use NonEmptyModel Package Description com.evolveum.midpoint.gui.api.model The package that contains Wicket models (implementations of IModel interface) and other model-related utilities.com.evolveum.midpoint.gui.api.util GUI API package for various utility classes and interfaces.com.evolveum.midpoint.web.component.form.multivalue com.evolveum.midpoint.web.component.input com.evolveum.midpoint.web.component.wizard com.evolveum.midpoint.web.component.wizard.resource.component.schemahandling com.evolveum.midpoint.web.component.wizard.resource.component.schemahandling.modal com.evolveum.midpoint.web.component.wizard.resource.component.synchronization com.evolveum.midpoint.web.component.wizard.resource.dto com.evolveum.midpoint.web.page.admin.resources -
-
Uses of NonEmptyModel in com.evolveum.midpoint.gui.api.model
Classes in com.evolveum.midpoint.gui.api.model that implement NonEmptyModel Modifier and Type Class Description classNonEmptyLoadableModel<T>Loadable model whose object is always not null.classNonEmptyPropertyModel<T>classNonEmptyWrapperModel<T> -
Uses of NonEmptyModel in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util with parameters of type NonEmptyModel Modifier and Type Method Description static 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 NonEmptyModel Modifier and Type Method Description protected org.apache.wicket.behavior.BehaviorMultiValueTextPanel. getAddButtonVisibleBehavior(NonEmptyModel<Boolean> readOnlyModel)Constructors in com.evolveum.midpoint.web.component.form.multivalue with parameters of type NonEmptyModel Constructor Description MultiValueAutoCompleteTextPanel(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 NonEmptyModel Modifier and Type Method Description protected voidSearchFilterPanel. initLayout(NonEmptyModel<Boolean> readOnlyModel)Constructors in com.evolveum.midpoint.web.component.input with parameters of type NonEmptyModel Constructor Description SearchFilterPanel(String id, @NotNull NonEmptyModel<T> filterModel, @NotNull NonEmptyModel<Boolean> readOnlyModel) -
Uses of NonEmptyModel in com.evolveum.midpoint.web.component.wizard
Constructors in com.evolveum.midpoint.web.component.wizard with parameters of type NonEmptyModel Constructor Description Wizard(String id, org.apache.wicket.model.IModel<org.apache.wicket.extensions.wizard.IWizardModel> model, @NotNull NonEmptyModel<WizardIssuesDto> issuesModel)WizardIssuesPanel(String id, @NotNull NonEmptyModel<WizardIssuesDto> model) -
Uses of NonEmptyModel in com.evolveum.midpoint.web.component.wizard.resource.component.schemahandling
Methods in com.evolveum.midpoint.web.component.wizard.resource.component.schemahandling with parameters of type NonEmptyModel Modifier and Type Method Description protected voidResourceAssociationEditor. initLayout(NonEmptyModel<Boolean> readOnlyModel)protected voidResourceAttributeEditor. initLayout(NonEmptyModel<Boolean> readOnlyModel)Constructors in com.evolveum.midpoint.web.component.wizard.resource.component.schemahandling with parameters of type NonEmptyModel Constructor Description ResourceActivationEditor(String id, org.apache.wicket.model.IModel<ResourceActivationDefinitionType> model, NonEmptyModel<Boolean> readOnlyModel)ResourceAssociationEditor(String id, org.apache.wicket.model.IModel<ResourceObjectAssociationType> model, ResourceObjectTypeDefinitionType objectType, PrismObject<ResourceType> resource, SchemaHandlingStep parentStep, NonEmptyModel<Boolean> readOnlyModel)ResourceAttributeEditor(String id, org.apache.wicket.model.IModel<ResourceAttributeDefinitionType> model, ResourceObjectTypeDefinitionType objectType, PrismObject<ResourceType> resource, @NotNull SchemaHandlingStep parentStep, NonEmptyModel<Boolean> readOnlyModel) -
Uses of NonEmptyModel in com.evolveum.midpoint.web.component.wizard.resource.component.schemahandling.modal
Constructors in com.evolveum.midpoint.web.component.wizard.resource.component.schemahandling.modal with parameters of type NonEmptyModel Constructor Description LimitationsEditorDialog(String id, org.apache.wicket.model.IModel<List<PropertyLimitationsType>> limitation, @NotNull NonEmptyModel<Boolean> readOnlyModel)MappingEditorDialog(String id, org.apache.wicket.model.IModel<MappingType> mapping, NonEmptyModel<Boolean> readOnlyModel) -
Uses of NonEmptyModel in com.evolveum.midpoint.web.component.wizard.resource.component.synchronization
Constructors in com.evolveum.midpoint.web.component.wizard.resource.component.synchronization with parameters of type NonEmptyModel Constructor Description ConditionalSearchFilterEditor(String id, NonEmptyModel<ConditionalSearchFilterType> model, PageResourceWizard parentPage) -
Uses of NonEmptyModel in com.evolveum.midpoint.web.component.wizard.resource.dto
Constructors in com.evolveum.midpoint.web.component.wizard.resource.dto with parameters of type NonEmptyModel Constructor Description ObjectClassDataProvider(@NotNull NonEmptyModel<List<ObjectClassDto>> allClasses) -
Uses of NonEmptyModel in com.evolveum.midpoint.web.page.admin.resources
Classes in com.evolveum.midpoint.web.page.admin.resources that implement NonEmptyModel Modifier and Type Class Description classResourceWizardIssuesModelMethods in com.evolveum.midpoint.web.page.admin.resources that return NonEmptyModel Modifier and Type Method Description NonEmptyModel<Boolean>PageResourceWizard. getReadOnlyModel()
-