Class SingleSelectBoxFacade
java.lang.Object
ch.tocco.nice2.netui.api.bind.form.facades.AbstractComponentFacade<SingleSelectBox>
ch.tocco.nice2.netui.api.bind.form.facades.AbstractDataComponentFacade<SingleSelectBox>
ch.tocco.nice2.netui.api.bind.form.facades.SelectionDataFacade<SingleSelectBox>
ch.tocco.nice2.netui.api.bind.form.facades.SingleSelectBoxFacade
- All Implemented Interfaces:
ActionHolderFacade
,ComponentFacade<SingleSelectBox>
,Serializable
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 TypeMethodDescription@Nullable SingleSelectLayout
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, isMultiple, 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
-
Constructor Details
-
SingleSelectBoxFacade
public SingleSelectBoxFacade()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<SingleSelectBox>
- Overrides:
setUp
in classSelectionDataFacade<SingleSelectBox>
- Parameters:
ctx
- the context
-
getLayout
Deprecated.
-