Class SourceOfFocusMappingProvider
java.lang.Object
org.wicketstuff.select2.ChoiceProvider<VariableBindingDefinitionType>
com.evolveum.midpoint.gui.impl.component.input.FocusDefinitionsMappingProvider
com.evolveum.midpoint.gui.impl.component.input.SourceOfFocusMappingProvider
- All Implemented Interfaces:
Serializable
,org.apache.wicket.model.IDetachable
,org.apache.wicket.util.io.IClusterable
- See Also:
-
Constructor Summary
ConstructorDescriptionSourceOfFocusMappingProvider
(org.apache.wicket.model.IModel<PrismPropertyWrapper<VariableBindingDefinitionType>> rowModel) -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Methods inherited from class com.evolveum.midpoint.gui.impl.component.input.FocusDefinitionsMappingProvider
collectAvailableDefinitions, collectAvailableDefinitions, getDisplayValue, getFocusTypeDefinition, getIdValue, getRowModel, query, toChoices
Methods inherited from class org.wicketstuff.select2.ChoiceProvider
detach, toJson
-
Constructor Details
-
SourceOfFocusMappingProvider
public SourceOfFocusMappingProvider(org.apache.wicket.model.IModel<PrismPropertyWrapper<VariableBindingDefinitionType>> rowModel)
-
-
Method Details
-
collectAvailableDefinitions
- Overrides:
collectAvailableDefinitions
in classFocusDefinitionsMappingProvider
-
stripVariableSegment
protected boolean stripVariableSegment()- Overrides:
stripVariableSegment
in classFocusDefinitionsMappingProvider
-