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 AbstractComponentFacade
actions, children, component, componentType, ctx, displayType, eventHandler, extProps, label, name, typeManager, useLabel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.To override by concrete implementations to set up the facadeMethods inherited from class ContextDataFacade
readDataComponentMethods inherited from class AbstractComponentFacade
addAction, addChild, figureOutLabel, getChildren, getComponentType, getDisplayType, getEventHandler, getExtProps, getLabel, getName, getUseLabel, readUnderlyingComponent, setComponent, setComponentType, setDisplayType, setEventHandler, setLabel, setTypeManager, setUseLabelMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ActionHolderFacade
addAction
-
Constructor Details
-
FormFacade
public FormFacade()Deprecated.
-
-
Method Details
-
setUp
Deprecated.Description copied from class:AbstractComponentFacadeTo override by concrete implementations to set up the facade- Specified by:
setUpin interfaceComponentFacade- Overrides:
setUpin classAbstractDataComponentFacade- Parameters:
ctx- the context
-