Package | view.primeFaces.surfaceComponents.components |
Class | public class OutputLabel |
Inheritance | OutputLabel ![]() |
Implements | view.interfaces.IGetChildrenSurfaceComponent, view.interfaces.IHistorySurfaceComponent, view.interfaces.ICDATAInformation, interfaces.IComponentSizeOutput |
Representation of PrimeFaces outputLabel component.
Visual Editor XML:<OutputLabel Attributes width="100" height="30" value="Label" for="" indicateRequired="false"/>PrimeFaces output:
<h:outputLabel Attributes style="width:100px;height:30px;" value="Label" for=""/>
Default MXML Propertytext
Property | Defined By | ||
---|---|---|---|
forAttribute : String
PrimeFaces: for
| OutputLabel | ||
height : Number [override] [read-only]
PrimeFaces: style
| OutputLabel | ||
heightOutput : Boolean | OutputLabel | ||
indicateRequired : Boolean
PrimeFaces: none
| OutputLabel | ||
percentHeight : Number [override] [read-only]
PrimeFaces: style
| OutputLabel | ||
percentWidth : Number [override] [read-only]
PrimeFaces: style
| OutputLabel | ||
text : String [override]
PrimeFaces: value
| OutputLabel | ||
width : Number [override] [read-only]
PrimeFaces: style
| OutputLabel | ||
widthOutput : Boolean | OutputLabel |
Property | Defined By | ||
---|---|---|---|
heightOutputChanged : Boolean | OutputLabel | ||
widthOutputChanged : Boolean | OutputLabel |
Method | Defined By | ||
---|---|---|---|
OutputLabel | |||
toRora():XML | OutputLabel | ||
toRoyaleConvertCode():XML | OutputLabel |
Constant | Defined By | ||
---|---|---|---|
ELEMENT_NAME : String = OutputLabel [static] | OutputLabel | ||
PRIME_FACES_XML_ELEMENT_NAME : String = outputLabel [static] | OutputLabel |
forAttribute | property |
forAttribute:String
PrimeFaces: for
This property can be used as the source for data binding.
public function get forAttribute():String
public function set forAttribute(value:String):void
<OutputLabel for=""/>
<h:outputLabel for=""/>
height | property |
height:Number
[read-only] [override]
PrimeFaces: style
The default value is "30"
.
This property can be used as the source for data binding.
public function get height():Number
<OutputLabel height="30"/>
<p:outputLabel style="width:100px;height:30px;"/>
heightOutput | property |
heightOutput:Boolean
This property can be used as the source for data binding.
public function get heightOutput():Boolean
public function set heightOutput(value:Boolean):void
heightOutputChanged | property |
protected var heightOutputChanged:Boolean
indicateRequired | property |
indicateRequired:Boolean
PrimeFaces: none
The default value is "false"
.
This property can be used as the source for data binding.
public function get indicateRequired():Boolean
public function set indicateRequired(value:Boolean):void
<OutputLabel indicateRequired="false"/>
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
<OutputLabel percentHeight="80"/>
<p:outputLabel 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
<OutputLabel percentWidth="80"/>
<p:outputLabel style="width:80%;"/>
text | property |
text:String
[override]
PrimeFaces: value
The default value is "Label"
.
This property can be used as the source for data binding.
public function get text():String
public function set text(value:String):void
<OutputLabel value="Label"/>
<h:outputLabel value="Label"/>
width | property |
width:Number
[read-only] [override]
PrimeFaces: style
The default value is "100"
.
This property can be used as the source for data binding.
public function get width():Number
<OutputLabel width="100"/>
<p:outputLabel style="width:100px;height:30px;"/>
widthOutput | property |
widthOutput:Boolean
This property can be used as the source for data binding.
public function get widthOutput():Boolean
public function set widthOutput(value:Boolean):void
widthOutputChanged | property |
protected var widthOutputChanged:Boolean
OutputLabel | () | Constructor |
public function OutputLabel()
toRora | () | method |
public function toRora():XML
ReturnsXML |
toRoyaleConvertCode | () | method |
public function toRoyaleConvertCode():XML
ReturnsXML |
ELEMENT_NAME | Constant |
public static const ELEMENT_NAME:String = OutputLabel
PRIME_FACES_XML_ELEMENT_NAME | Constant |
public static const PRIME_FACES_XML_ELEMENT_NAME:String = outputLabel