| Package | Description |
|---|---|
| org.dominokit.domino.ui.datatable | |
| org.dominokit.domino.ui.forms | |
| org.dominokit.domino.ui.grid.flex | |
| org.dominokit.domino.ui.menu | |
| org.dominokit.domino.ui.tabs |
| Modifier and Type | Method and Description |
|---|---|
FlexLayout |
ColumnConfig.getHeaderLayout() |
| Modifier and Type | Method and Description |
|---|---|
FlexLayout |
ValueBox.getLeftAddonContainer() |
FlexLayout |
ValueBox.getLeftAddOnsContainer() |
FlexLayout |
SelectOption.getOptionLayoutElement() |
FlexLayout |
ValueBox.getRightAddonContainer() |
FlexLayout |
ValueBox.getRightAddOnsContainer() |
| Modifier and Type | Method and Description |
|---|---|
FlexLayout |
FlexLayout.appendChild(FlexItem<?> flexItem)
Adds new flex item
|
FlexLayout |
FlexLayout.appendChildBefore(FlexItem<?> flexItem,
FlexItem<?> existingItem)
Adds a new flex item before an
existingItem |
static FlexLayout |
FlexLayout.create()
Creates a new layout
|
FlexLayout |
FlexLayout.insertFirst(FlexItem<?> flexItem)
Inserts a new flex item at the beginning of this layout
|
FlexLayout |
FlexLayout.removeGap()
removes the gap between the flex items of this flex layout
|
FlexLayout |
FlexLayout.setAlignItems(FlexAlign alignItems)
Sets the alignment of the items inside this layout
|
FlexLayout |
FlexLayout.setDirection(FlexDirection direction)
Sets the direction of the flex items inside the layout
|
FlexLayout |
FlexLayout.setFlow(FlexDirection direction,
FlexWrap wrap)
Sets the direction and the wrap in this layout
|
FlexLayout |
FlexLayout.setGap(String gap)
Adds a gap between all flex items of this flex layout
|
FlexLayout |
FlexLayout.setJustifyContent(FlexJustifyContent justifyContent)
Sets the type of spaces between the items inside this layout
|
FlexLayout |
FlexLayout.setWrap(FlexWrap wrap)
Sets the type of wrap of the elements inside this layout
|
| Modifier and Type | Field and Description |
|---|---|
protected FlexLayout |
MenuHeader.leftAddOnsContainer |
protected FlexLayout |
AbstractMenu.menuElement |
| Modifier and Type | Method and Description |
|---|---|
FlexLayout |
MenuHeader.getActionsElement() |
| Modifier and Type | Method and Description |
|---|---|
FlexLayout |
VTabsContainer.getListContainer() |
Copyright © 2019–2022 Dominokit. All rights reserved.