Class DefaultPanelFormViewImpl
- All Implemented Interfaces:
View,BaseFormView<PanelForm>,DefaultPanelFormView,PanelFormView,Serializable
@Component
@Scope("prototype")
public class DefaultPanelFormViewImpl
extends AbstractTaskFormView<PanelForm>
implements DefaultPanelFormView
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractTaskFormView
AbstractTaskFormView.DefferedComponentCreateEvent<C> -
Field Summary
Fields inherited from class AbstractTaskFormView
_componentFactory, _fields, _form, _labels, _layoutWrappers, _layoutWrappersMap, eventBus, timeDebuggerHelper, uiThreadExecutor, widgets -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractTaskFormView
getEventBus, getFieldById, getForm, getLabelByDescriptor, getLabelById, getLabelDescriptors, getLayoutContainerById, getLayoutContainers, getSpecificImplementation, getTimeDebuggerHelper, getTitle, getViewComponent, getWidgetControllerById, getWidgetControllers, render, render, setComponentFactory, setEventBus, setTimeDebuggerHelper, setUiThreadExecutorMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BaseFormView
getEventBus, getFieldById, getForm, getLabelByDescriptor, getLabelById, getLabelDescriptors, getLayoutContainerById, getLayoutContainers, getWidgetControllerById, getWidgetControllers, render, render, setTimeDebuggerHelperMethods inherited from interface View
getTitle, getViewComponent
-
Constructor Details
-
DefaultPanelFormViewImpl
public DefaultPanelFormViewImpl()
-
-
Method Details
-
init
@PostConstruct protected void init()- Overrides:
initin classAbstractTaskFormView<PanelForm>
-