Class AbstractFieldEditorController
Object
AbstractEditorController
AbstractFieldEditorController
- All Implemented Interfaces:
FieldEditorController,FormElementEditorController,HasValidator,Serializable
- Direct Known Subclasses:
CheckBoxEditorController,ComboBoxEditorController,ContextDateTimeFieldEditorController,DateFieldEditorController,DBComboBoxEditorController,DBSearchFieldEditorController,DBTableEditorController,DBTwinColSelectEditorController,DecimalFieldEditorController,LabelEditorController,ListSelectEditorController,MarcadorFieldEditorController,MaskedFieldEditorController,NumericFieldEditorController,OptionGroupEditorController,PasswordFieldEditorController,ProcessInstanceIdFieldEditorController,RatingStarsEditorController,RichTextAreaEditorController,RoleComboBoxFieldEditorController,RoleMultiSelectEditorController,ScriptComboBoxEditorController,TextAreaEditorController,TextFieldEditorController,UserComboBoxFieldEditorController,UserFieldEditorController,UserMultiSelectEditorController,UserPropertyFieldEditorController
public abstract class AbstractFieldEditorController
extends AbstractEditorController
implements FieldEditorController
- 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) 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 FieldEditorController
getDescriptor, renderElementMethods inherited from interface FormElementEditorController
controllerAttached, controllerDettached, getChildControllers, getDelegate, getEventBus, getFormEditorContext, getParentController, getPropertiesPanelContent, isAutoWrapDragAndDropAllowed, removeChildController, removeFromParent, setFormEditorContext, setParentMethods inherited from interface HasValidator
validate
-
Field Details
-
_rootElement
protected Component _rootElement
-
-
Constructor Details
-
AbstractFieldEditorController
public AbstractFieldEditorController()
-
-
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)
-