Class AbstractLayoutEditorController
Object
AbstractEditorController
AbstractLayoutEditorController
- All Implemented Interfaces:
FormElementEditorController,HasValidator,LayoutEditorController,DragFilter,Serializable
- Direct Known Subclasses:
HorizontalLayoutEditorController,PanelEditorController,VerticalLayoutEditorController
public abstract class AbstractLayoutEditorController
extends AbstractEditorController
implements LayoutEditorController, DragFilter
- 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, parentControllerFields inherited from interface DragFilter
ALL, NONE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtem o elemento renderizado.booleanisDraggable(Component component) protected booleanMethods 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, getRootElement, isAutoWrapDragAndDropAllowed, removeChildController, removeFromParent, setFormEditorContext, setParentMethods inherited from interface HasValidator
validateMethods inherited from interface LayoutEditorController
getDescriptor, renderElement
-
Field Details
-
elementWrapper
-
-
Constructor Details
-
AbstractLayoutEditorController
public AbstractLayoutEditorController()
-
-
Method Details
-
getElement
Description copied from interface:LayoutEditorControllerObtem o elemento renderizado. Caso ainda nao tenha sido gerado, o sistema invocara o renderElement para obter- Specified by:
getElementin interfaceLayoutEditorController- Returns:
-
isDraggable
public boolean isDraggable(Component component) - Specified by:
isDraggablein interfaceDragFilter
-
isSpacingByDescriptor
protected boolean isSpacingByDescriptor()
-