Modifier and Type | Method and Description |
---|---|
void |
AndroidMetawidget.setLayout(Layout<android.view.View,android.view.ViewGroup,AndroidMetawidget> layout) |
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 |
SimpleLayout
Layout to simply output components one after another, with no labels and no structure.
|
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 | Method and Description |
---|---|
TextViewLayoutDecoratorConfig |
TextViewLayoutDecoratorConfig.setLayout(Layout<android.view.View,android.view.ViewGroup,AndroidMetawidget> layout)
Overridden to use covariant return type.
|
Modifier and Type | Method and Description |
---|---|
Layout<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget> |
UIMetawidget.getLayout() |
Modifier and Type | Method and Description |
---|---|
void |
UIMetawidget.setLayout(Layout<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget> layout) |
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 | Method and Description |
---|---|
PanelGroupLayoutDecoratorConfig |
PanelGroupLayoutDecoratorConfig.setLayout(Layout<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget> layout)
Overridden to use covariant return type.
|
OutputTextLayoutDecoratorConfig |
OutputTextLayoutDecoratorConfig.setLayout(Layout<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget> layout)
Overridden to use covariant return type.
|
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 | Method and Description |
---|---|
TabViewLayoutDecoratorConfig |
TabViewLayoutDecoratorConfig.setLayout(Layout<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget> layout)
Overridden to use covariant return type.
|
AccordionPanelLayoutDecoratorConfig |
AccordionPanelLayoutDecoratorConfig.setLayout(Layout<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget> layout)
Overridden to use covariant return type.
|
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 | Method and Description |
---|---|
SimpleTogglePanelLayoutDecoratorConfig |
SimpleTogglePanelLayoutDecoratorConfig.setLayout(Layout<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget> layout)
Overridden to use covariant return type.
|
PanelLayoutDecoratorConfig |
PanelLayoutDecoratorConfig.setLayout(Layout<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget> layout)
Overridden to use covariant return type.
|
CollapsiblePanelLayoutDecoratorConfig |
CollapsiblePanelLayoutDecoratorConfig.setLayout(Layout<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget> layout)
Overridden to use covariant return type.
|
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 | Method and Description |
---|---|
void |
GwtMetawidget.setLayout(Layout<com.google.gwt.user.client.ui.Widget,com.google.gwt.user.client.ui.Panel,GwtMetawidget> layout) |
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 | Method and Description |
---|---|
LabelLayoutDecoratorConfig |
LabelLayoutDecoratorConfig.setLayout(Layout<com.google.gwt.user.client.ui.Widget,com.google.gwt.user.client.ui.Panel,GwtMetawidget> layout)
Overridden to use covariant return type.
|
Modifier and Type | Method and Description |
---|---|
Layout<javax.servlet.jsp.tagext.Tag,javax.servlet.jsp.tagext.BodyTag,MetawidgetTag> |
MetawidgetTag.getLayout()
Useful for WidgetBuilders.
|
Modifier and Type | Method and Description |
---|---|
void |
MetawidgetTag.setLayout(Layout<javax.servlet.jsp.tagext.Tag,javax.servlet.jsp.tagext.BodyTag,MetawidgetTag> layout) |
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 | Method and Description |
---|---|
HeadingTagLayoutDecoratorConfig |
HeadingTagLayoutDecoratorConfig.setLayout(Layout<javax.servlet.jsp.tagext.Tag,javax.servlet.jsp.tagext.BodyTag,MetawidgetTag> layout)
Overridden to use covariant return type.
|
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 | Method and Description |
---|---|
protected Layout<W,C,M> |
LayoutDecorator.getDelegate() |
protected Layout<W,C,M> |
LayoutDecoratorConfig.getLayout() |
Modifier and Type | Method and Description |
---|---|
LayoutDecoratorConfig<W,C,M> |
LayoutDecoratorConfig.setLayout(Layout<W,C,M> layout) |
Modifier and Type | Interface and Description |
---|---|
interface |
AdvancedLayout<W,C extends W,M extends C>
Common interface implemented by all AdvancedLayouts.
|
Modifier and Type | Method and Description |
---|---|
Layout<W,C,M> |
BasePipeline.getLayout() |
Modifier and Type | Method and Description |
---|---|
void |
BasePipeline.setLayout(Layout<W,C,M> layout)
Set the Layout to use for the Metawidget.
|
Modifier and Type | Method and Description |
---|---|
Layout<StaticWidget,StaticWidget,StaticMetawidget> |
StaticMetawidget.getLayout()
Useful for WidgetBuilders.
|
Modifier and Type | Method and Description |
---|---|
<W extends StaticWidget,C extends W,M extends C> |
StaticMetawidget.setLayout(Layout<W,C,M> layout) |
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 |
HtmlDivLayout
Layout to arrange widgets using DIVs
|
class |
HtmlLayout |
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 | Method and Description |
---|---|
Layout<JComponent,JComponent,SwingMetawidget> |
SwingMetawidget.getMetawidgetLayout() |
Modifier and Type | Method and Description |
---|---|
void |
SwingMetawidget.setMetawidgetLayout(Layout<JComponent,JComponent,SwingMetawidget> layout)
Set the layout for this Metawidget.
|
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 | Method and Description |
---|---|
TabbedPaneLayoutDecoratorConfig |
TabbedPaneLayoutDecoratorConfig.setLayout(Layout<JComponent,JComponent,SwingMetawidget> layout)
Overridden to use covariant return type.
|
SeparatorLayoutDecoratorConfig |
SeparatorLayoutDecoratorConfig.setLayout(Layout<JComponent,JComponent,SwingMetawidget> layout)
Overridden to use covariant return type.
|
Modifier and Type | Method and Description |
---|---|
void |
SwtMetawidget.setMetawidgetLayout(Layout<org.eclipse.swt.widgets.Control,org.eclipse.swt.widgets.Composite,SwtMetawidget> layout)
Set the layout for this Metawidget.
|
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 | Method and Description |
---|---|
SeparatorLayoutDecoratorConfig |
SeparatorLayoutDecoratorConfig.setLayout(Layout<org.eclipse.swt.widgets.Control,org.eclipse.swt.widgets.Composite,SwtMetawidget> layout)
Overridden to use covariant return type.
|
TabFolderLayoutDecoratorConfig |
TabFolderLayoutDecoratorConfig.setLayout(Layout<org.eclipse.swt.widgets.Control,org.eclipse.swt.widgets.Composite,SwtMetawidget> layout)
Overridden to use covariant return type.
|
Modifier and Type | Method and Description |
---|---|
void |
VaadinMetawidget.setLayout(Layout<com.vaadin.ui.Component,com.vaadin.ui.ComponentContainer,VaadinMetawidget> layout)
Set the layout for this Metawidget.
|
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.