Package ch.tocco.nice2.netui.spi.bind
Class SelectionFieldInfo
java.lang.Object
ch.tocco.nice2.netui.api.bind.entity.AbstractFieldInfo
ch.tocco.nice2.netui.spi.bind.SelectionFieldInfo
Deprecated.
Maps to a SelectionData in the client.
-
Nested Class Summary
Nested classes/interfaces inherited from class ch.tocco.nice2.netui.api.bind.entity.AbstractFieldInfo
AbstractFieldInfo.DisplayType, AbstractFieldInfo.ReturnValue
-
Constructor Summary
ConstructorDescriptionSelectionFieldInfo
(String componentId, URI relationUri, long version, AbstractFieldInfo.ReturnValue returnValue, AbstractFieldInfo.DisplayType displayType, boolean creatable, List<SelectionFieldInfo.SelectionValue> values, @Nullable List<SelectionFieldInfo.SelectionValue> options, boolean isMultiple) Deprecated. -
Method Summary
Modifier and TypeMethodDescription@Nullable SelectionFieldInfo.SelectionValue[]
Deprecated.Deprecated.boolean
Deprecated.boolean
Deprecated.Methods inherited from class ch.tocco.nice2.netui.api.bind.entity.AbstractFieldInfo
getComponentId, getDisplayType, getFieldUri, getReturnValue, getVersion, toConception
-
Constructor Details
-
SelectionFieldInfo
public SelectionFieldInfo(String componentId, URI relationUri, long version, AbstractFieldInfo.ReturnValue returnValue, AbstractFieldInfo.DisplayType displayType, boolean creatable, List<SelectionFieldInfo.SelectionValue> values, @Nullable @Nullable List<SelectionFieldInfo.SelectionValue> options, boolean isMultiple) Deprecated.- Parameters:
values
- The current values.
-
-
Method Details
-
getValues
Deprecated. -
getOptions
Deprecated.- Returns:
null
if the options are not eagerly loaded.
-
isCreatable
public boolean isCreatable()Deprecated. -
isMultiple
public boolean isMultiple()Deprecated.
-