Class AbstractWidgetEditorController
Object
AbstractEditorController
AbstractWidgetEditorController
- All Implemented Interfaces:
FormElementEditorController,HasValidator,WidgetEditorController,Serializable
- Direct Known Subclasses:
ButtonWidgetEditorController,ChartBarWidgetEditorController,ChartFunnelWidgetEditorController,ChartGaugeWidgetEditorController,ChartLineWidgetEditorController,ChartPieWidgetEditorController,FileUploadWidgetEditorController,HandWriterWidgetEditorController,ImageWidgetEditorController,LinkWidgetEditorController,MultiFileUploadWidgetEditorController,SubFormWidgetEditorController,TimelineWidgetEditorController
public abstract class AbstractWidgetEditorController
extends AbstractEditorController
implements WidgetEditorController
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface HasValidator
HasValidator.InvalidStateMessage, HasValidator.StateMessageAction, HasValidator.ValidationResult -
Field Summary
FieldsFields inherited from class AbstractEditorController
_childControllersRo, autoWrapDragAndDropAllowed, childControllers, delegate, eventBus, formEditorContext, parentController -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionComponentElemento em exibicao no parentprotected voidsetRootElement(Component element) abstract voidsetWidgetDescriptor(MutableFormElementDescriptor descriptor) Methods inherited from class AbstractEditorController
addChildController, controllerAttached, controllerDettached, getChildControllers, getDelegate, getEventBus, getFormEditorContext, getParentController, isAutoWrapDragAndDropAllowed, removeChildController, removeFromParent, setAutoWrapDragAndDropAllowed, setDelegate, setEventBus, setFormEditorContext, setParentMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FormElementEditorController
controllerAttached, controllerDettached, getChildControllers, getDelegate, getEventBus, getFormEditorContext, getParentController, getPropertiesPanelContent, isAutoWrapDragAndDropAllowed, removeChildController, removeFromParent, setFormEditorContext, setParentMethods inherited from interface HasValidator
validateMethods inherited from interface WidgetEditorController
getDescriptor, renderElement
-
Field Details
-
_rootElement
protected Component _rootElement
-
-
Constructor Details
-
AbstractWidgetEditorController
public AbstractWidgetEditorController()
-
-
Method Details
-
getRootElement
public Component getRootElement()Description copied from interface:FormElementEditorControllerElemento em exibicao no parent- Specified by:
getRootElementin interfaceFormElementEditorController- Returns:
-
setRootElement
protected void setRootElement(Component element) -
setWidgetDescriptor
-