Class CssLayoutWrapper
Object
CssLayoutWrapper
- All Implemented Interfaces:
LayoutWrapper,Serializable
Wrapper para CSSLayout
- Author:
- eduardo
- 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
-
CssLayoutWrapper
public CssLayoutWrapper(CssLayout layout)
-
-
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
-