Package | Description |
---|---|
org.apache.myfaces.tobago.internal.component | |
org.apache.myfaces.tobago.internal.layout | |
org.apache.myfaces.tobago.layout |
Modifier and Type | Method and Description |
---|---|
void |
AbstractUITabGroupLayout.fixRelativeInsideAuto(Orientation orientation,
boolean auto) |
void |
AbstractUIGridLayout.fixRelativeInsideAuto(Orientation orientation,
boolean auto) |
void |
AbstractUISheetLayout.fixRelativeInsideAuto(Orientation orientation,
boolean auto) |
void |
AbstractUIFlowLayout.fixRelativeInsideAuto(Orientation orientation,
boolean auto) |
Measure |
AbstractUIGridLayout.getMarginBegin(Orientation orientation) |
Measure |
AbstractUIGridLayout.getMarginEnd(Orientation orientation) |
Measure |
AbstractUIGridLayout.getSpacing(Orientation orientation) |
Measure |
AbstractUISplitLayout.getSpacing(Orientation orientation) |
void |
AbstractUITabGroupLayout.mainProcessing(Orientation orientation) |
void |
AbstractUIGridLayout.mainProcessing(Orientation orientation) |
void |
AbstractUISheetLayout.mainProcessing(Orientation orientation) |
void |
AbstractUIFlowLayout.mainProcessing(Orientation orientation) |
void |
AbstractUITabGroupLayout.postProcessing(Orientation orientation) |
void |
AbstractUIGridLayout.postProcessing(Orientation orientation) |
void |
AbstractUISheetLayout.postProcessing(Orientation orientation) |
void |
AbstractUIFlowLayout.postProcessing(Orientation orientation) |
void |
AbstractUITabGroupLayout.preProcessing(Orientation orientation) |
void |
AbstractUIGridLayout.preProcessing(Orientation orientation) |
void |
AbstractUISheetLayout.preProcessing(Orientation orientation) |
void |
AbstractUIFlowLayout.preProcessing(Orientation orientation) |
Modifier and Type | Method and Description |
---|---|
BankHead[] |
Grid.getBankHeads(Orientation orientation) |
static Measure |
LayoutUtils.getBorderBegin(Orientation orientation,
LayoutBox container) |
static Measure |
LayoutUtils.getBorderEnd(Orientation orientation,
LayoutBox container) |
Cell |
Grid.getCell(int i,
int j,
Orientation orientation) |
static Measure |
LayoutUtils.getCurrentSize(Orientation orientation,
LayoutBase component) |
static Measure |
LayoutUtils.getPaddingBegin(Orientation orientation,
LayoutBox container) |
static Measure |
LayoutUtils.getPaddingEnd(Orientation orientation,
LayoutBox container) |
int |
OriginCell.getSpan(Orientation orientation) |
boolean |
Grid.isOverflow(Orientation orientation) |
static void |
LayoutUtils.setCurrentSize(Orientation orientation,
LayoutBase component,
Measure sizeParameter) |
void |
Grid.setOverflow(boolean overflow,
Orientation orientation) |
Constructor and Description |
---|
Interval(LayoutComponent component,
Orientation orientation) |
Modifier and Type | Method and Description |
---|---|
Orientation |
Orientation.other() |
static Orientation |
Orientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Orientation[] |
Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LayoutManager.fixRelativeInsideAuto(Orientation orientation,
boolean auto) |
void |
LayoutManager.mainProcessing(Orientation orientation) |
void |
LayoutManager.postProcessing(Orientation orientation) |
void |
LayoutManager.preProcessing(Orientation orientation) |
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.