public class OutputTextLayoutDecoratorConfig extends LayoutDecoratorConfig<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget>
| Constructor and Description |
|---|
OutputTextLayoutDecoratorConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
protected String |
getStyle() |
protected String |
getStyleClass() |
int |
hashCode() |
OutputTextLayoutDecoratorConfig |
setLayout(Layout<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget> layout)
Overridden to use covariant return type.
|
OutputTextLayoutDecoratorConfig |
setStyle(String style) |
OutputTextLayoutDecoratorConfig |
setStyleClass(String styleClass) |
getLayoutpublic OutputTextLayoutDecoratorConfig 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 OutputTextLayoutDecoratorConfig setStyle(String style)
public OutputTextLayoutDecoratorConfig setStyleClass(String styleClass)
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()
Copyright © 2015. All Rights Reserved.