Class DefaultTaskFormViewImpl
- All Implemented Interfaces:
View,BaseFormView<Form>,DefaultTaskFormView,FormView,Serializable
@Component
@Scope("prototype")
public class DefaultTaskFormViewImpl
extends AbstractTaskFormView<Form>
implements DefaultTaskFormView
- 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
Modifier and TypeMethodDescriptiongetForm()Retorna uma instancia com o tipo do formulario disposto nesta viewprotected ComponentgetSpecificImplementation(FormElement formElement) protected voidinit()voidInicializa e renderiza os componentes do formularioMethods inherited from class AbstractTaskFormView
getEventBus, getFieldById, getLabelByDescriptor, getLabelById, getLabelDescriptors, getLayoutContainerById, getLayoutContainers, getTimeDebuggerHelper, getTitle, getViewComponent, getWidgetControllerById, getWidgetControllers, 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, getLabelByDescriptor, getLabelById, getLabelDescriptors, getLayoutContainerById, getLayoutContainers, getWidgetControllerById, getWidgetControllers, render, setTimeDebuggerHelperMethods inherited from interface View
getTitle, getViewComponent
-
Constructor Details
-
DefaultTaskFormViewImpl
public DefaultTaskFormViewImpl()
-
-
Method Details
-
init
@PostConstruct protected void init()- Overrides:
initin classAbstractTaskFormView<Form>
-
render
Description copied from interface:BaseFormViewInicializa e renderiza os componentes do formulario- Specified by:
renderin interfaceBaseFormView<Form>- Overrides:
renderin classAbstractTaskFormView<Form>- Parameters:
form-
-
getForm
Description copied from interface:BaseFormViewRetorna uma instancia com o tipo do formulario disposto nesta view- Specified by:
getFormin interfaceBaseFormView<Form>- Overrides:
getFormin classAbstractTaskFormView<Form>- Returns:
-
getSpecificImplementation
- Overrides:
getSpecificImplementationin classAbstractTaskFormView<Form>
-
getSubFormControllers
- Specified by:
getSubFormControllersin interfaceFormView
-