Class RemoteFieldFacade
java.lang.Object
ch.tocco.nice2.netui.api.bind.form.facades.AbstractComponentFacade<RemoteField>
ch.tocco.nice2.netui.api.bind.form.facades.AbstractDataComponentFacade<RemoteField>
ch.tocco.nice2.netui.api.bind.form.facades.SelectionDataFacade<RemoteField>
ch.tocco.nice2.netui.api.bind.form.facades.RemoteFieldFacade
- All Implemented Interfaces:
ActionHolderFacade
,ComponentFacade<RemoteField>
,Serializable
- Direct Known Subclasses:
MultiRemoteFieldFacade
Deprecated.
- See Also:
-
Field Summary
Fields inherited from class ch.tocco.nice2.netui.api.bind.form.facades.AbstractComponentFacade
actions, children, component, componentType, ctx, displayType, eventHandler, extProps, label, name, typeManager, useLabel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.boolean
Deprecated.int
Deprecated.boolean
Deprecated.void
setDataModel
(DataModel dataModel) Deprecated.void
setPermissionService
(PersistPermissionService permissionService) Deprecated.Deprecated.To override by concrete implementations to set up the facadeMethods inherited from class ch.tocco.nice2.netui.api.bind.form.facades.SelectionDataFacade
isEagerLoad, readDataComponent
Methods inherited from class ch.tocco.nice2.netui.api.bind.form.facades.AbstractComponentFacade
addAction, addChild, figureOutLabel, getChildren, getComponentType, getDisplayType, getEventHandler, getExtProps, getLabel, getName, getUseLabel, readUnderlyingComponent, setComponent, setComponentType, setDisplayType, setEventHandler, setLabel, setTypeManager, setUseLabel
-
Field Details
-
remoteFieldComponent
Deprecated.
-
-
Constructor Details
-
RemoteFieldFacade
public RemoteFieldFacade()Deprecated.
-
-
Method Details
-
setUp
Deprecated.Description copied from class:AbstractComponentFacade
To override by concrete implementations to set up the facade- Specified by:
setUp
in interfaceComponentFacade<RemoteField>
- Overrides:
setUp
in classSelectionDataFacade<RemoteField>
- Parameters:
ctx
- the context
-
isMultiple
public boolean isMultiple()Deprecated.- Overrides:
isMultiple
in classSelectionDataFacade<RemoteField>
-
getMinChars
public int getMinChars()Deprecated. -
getDisplayCreateButton
public boolean getDisplayCreateButton()Deprecated. -
getDataSourceProps
Deprecated. -
setPermissionService
Deprecated. -
setDataModel
Deprecated.
-