Modifier and Type | Method and Description |
---|---|
Measure |
UIStyle.getBottom() |
Measure |
UIGridLayout.getColumnSpacing()
Spacing between the columns in the actual layout.
|
Measure |
UISplitLayout.getColumnSpacing()
Spacing between the columns in the actual layout.
|
Measure |
UIStyle.getFlexBasis()
Flex basis value of the element.
|
Measure |
UIStyle.getHeight() |
Measure |
DeprecatedDimension.getHeight() |
Measure |
UIStyle.getLeft() |
Measure |
UIStyle.getMarginBottom() |
Measure |
UIStyle.getMarginLeft() |
Measure |
UIStyle.getMarginRight() |
Measure |
UIStyle.getMarginTop() |
Measure |
UIStyle.getMaxHeight() |
Measure |
UIStyle.getMaxWidth() |
Measure |
UIStyle.getMinHeight() |
Measure |
UIStyle.getMinWidth() |
Measure |
UIStyle.getPaddingBottom() |
Measure |
UIStyle.getPaddingLeft() |
Measure |
UIStyle.getPaddingRight() |
Measure |
UIStyle.getPaddingTop() |
Measure |
UIStyle.getRight() |
Measure |
UIGridLayout.getRowSpacing()
Spacing between the rows in the actual layout.
|
Measure |
UISplitLayout.getRowSpacing()
Spacing between the rows in the actual layout.
|
Measure |
UIStyle.getTop() |
Measure |
UIStyle.getWidth() |
Measure |
DeprecatedDimension.getWidth() |
Modifier and Type | Method and Description |
---|---|
void |
UIStyle.setBottom(Measure bottom) |
void |
UIGridLayout.setColumnSpacing(Measure columnSpacing) |
void |
UISplitLayout.setColumnSpacing(Measure columnSpacing) |
void |
UIStyle.setFlexBasis(Measure flexBasis) |
void |
UIStyle.setHeight(Measure height) |
void |
DeprecatedDimension.setHeight(Measure height) |
void |
UIStyle.setLeft(Measure left) |
void |
UIStyle.setMarginBottom(Measure marginBottom) |
void |
UIStyle.setMarginLeft(Measure marginLeft) |
void |
UIStyle.setMarginRight(Measure marginRight) |
void |
UIStyle.setMarginTop(Measure marginTop) |
void |
UIStyle.setMaxHeight(Measure maxHeight) |
void |
UIStyle.setMaxWidth(Measure maxWidth) |
void |
UIStyle.setMinHeight(Measure minHeight) |
void |
UIStyle.setMinWidth(Measure minWidth) |
void |
UIStyle.setPaddingBottom(Measure paddingBottom) |
void |
UIStyle.setPaddingLeft(Measure paddingLeft) |
void |
UIStyle.setPaddingRight(Measure paddingRight) |
void |
UIStyle.setPaddingTop(Measure paddingTop) |
void |
UIStyle.setRight(Measure right) |
void |
UIGridLayout.setRowSpacing(Measure rowSpacing) |
void |
UISplitLayout.setRowSpacing(Measure rowSpacing) |
void |
UIStyle.setTop(Measure top) |
void |
UIStyle.setWidth(Measure width) |
void |
DeprecatedDimension.setWidth(Measure width) |
Modifier and Type | Method and Description |
---|---|
Measure |
MeasureConverter.getAsObject(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
String string) |
Modifier and Type | Method and Description |
---|---|
String |
MeasureConverter.getAsString(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
Measure measure) |
Modifier and Type | Method and Description |
---|---|
abstract Measure |
AbstractUIStyle.getBottom() |
abstract Measure |
AbstractUIStyle.getFlexBasis() |
abstract Measure |
AbstractUIStyle.getHeight() |
abstract Measure |
AbstractUIStyle.getLeft() |
abstract Measure |
AbstractUIStyle.getMarginBottom() |
abstract Measure |
AbstractUIStyle.getMarginLeft() |
abstract Measure |
AbstractUIStyle.getMarginRight() |
abstract Measure |
AbstractUIStyle.getMarginTop() |
abstract Measure |
AbstractUIStyle.getMaxHeight() |
abstract Measure |
AbstractUIStyle.getMaxWidth() |
abstract Measure |
AbstractUIStyle.getMinHeight() |
abstract Measure |
AbstractUIStyle.getMinWidth() |
abstract Measure |
AbstractUIStyle.getPaddingBottom() |
abstract Measure |
AbstractUIStyle.getPaddingLeft() |
abstract Measure |
AbstractUIStyle.getPaddingRight() |
abstract Measure |
AbstractUIStyle.getPaddingTop() |
abstract Measure |
AbstractUIStyle.getRight() |
abstract Measure |
AbstractUIStyle.getTop() |
abstract Measure |
AbstractUIStyle.getWidth() |
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractUIStyle.setFlexBasis(Measure flexBasis) |
abstract void |
AbstractUIStyle.setHeight(Measure height) |
abstract void |
AbstractUIStyle.setWidth(Measure width) |
Modifier and Type | Field and Description |
---|---|
static Measure |
Measure.AUTO |
static Measure |
Measure.FRACTION1 |
static Measure |
Measure.ZERO |
Modifier and Type | Method and Description |
---|---|
Measure |
MeasureList.get(int i) |
static Measure |
Measure.valueOf(int value) |
static Measure |
Measure.valueOf(Integer i) |
static Measure |
Measure.valueOf(Measure measure) |
static Measure |
Measure.valueOf(Number n) |
static Measure |
Measure.valueOf(Object object) |
static Measure |
Measure.valueOf(String s) |
static Measure |
Measure.valueOf(String s,
Measure.Unit defaultUnit) |
Modifier and Type | Method and Description |
---|---|
Iterator<Measure> |
MeasureList.iterator() |
Stream<Measure> |
MeasureList.stream() |
Modifier and Type | Method and Description |
---|---|
void |
MeasureList.add(Measure measure) |
static Measure |
Measure.valueOf(Measure measure) |
Modifier and Type | Method and Description |
---|---|
static BootstrapClass |
BootstrapClass.valueOf(Measure measure,
Attributes attributes) |
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.