Package | view.domino.surfaceComponents.components |
Class | public class DominoLabel |
Inheritance | DominoLabel ![]() |
Implements | view.interfaces.IDominoSurfaceComponent, view.interfaces.IHistorySurfaceComponent, view.interfaces.ICDATAInformation, interfaces.IComponentSizeOutput, interfaces.IRoyaleComponentConverter |
Representation and converter for Visuale label components
This class work for convert from Visuale label components to target framework of domino format.
Conversion statusInput: view.domino.surfaceComponents.components.DominoLabel
Example Domino output:
<par isNewLine="false"> <run> <font color="system" size="12pt" style="normal"/>Label </run> </par>
Example Royale output:
TODO
Default MXML Propertytext
See also
Property | Defined By | ||
---|---|---|---|
color : String
Domino:Color of the font.
notes ClientSupported
Apache RoyalePlan
PrimeFacesSupported
FlexSupported
GSPSupported
| DominoLabel | ||
colors : ArrayList [read-only] | DominoLabel | ||
familyid : String | DominoLabel | ||
font : DominoFont | DominoLabel | ||
fontName : String | DominoLabel | ||
fontStyle : String
Domino:A list of tokens taken from the %font.styles; entity.
notes ClientSupported
Apache RoyalePlan
PrimeFacesSupported
FlexSupported
GSPSupported
| DominoLabel | ||
fontStyles : ArrayList [read-only] | DominoLabel | ||
forAttribute : String
Domino: forAttribute
| DominoLabel | ||
height : Number [override] [read-only]
Domino: height
| DominoLabel | ||
heightOutput : Boolean | DominoLabel | ||
hidewhen : String
Domino:Contains formula ,Represents hide or show the element.
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported
| DominoLabel | ||
indicateRequired : Boolean
Domino: none
| DominoLabel | ||
isNewLine : String | DominoLabel | ||
par : DominoPar | DominoLabel | ||
percentHeight : Number [override] [read-only]
Domino: percentHeight
| DominoLabel | ||
percentWidth : Number [override] [read-only]
Domino: percentWidth
| DominoLabel | ||
pitch : String | DominoLabel | ||
run : DominoRun | DominoLabel | ||
size : String
Domino:Size of the font, in points..
notes ClientSupported
Apache RoyalePlan
PrimeFacesSupported
FlexSupported
GSPSupported
| DominoLabel | ||
text : String [override]
Domino: text
| DominoLabel | ||
truetype : String | DominoLabel | ||
width : Number [override] [read-only]
Domino: width
| DominoLabel | ||
widthOutput : Boolean | DominoLabel |
Property | Defined By | ||
---|---|---|---|
heightOutputChanged : Boolean | DominoLabel | ||
widthOutputChanged : Boolean | DominoLabel |
Method | Defined By | ||
---|---|---|---|
DominoLabel | |||
toRoyaleConvertCode():XML | DominoLabel |
Constant | Defined By | ||
---|---|---|---|
DOMINO_ELEMENT_NAME : String = label [static] | DominoLabel | ||
ELEMENT_NAME : String = Label [static] | DominoLabel |
color | property |
color:String
Domino:Color of the font.
notes Client | Supported |
Apache Royale | Plan |
PrimeFaces | Supported |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get color():String
public function set color(value:String):void
<font color=""/>
<font color=""/>
colors | property |
colors:ArrayList
[read-only] public function get colors():ArrayList
familyid | property |
familyid:String
public function get familyid():String
public function set familyid(value:String):void
font | property |
font:DominoFont
public function get font():DominoFont
public function set font(value:DominoFont):void
fontName | property |
fontName:String
This property can be used as the source for data binding.
public function get fontName():String
public function set fontName(value:String):void
fontStyle | property |
fontStyle:String
Domino:A list of tokens taken from the %font.styles; entity.
notes Client | Supported |
Apache Royale | Plan |
PrimeFaces | Supported |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get fontStyle():String
public function set fontStyle(value:String):void
<font fontStyle=""/>
<font fontStyle=""/>
fontStyles | property |
fontStyles:ArrayList
[read-only] public function get fontStyles():ArrayList
forAttribute | property |
forAttribute:String
Domino: forAttribute
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]
Domino: height
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
hidewhen | property |
hidewhen:String
Domino:Contains formula ,Represents hide or show the element.
notes Client | Supported |
Apache Royale | Planned |
PrimeFaces | Planned |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get hidewhen():String
public function set hidewhen(value:String):void
<par hidewhen=""/>
<par hidewhen=""/>
indicateRequired | property |
indicateRequired:Boolean
Domino: 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"/>
isNewLine | property |
isNewLine:String
public function get isNewLine():String
public function set isNewLine(value:String):void
par | property |
par:DominoPar
public function get par():DominoPar
public function set par(value:DominoPar):void
percentHeight | property |
percentHeight:Number
[read-only] [override]
Domino: percentHeight
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]
Domino: percentWidth
This property can be used as the source for data binding.
public function get percentWidth():Number
<OutputLabel percentWidth="80"/>
<p:outputLabel style="width:80%;"/>
pitch | property |
pitch:String
public function get pitch():String
public function set pitch(value:String):void
run | property |
run:DominoRun
public function get run():DominoRun
public function set run(value:DominoRun):void
size | property |
size:String
Domino:Size of the font, in points..
notes Client | Supported |
Apache Royale | Plan |
PrimeFaces | Supported |
Flex | Supported |
GSP | Supported |
public function get size():String
public function set size(value:String):void
<font size=""/>
<font size=""/>
text | property |
text:String
[override]
Domino: text
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"/>
truetype | property |
truetype:String
public function get truetype():String
public function set truetype(value:String):void
width | property |
width:Number
[read-only] [override]
Domino: width
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
DominoLabel | () | Constructor |
public function DominoLabel()
toRoyaleConvertCode | () | method |
public function toRoyaleConvertCode():XML
ReturnsXML |
DOMINO_ELEMENT_NAME | Constant |
public static const DOMINO_ELEMENT_NAME:String = label
ELEMENT_NAME | Constant |
public static const ELEMENT_NAME:String = Label