Class ScrollPanelDelegate.LocalWrapper
Object
LocalWrapper
- All Implemented Interfaces:
LayoutWrapper,Serializable
- Enclosing class:
ScrollPanelDelegate
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddComponent(FormElement formElement, Component component) voidconfigureAlignment(Component component, ElementAlign align) voidconfigureExpandRatio(Component component, Number expandRatio) ComponentvoidreplaceComponent(Component old, Component replacement)
-
Constructor Details
-
LocalWrapper
public LocalWrapper(Panel panel)
-
-
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
-