Tobago Core
Package Index
|
Class Index
org.apache.myfaces.tobago.ajax
org.apache.myfaces.tobago.application
org.apache.myfaces.tobago.component
org.apache.myfaces.tobago.config
org.apache.myfaces.tobago.context
org.apache.myfaces.tobago.convert
org.apache.myfaces.tobago.el
org.apache.myfaces.tobago.event
org.apache.myfaces.tobago.layout
org.apache.myfaces.tobago.model
org.apache.myfaces.tobago.renderkit
org.apache.myfaces.tobago.renderkit.css
org.apache.myfaces.tobago.renderkit.html
org.apache.myfaces.tobago.servlet
org.apache.myfaces.tobago.util
org.apache.myfaces.tobago.validator
org.apache.myfaces.tobago.webapp
Interfaces
LayoutBase
LayoutBox
LayoutComponent
LayoutContainer
LayoutManager
Classes
AutoLayoutToken
Box
Dimension
HideLayoutToken
LayoutToken
LayoutTokens
Measure
MeasureEditor
MinimumLayoutToken
PercentLayoutToken
PixelLayoutToken
PixelMeasure
Position
RelativeLayoutToken
Enums
Display
Orientation
TextAlign
Package Index
|
Class Index
Summary:
Methods
|
Inherited Methods
|
[Expand All]
public interface
LayoutManager
implements
Configurable
org.apache.myfaces.tobago.layout.LayoutManager
Known Indirect Subclasses
UIFlowLayout
,
UIGridLayout
,
UISheetLayout
,
UITabGroupLayout
UIFlowLayout
XXX Warning: Still in progress! Please do not use it until other announcement.
UIGridLayout
Renders a GridLayout.
UISheetLayout
Creates a SheetLayout, which is a internal layout manager of a sheet.
UITabGroupLayout
Creates a TabGroupLayout, which is a internal layout manager of a tabGroup.
Summary
Public Methods
abstract void
fixRelativeInsideAuto
(
Orientation
orientation, boolean auto)
abstract void
init
()
abstract void
mainProcessing
(
Orientation
orientation)
abstract void
postProcessing
(
Orientation
orientation)
abstract void
preProcessing
(
Orientation
orientation)
[Expand]
Inherited Methods
From interface
org.apache.myfaces.tobago.config.Configurable
abstract
Markup
getCurrentMarkup
()
abstract
String
getRendererType
()
The renderer is an id that is used by Tobago to gather information about the components which are configured in the theme configuration files.
Public Methods
public abstract void
fixRelativeInsideAuto
(
Orientation
orientation, boolean auto)
public abstract void
init
()
public abstract void
mainProcessing
(
Orientation
orientation)
public abstract void
postProcessing
(
Orientation
orientation)
public abstract void
preProcessing
(
Orientation
orientation)