Package | Description |
---|---|
org.apache.myfaces.tobago.component | |
org.apache.myfaces.tobago.internal.component | |
org.apache.myfaces.tobago.internal.layout | |
org.apache.myfaces.tobago.layout |
Modifier and Type | Class and Description |
---|---|
class |
UIBox
Renders a panel with border and title.
|
class |
UICell
Deprecated.
|
class |
UIColumn
Renders a UIComponent that represents a single column of data within a parent UISheet component.
|
class |
UIColumnNode
Creates a tree node inside of a sheet (also known as tree table).
|
class |
UIColumnSelector
Renders a column with checkboxes to mark selected rows.
|
class |
UIExtensionPanel
UIComponent class, generated from template
component2.0.stg with class
ExtensionPanelDeclaration . |
class |
UIPage
Renders a page element.
|
class |
UIPanel
Intended for use in situations when only one UIComponent child can be nested, such as in the case of facets.
|
class |
UIPopup
Renders a popup panel.
|
class |
UISheet
Render a sheet element.
|
class |
UITab
Renders a tab within a tab group.
|
class |
UITabGroup
Renders a tab group which contains tab panels.
|
class |
UITreeNode
Creates a tree node.
|
class |
UIWizard
Renders a flexible wizard.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUIBox |
class |
AbstractUICell
Deprecated.
The Cell is deprecated since Tobago 1.5.0
|
class |
AbstractUIColumn |
class |
AbstractUIColumnNode |
class |
AbstractUIColumnSelector |
class |
AbstractUIPage |
class |
AbstractUIPanel |
class |
AbstractUIPopup |
class |
AbstractUISheet |
class |
AbstractUITab |
class |
AbstractUITabGroup |
class |
AbstractUITreeNode |
class |
AbstractUIWizard |
Modifier and Type | Method and Description |
---|---|
static Measure |
LayoutUtils.getBorderBegin(Orientation orientation,
LayoutBox container) |
static Measure |
LayoutUtils.getBorderEnd(Orientation orientation,
LayoutBox container) |
static Measure |
LayoutUtils.getPaddingBegin(Orientation orientation,
LayoutBox container) |
static Measure |
LayoutUtils.getPaddingEnd(Orientation orientation,
LayoutBox container) |
Modifier and Type | Interface and Description |
---|---|
interface |
LayoutContainer |
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.