| Package | Description |
|---|---|
| org.dominokit.domino.ui.grid |
| Modifier and Type | Method and Description |
|---|---|
static GridLayout |
GridLayout.create()
Creates a new layout
|
GridLayout |
GridLayout.hideFooter()
Hides the footer section
|
GridLayout |
GridLayout.hideHeader()
Hides the header section
|
GridLayout |
GridLayout.hideLeft()
Hides the left section
|
GridLayout |
GridLayout.hideRight()
Hides the right section
|
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.setGap(String gap)
Sets the spaces between the sections
|
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.