| Package | Description |
|---|---|
| org.dominokit.domino.ui.grid |
| Modifier and Type | Method and Description |
|---|---|
static SectionSpan |
SectionSpan.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SectionSpan[] |
SectionSpan.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GridLayout |
GridLayout.setFooterSpan(SectionSpan sectionSpan)
Change the size of the footer section, changing the footer section can be to cover up to 6 rows
|
GridLayout |
GridLayout.setHeaderSpan(SectionSpan sectionSpan)
Change the size of the header section, changing the header can be to cover up to 6 rows
|
GridLayout |
GridLayout.setLeftSpan(SectionSpan sectionSpan,
boolean spanUp,
boolean spanDown)
Change the size of the left section, changing the left section can be to cover up to 6 columns
|
GridLayout |
GridLayout.setRightSpan(SectionSpan sectionSpan,
boolean spanUp,
boolean spanDown)
Change the size of the right section, changing the right section can be to cover up to 6
columns
|
Copyright © 2019–2022 Dominokit. All rights reserved.