Modifier and Type | Class and Description |
---|---|
class |
AndroidNestedSectionLayoutDecorator
Convenience base class for LayoutDecorators wishing to decorate widgets based on changing
sections within Android Layouts.
|
class |
LinearLayout
Layout to arrange widgets vertically, with one row for the label and the next for the widget.
|
class |
TabHostLayoutDecorator
Layout to decorate widgets from different sections using a TabHost.
|
class |
TableLayout
Layout to arrange widgets in a table, with one column for labels and another for the widget.
|
class |
TextViewLayoutDecorator
Layout to decorate widgets from different sections using a TextView.
|
Modifier and Type | Class and Description |
---|---|
class |
OutputTextLayoutDecorator
Layout to decorate widgets from different sections using an HtmlOutputText.
|
class |
PanelGroupLayoutDecorator
Layout to decorate widgets from different sections using a JSF PanelGroup.
|
Modifier and Type | Class and Description |
---|---|
class |
PanelTabSetLayoutDecorator
Layout to decorate widgets from different sections using an ICEfaces PanelTabSet.
|
Modifier and Type | Class and Description |
---|---|
class |
AccordionPanelLayoutDecorator
Layout to decorate widgets from different sections using a PrimeFaces AccordionPanel
|
class |
TabViewLayoutDecorator
Layout to decorate widgets from different sections using a PrimeFaces TabView.
|
Modifier and Type | Class and Description |
---|---|
class |
CollapsiblePanelLayoutDecorator
Layout to decorate widgets from different sections using a RichFaces (4.x) CollapsiblePanel.
|
class |
PanelLayoutDecorator
Layout to decorate widgets from different sections using a RichFaces Panel.
|
class |
SimpleTogglePanelLayoutDecorator
Layout to decorate widgets from different sections using a RichFaces (3.x) SimpleTogglePanel.
|
class |
TabPanelLayoutDecorator
Layout to decorate widgets from different sections using a RichFaces TabPanel.
|
Modifier and Type | Class and Description |
---|---|
class |
UIComponentFlatSectionLayoutDecorator
Convenience base class for LayoutDecorators wishing to decorate widgets based on changing
sections within JSF Layouts.
|
class |
UIComponentNestedSectionLayoutDecorator
Convenience base class for LayoutDecorators wishing to decorate widgets based on changing
sections within JSF Layouts.
|
Modifier and Type | Class and Description |
---|---|
class |
FlexTableLayout
Layout to arrange widgets in a
FlexTable , with one column for labels and another for
the widget. |
class |
GwtFlatSectionLayoutDecorator
Convenience base class for LayoutDecorators wishing to decorate widgets based on changing
sections within GWT Layouts.
|
class |
GwtNestedSectionLayoutDecorator
Convenience base class for LayoutDecorators wishing to decorate widgets based on changing
sections within Android Layouts.
|
class |
LabelLayoutDecorator
Layout to decorate widgets from different sections using a Label.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldsetLayoutDecorator
Layout to decorate widgets from different sections using a Fieldset with a Label.
|
class |
HeadingTagLayoutDecorator
Layout to decorate widgets from different sections using an HTML heading tag (ie.
|
class |
HtmlTableLayout
Layout to arrange widgets in a table, with one column for labels and another for the widget.
|
Modifier and Type | Class and Description |
---|---|
class |
SpringTableLayout
Layout to arrange widgets in a table, with Spring inline error validation.
|
Modifier and Type | Class and Description |
---|---|
class |
JspFlatSectionLayoutDecorator
Convenience base class for LayoutDecorators wishing to decorate widgets based on changing
sections within JSP-based Layouts.
|
class |
JspNestedSectionLayoutDecorator |
Modifier and Type | Class and Description |
---|---|
class |
FlatSectionLayoutDecorator<W,C extends W,M extends C>
Convenience base class for LayoutDecorators wishing to decorate widgets based on changing
sections, rendering multi-level sections (ie.
|
class |
LayoutDecorator<W,C extends W,M extends C>
Decorates a Layout with additional functionality.
|
class |
NestedSectionLayoutDecorator<W,C extends W,M extends C>
Convenience base class for LayoutDecorators wishing to decorate widgets based on changing
sections, rendering multi-level sections (ie.
|
Modifier and Type | Class and Description |
---|---|
class |
HtmlPanelGridLayout
Layout to arrange widgets using a panelGrid.
|
Modifier and Type | Class and Description |
---|---|
class |
FreemarkerLayout
Layout to arrange widgets using a FreeMarker template.
|
Modifier and Type | Class and Description |
---|---|
class |
StaticFlatSectionLayoutDecorator
Convenience base class for LayoutDecorators wishing to decorate widgets based on changing
sections within JSP-based Layouts.
|
class |
StaticNestedSectionLayoutDecorator
Convenience base class for LayoutDecorators wishing to decorate widgets based on changing
sections within Swing Layouts.
|
Modifier and Type | Class and Description |
---|---|
class |
BoxLayout
Layout to simply output components one after another, with no labels and no structure, using
javax.swing.BoxLayout . |
class |
FlowLayout
Layout to simply output components one after another, with no labels and no structure, using
java.awt.FlowLayout . |
class |
GridBagLayout
Layout to arrange widgets using
java.awt.GridBagLayout . |
class |
GroupLayout
Layout to arrange widgets using
javax.swing.GroupLayout . |
class |
MigLayout
Layout to arrange widgets using
net.miginfocom.swing.MigLayout . |
class |
SeparatorLayoutDecorator
Layout to decorate widgets from different sections using a JSeparator.
|
class |
SwingFlatSectionLayoutDecorator
Convenience base class for LayoutDecorators wishing to decorate widgets based on changing
sections within Swing Layouts.
|
class |
SwingNestedSectionLayoutDecorator
Convenience base class for LayoutDecorators wishing to decorate widgets based on changing
sections within Swing Layouts.
|
class |
TabbedPaneLayoutDecorator
Layout to decorate widgets from different sections using a JTabbedPane.
|
class |
TitledPanelLayoutDecorator
Layout to decorate widgets from different sections using a JPanel with a TitledBorder.
|
Modifier and Type | Class and Description |
---|---|
class |
FillLayout
Layout to simply output components one after another, with no labels and no structure, using
org.eclipse.swt.layout.FillLayout . |
class |
GridLayout
Layout to arrange widgets using
org.eclipse.swt.layout.GridLayout . |
class |
RowLayout
Layout to simply output components one after another, with no labels and no structure, using
org.eclipse.swt.layout.RowLayout . |
class |
SwtFlatSectionLayoutDecorator
Convenience base class for LayoutDecorators wishing to decorate widgets based on changing
sections within SWT Layouts.
|
class |
SwtNestedSectionLayoutDecorator
Convenience base class for LayoutDecorators wishing to decorate widgets based on changing
sections within SWT Layouts.
|
class |
TabFolderLayoutDecorator
Layout to decorate widgets from different sections using a TabFolder.
|
Modifier and Type | Class and Description |
---|---|
class |
FormLayout
Layout to arrange widgets using Vaadin's
FormLayout . |
class |
HorizontalLayout
Layout to arrange widgets using Vaadin's
HorizontalLayout . |
class |
TabSheetLayoutDecorator
Layout to decorate widgets from different sections using a TabSheet.
|
class |
VaadinFlatSectionLayoutDecorator
Convenience base class for LayoutDecorators .
|
class |
VaadinNestedSectionLayoutDecorator
Convenience base class for LayoutDecorators
|
class |
VerticalLayout
Layout to arrange widgets using Vaadin's
VerticalLayout . |
Copyright © 2015. All Rights Reserved.