| Modifier and Type | Field and Description |
|---|---|
protected FlexItem<elemental2.dom.HTMLDivElement> |
ValueBox.inputContainer |
| Modifier and Type | Method and Description |
|---|---|
FlexItem |
ValueBox.getCountItem() |
FlexItem |
ValueBox.getErrorItem() |
FlexItem |
ValueBox.getHelpItem() |
FlexItem |
ValueBox.getInputContainer() |
FlexItem |
ValueBox.getPostFixItem() |
FlexItem |
ValueBox.getPrefixItem() |
| Modifier and Type | Method and Description |
|---|---|
T |
ValueBox.addLeftAddOn(FlexItem<?> addon)
Adds an element as an add on to the component at left side
|
T |
ValueBox.addRightAddOn(FlexItem<?> rightAddon)
Adds an element as an add on to the component at left side
|
T |
ValueBox.removeLeftAddOn(FlexItem addon) |
T |
ValueBox.removeRightAddOn(FlexItem addon) |
| Modifier and Type | Method and Description |
|---|---|
static FlexItem<elemental2.dom.HTMLDivElement> |
FlexItem.create()
Creates new flex item with empty content
|
static <T extends elemental2.dom.HTMLElement> |
FlexItem.from(org.jboss.elemento.IsElement<T> element)
Deprecated.
use
of(IsElement) Creates new flex item with element inside it |
static <T extends elemental2.dom.HTMLElement> |
FlexItem.from(T element)
Deprecated.
use
of(HTMLElement) Creates new flex item with element inside it |
static <T extends elemental2.dom.HTMLElement> |
FlexItem.of(org.jboss.elemento.IsElement<T> element)
Creates new flex item with
element inside it |
static <T extends elemental2.dom.HTMLElement> |
FlexItem.of(T element)
Creates new flex item with
element inside it |
FlexItem<T> |
FlexItem.setAlignSelf(FlexAlign alignSelf)
Sets the alignment of this item inside the layout
|
FlexItem<T> |
FlexItem.setAutoAlign()
Sets if the alignment of this item should be automatic
|
FlexItem<T> |
FlexItem.setFlexBasis(String flexBasis)
Sets the basis of this item
|
FlexItem<T> |
FlexItem.setFlexGrow(int flexGrow)
Sets the grow of this item
|
FlexItem<T> |
FlexItem.setFlexShrink(int flexShrink)
Sets the shrink of this item
|
FlexItem<T> |
FlexItem.setOrder(int order)
Sets the order of this item inside the layout, the order of the item calculates the position of
the item inside the layout
|
| Modifier and Type | Method and Description |
|---|---|
List<FlexItem<?>> |
FlexLayout.getFlexItems() |
| 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 |
FlexLayout |
FlexLayout.appendChildBefore(FlexItem<?> flexItem,
FlexItem<?> existingItem)
Adds a new flex item before an
existingItem |
FlexLayout |
FlexLayout.insertFirst(FlexItem<?> flexItem)
Inserts a new flex item at the beginning of this layout
|
| Modifier and Type | Method and Description |
|---|---|
FlexItem<elemental2.dom.HTMLDivElement> |
NavigationBar.getActionBarItem() |
FlexItem<elemental2.dom.HTMLDivElement> |
NavigationBar.getLogoItem() |
FlexItem<elemental2.dom.HTMLDivElement> |
NavigationBar.getMenuToggleItem() |
FlexItem<elemental2.dom.HTMLDivElement> |
NavigationBar.getTitleItem() |
| Modifier and Type | Field and Description |
|---|---|
protected FlexItem<elemental2.dom.HTMLDivElement> |
AbstractMenu.headContainer |
protected FlexItem<elemental2.dom.HTMLDivElement> |
AbstractMenu.mainContainer |
protected FlexItem<elemental2.dom.HTMLDivElement> |
AbstractMenu.searchContainer |
protected FlexItem<elemental2.dom.HTMLDivElement> |
AbstractMenu.subHeaderContainer |
| Modifier and Type | Method and Description |
|---|---|
FlexItem<elemental2.dom.HTMLDivElement> |
MenuHeader.getActionsContainer() |
FlexItem<elemental2.dom.HTMLDivElement> |
AbstractMenuItem.getContentElement() |
FlexItem<elemental2.dom.HTMLDivElement> |
AbstractMenu.getHeadContainer() |
FlexItem<elemental2.dom.HTMLDivElement> |
MenuHeader.getIconContainer() |
FlexItem<elemental2.dom.HTMLDivElement> |
AbstractMenu.getMainContainer() |
FlexItem<?> |
AbstractMenuItem.getNestingIndicator() |
FlexItem<elemental2.dom.HTMLDivElement> |
AbstractMenu.getSearchContainer() |
FlexItem<elemental2.dom.HTMLDivElement> |
AbstractMenu.getSubHeaderContainer() |
FlexItem<elemental2.dom.HTMLDivElement> |
MenuHeader.getTitleContainer() |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractMenuItem.addLeftAddOn(FlexItem<?> addOn)
Adds an element as an add-on to the left
|
T |
AbstractMenuItem.addRightAddOn(FlexItem<?> addOn)
Adds an element as an add-on to the right
|
T |
AbstractMenuItem.setNestingIndicator(FlexItem<?> nestingIndicator)
Sets a custom menu nesting indicator
|
| Modifier and Type | Method and Description |
|---|---|
FlexItem |
Stepper.getStepContentFlexItem() |
| Modifier and Type | Method and Description |
|---|---|
FlexItem |
VerticalTabsPanel.getTabsHeadersContainer() |
Copyright © 2019–2022 Dominokit. All rights reserved.