Class PositionSearchFieldFacadeNetui
java.lang.Object
ch.tocco.nice2.netui.api.bind.form.facades.AbstractComponentFacade<PositionSearchField>
ch.tocco.nice2.netui.api.bind.form.facades.AbstractDataComponentFacade<PositionSearchField>
ch.tocco.nice2.netui.api.bind.form.facades.AbstractValueDataFacade<PositionSearchField>
ch.tocco.nice2.netui.api.bind.form.facades.ValueDataFacade<PositionSearchField>
ch.tocco.nice2.optional.geolocation.impl.gui.PositionSearchFieldFacadeNetui
- All Implemented Interfaces:
ActionHolderFacade, ComponentFacade<PositionSearchField>, Serializable
- 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 TypeMethodDescriptionTo override by concrete implementations to set up the facadeMethods inherited from class ValueDataFacade
customSetUp, readDataComponentMethods inherited from class AbstractComponentFacade
addAction, addChild, figureOutLabel, getChildren, getComponentType, getDisplayType, getEventHandler, getExtProps, getLabel, getName, getUseLabel, readUnderlyingComponent, setComponent, setComponentType, setDisplayType, setEventHandler, setLabel, setTypeManager, setUseLabel
-
Constructor Details
-
PositionSearchFieldFacadeNetui
public PositionSearchFieldFacadeNetui()
-
-
Method Details
-
setUp
Description copied from class:AbstractComponentFacadeTo override by concrete implementations to set up the facade- Specified by:
setUpin interfaceComponentFacade<PositionSearchField>- Overrides:
setUpin classValueDataFacade<PositionSearchField>- Parameters:
ctx- the context
-