-
Notifications
You must be signed in to change notification settings - Fork 7
Grid
appreciated edited this page Aug 6, 2017
·
2 revisions
You can choose from the following Grid styles
Create the Grid as follows
Grid grid = new Grid();
// Take one of the constants from below
grid.addStyleName(JAVA_CONSTANT);
| Description | Java Constant | Stylename |
|---|---|---|
| Default | - | - |
| Borderless | TABLE_BORDERLESS | "borderless" |