Class FormFacade
java.lang.Object
ch.tocco.nice2.netui.api.bind.form.facades.AbstractComponentFacade
ch.tocco.nice2.netui.api.bind.form.facades.AbstractDataComponentFacade
ch.tocco.nice2.netui.api.bind.form.facades.ContextDataFacade
ch.tocco.nice2.netui.api.bind.form.facades.FormFacade
- All Implemented Interfaces:
ActionHolderFacade
,ComponentFacade
,Serializable
Deprecated.
// *
// * Actions: // * The list of available actions needs to be evaluated here since they depend on // * the user (permissions) and the form scope. We can't just compile a fixed list and // * assign it to the form.
- 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.To override by concrete implementations to set up the facadeMethods inherited from class ch.tocco.nice2.netui.api.bind.form.facades.ContextDataFacade
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.netui.api.bind.form.facades.ActionHolderFacade
addAction
-
Constructor Details
-
FormFacade
public FormFacade()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
- Overrides:
setUp
in classAbstractDataComponentFacade
- Parameters:
ctx
- the context
-