Annotation Type GridLayout
-
@Target(TYPE) @Retention(RUNTIME) @Repeatable(GridLayouts.class) public @interface GridLayout
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description GridLayout.Row[]
value
-
-
-
Element Detail
-
value
GridLayout.Row[] value
- Returns:
- the ordered list of rows of the layout.
-
-