-
Notifications
You must be signed in to change notification settings - Fork 7
CssLayout
appreciated edited this page Aug 5, 2017
·
3 revisions
You can choose from the following v-component-group styles (additionally to the default valo one)
Create the Label as follows
CssLayout group = new CssLayout();
// Take one of the constants from below
group.addStyleName(JAVA_CONSTANT1);
// Then add your components to the component group
group.addComponents(...);
CssLayout group = new CssLayout();
// Take one of the constants from below
group.addStyleName(JAVA_CONSTANT1);
// Then add your components to the component group
group.addComponent(...);
group.addComponent(...);
group.addComponent(...);
| Description | Java Constant | Stylename |
|---|---|---|
| Default | LAYOUT_COMPONENT_GROUP | "v-component-group" |
| Flat | LAYOUT_COMPONENT_GROUP_FLAT | "v-component-group flat" |
| Material | LAYOUT_COMPONENT_GROUP_MATERIAL | "v-component-group material" |