Class MultiRemoteFieldWrapper
java.lang.Object
ch.tocco.nice2.model.form.api.components.ComponentWrapper
ch.tocco.nice2.model.form.api.components.LabeledComponentWrapper
ch.tocco.nice2.model.form.api.components.DataComponentWrapper
ch.tocco.nice2.model.form.api.components.InputComponentWrapper
ch.tocco.nice2.model.form.api.components.simple.RemoteFieldWrapper
ch.tocco.nice2.model.form.api.components.simple.MultiRemoteFieldWrapper
- All Implemented Interfaces:
Component,InputComponent,LabeledComponent,Field,MultiRemoteField,RemoteField,Selectable,DataComponent
@Deprecated
public class MultiRemoteFieldWrapper
extends RemoteFieldWrapper
implements MultiRemoteField
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.model.form.api.components.Component
Component.ComponentFilter, Component.DataNavigationType, Component.DisplayType, Component.PositionNested classes/interfaces inherited from interface ch.tocco.nice2.model.form.api.components.LabeledComponent
LabeledComponent.UseLabel -
Field Summary
Fields inherited from class ch.tocco.nice2.model.form.api.components.ComponentWrapper
handler -
Constructor Summary
ConstructorsConstructorDescriptionMultiRemoteFieldWrapper(MultiRemoteField remoteField, ComponentWrapperHandler handler) Deprecated. -
Method Summary
Methods inherited from class ch.tocco.nice2.model.form.api.components.simple.RemoteFieldWrapper
getDataSourceProps, getDisplayCreateButton, getMinChars, isMultiple, mapAllAttributesTo, setDataSourceProps, setDisplayCreateButton, setMinCharsMethods inherited from class ch.tocco.nice2.model.form.api.components.InputComponentWrapper
getDefaultDataTypeMethods inherited from class ch.tocco.nice2.model.form.api.components.DataComponentWrapper
getConstriction, getDataType, getDefaultValue, getLocalizedLanguage, getPath, getReverseRelationName, getValidator, hasNonEmptyValidator, isDefaultLangOnly, isIgnoreCopy, isLocalized, setConstriction, setDataType, setDefaultLangOnly, setDefaultValue, setIgnoreCopy, setLocalizedLanguage, setPath, setReverseRelationName, setValidatorMethods inherited from class ch.tocco.nice2.model.form.api.components.LabeledComponentWrapper
getLabel, getUseLabel, setLabel, setUseLabelMethods inherited from class ch.tocco.nice2.model.form.api.components.ComponentWrapper
addComponent, addComponent, collectDataParts, collectDataParts, createCopy, createCopy, find, findByName, findByType, findFirst, findFirstByName, getAttributeProps, getChild, getChildren, getDataNavigationType, getDisplayType, getEventHandler, getExtProps, getForm, getName, getParent, getParentOrEx, getPosition, getRelativeToPositionName, getScopes, getType, hasParent, hideChild, isForceEditable, isLeaf, isReplace, overrideParent, removeComponent, replaceComponent, replaceComponent, setAttributeProps, setChildren, setDisplayType, setEventHandler, setExtProps, setForceEditable, setName, setPosition, setRelativeToPositionName, setReplace, setScopes, wrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.tocco.nice2.model.form.api.components.Component
addComponent, addComponent, collectDataParts, collectDataParts, createCopy, createCopy, find, findByName, findByType, findFirst, findFirstByName, getAttributeProps, getChild, getChildren, getDataNavigationType, getDisplayType, getEventHandler, getExtProps, getForm, getName, getParent, getParentOrEx, getPosition, getRelativeToPositionName, getScopes, getType, hasParent, isForceEditable, isLeaf, isReplace, overrideParent, removeComponent, replaceComponent, replaceComponent, setAttributeProps, setChildren, setDisplayType, setEventHandler, setExtProps, setForceEditable, setName, setPosition, setRelativeToPositionName, setReplace, setScopes, wrapMethods inherited from interface ch.tocco.nice2.model.form.api.datanavigation.DataComponent
getConstriction, getDataType, getDefaultDataType, getDefaultValue, getLocalizedLanguage, getPath, getReverseRelationName, getValidator, hasNonEmptyValidator, isDefaultLangOnly, isIgnoreCopy, isLocalized, setConstriction, setDataType, setDefaultLangOnly, setDefaultValue, setIgnoreCopy, setLocalizedLanguage, setPath, setReverseRelationName, setValidatorMethods inherited from interface ch.tocco.nice2.model.form.api.components.simple.Field
mapAllAttributesToMethods inherited from interface ch.tocco.nice2.model.form.api.components.LabeledComponent
getLabel, getUseLabel, setLabel, setUseLabelMethods inherited from interface ch.tocco.nice2.model.form.api.components.simple.RemoteField
getDataSourceProps, getDisplayCreateButton, getMinChars, setDataSourceProps, setDisplayCreateButton, setMinCharsMethods inherited from interface ch.tocco.nice2.model.form.api.components.simple.Selectable
isMultiple
-
Constructor Details
-
MultiRemoteFieldWrapper
Deprecated.
-