| Package | view.primeFaces.surfaceComponents.components |
| Class | public class OutputPanel |
| Inheritance | OutputPanel view.primeFaces.supportClasses.Container |
| Implements | view.interfaces.IGetChildrenSurfaceComponent, view.interfaces.IHistorySurfaceComponent, interfaces.IComponentSizeOutput |
Representation of div in HTML
Visual Editor XML:
<OutputPanel
Attributes
width="120"
height="120"
percentWidth="80"
percentHeight="80"
PrimeFaces output:
<p:outputPanel
Attributes
style="width:120px;height:120px;"
Default MXML PropertymxmlContentFactory
| Property | Defined By | ||
|---|---|---|---|
| ELEMENT_NAME : String = OutputPanel [static] | OutputPanel | ||
| height : Number [override]
PrimeFaces: style
| OutputPanel | ||
| percentHeight : Number [override] [read-only]
PrimeFaces: style
| OutputPanel | ||
| percentWidth : Number [override] [read-only]
PrimeFaces: style
| OutputPanel | ||
| width : Number [override] [read-only]
PrimeFaces: style
| OutputPanel | ||
| Method | Defined By | ||
|---|---|---|---|
| OutputPanel | |||
toRora():XML | OutputPanel | ||
toRoyaleConvertCode():XML | OutputPanel | ||
| Method | Defined By | ||
|---|---|---|---|
commitProperties():void [override] | OutputPanel | ||
| Constant | Defined By | ||
|---|---|---|---|
| PRIME_FACES_XML_ELEMENT_NAME : String = outputPanel [static] | OutputPanel | ||
| ELEMENT_NAME | property |
public static var ELEMENT_NAME:String = OutputPanel| height | property |
height:Number[override]
PrimeFaces: style
The default value is "120".
This property can be used as the source for data binding.
public function get height():Number public function set height(value:Number):void<Div height="120"/>
<div style="height:120px;"/>
| percentHeight | property |
percentHeight:Number [read-only] [override]
PrimeFaces: style
This property can be used as the source for data binding.
public function get percentHeight():Number<Div percentHeight="80"/>
<div style="height:80%;"/>
| percentWidth | property |
percentWidth:Number [read-only] [override]
PrimeFaces: style
This property can be used as the source for data binding.
public function get percentWidth():Number<Div percentWidth="80"/>
<div style="width:80%;"/>
| width | property |
width:Number [read-only] [override]
PrimeFaces: style
The default value is "120".
This property can be used as the source for data binding.
public function get width():Number<Div width="120"/>
<div style="width:120px;"/>
| OutputPanel | () | Constructor |
public function OutputPanel()| commitProperties | () | method |
override protected function commitProperties():void| toRora | () | method |
public function toRora():XMLReturnsXML |
| toRoyaleConvertCode | () | method |
public function toRoyaleConvertCode():XMLReturnsXML |
| PRIME_FACES_XML_ELEMENT_NAME | Constant |
public static const PRIME_FACES_XML_ELEMENT_NAME:String = outputPanel