public class PanelGroupLayoutDecoratorConfig extends LayoutDecoratorConfig<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget>
| Constructor and Description |
|---|
PanelGroupLayoutDecoratorConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
protected String |
getPanelLayout() |
protected String |
getStyle() |
protected String |
getStyleClass() |
int |
hashCode() |
PanelGroupLayoutDecoratorConfig |
setLayout(Layout<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget> layout)
Overridden to use covariant return type.
|
PanelGroupLayoutDecoratorConfig |
setPanelLayout(String panelLayout)
Sets the Layout, as defined by
javax.faces.component.html.HtmlPanelGroup.setLayout. |
PanelGroupLayoutDecoratorConfig |
setStyle(String style) |
PanelGroupLayoutDecoratorConfig |
setStyleClass(String styleClass) |
getLayoutpublic PanelGroupLayoutDecoratorConfig setLayout(Layout<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget> layout)
setLayout in class LayoutDecoratorConfig<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget>public PanelGroupLayoutDecoratorConfig setStyle(String style)
public PanelGroupLayoutDecoratorConfig setStyleClass(String styleClass)
public PanelGroupLayoutDecoratorConfig setPanelLayout(String panelLayout)
javax.faces.component.html.HtmlPanelGroup.setLayout.public boolean equals(Object that)
equals in class LayoutDecoratorConfig<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget>public int hashCode()
hashCode in class LayoutDecoratorConfig<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget>protected String getStyle()
protected String getStyleClass()
protected String getPanelLayout()
Copyright © 2015. All Rights Reserved.