Class AbsoluteLayoutDelegate.AbsoluteLayoutWrapperImpl
Object
AbsoluteLayoutWrapperImpl
- All Implemented Interfaces:
LayoutWrapper,DragFilter,Serializable
- Enclosing class:
AbsoluteLayoutDelegate
protected static class AbsoluteLayoutDelegate.AbsoluteLayoutWrapperImpl
extends Object
implements LayoutWrapper, DragFilter
- See Also:
-
Field Summary
Fields inherited from interface DragFilter
ALL, NONE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddComponent(FormElement formElement, Component component) voidconfigureAlignment(Component component, ElementAlign align) voidconfigureExpandRatio(Component component, Number expandRatio) ComponentbooleanisDraggable(Component component) voidreplaceComponent(Component old, Component replacement)
-
Constructor Details
-
AbsoluteLayoutWrapperImpl
public AbsoluteLayoutWrapperImpl(AbsoluteLayout impl)
-
-
Method Details
-
getRootComposition
public Component getRootComposition()- Specified by:
getRootCompositionin interfaceLayoutWrapper
-
addComponent
- Specified by:
addComponentin interfaceLayoutWrapper
-
configureExpandRatio
- Specified by:
configureExpandRatioin interfaceLayoutWrapper
-
configureAlignment
- Specified by:
configureAlignmentin interfaceLayoutWrapper
-
replaceComponent
public void replaceComponent(Component old, Component replacement) - Specified by:
replaceComponentin interfaceLayoutWrapper
-
isDraggable
public boolean isDraggable(Component component) - Specified by:
isDraggablein interfaceDragFilter
-