| Package | view.domino.surfaceComponents.components |
| Class | public class DominoComputedText |
| Inheritance | DominoComputedText spark.components.Label |
| Implements | view.interfaces.IDominoSurfaceComponent, view.interfaces.IHistorySurfaceComponent, view.interfaces.ICDATAInformation, interfaces.IComponentSizeOutput, interfaces.IRoyaleComponentConverter |
Representation and converter for Visuale computed text components
This class work for convert from Visuale input components to target framework of body format.
Conversion statusInput: view.domino.surfaceComponents.components.DominoComputedText
Example Domino output:
<par def='6'><run><font color='blue'/>example string .....</run></par>
Example Royale output:
TODO
Default MXML Propertytext
See also
| Property | Defined By | ||
|---|---|---|---|
| color : String | DominoComputedText | ||
| colors : ArrayList [read-only] | DominoComputedText | ||
| fontStyle : String | DominoComputedText | ||
| fontStyles : ArrayList [read-only] | DominoComputedText | ||
| forAttribute : String
Domino: for
| DominoComputedText | ||
| formula : String
Domino:A field that contains an function or command formula, the formula will calculation and show the result when it display.
notes ClientSupported
Apache RoyalePlanned
DominoPlanned
FlexSupported
GSPSupported
| DominoComputedText | ||
| height : Number [override] [read-only]
Domino: height
| DominoComputedText | ||
| heightOutput : Boolean | DominoComputedText | ||
| hide : String | DominoComputedText | ||
| hidewhen : String
Domino:Contains formula ,Represents hide or show the element.
notes ClientSupported
Apache RoyalePlanned
DominoPlanned
FlexSupported
GSPSupported
| DominoComputedText | ||
| indicateRequired : Boolean
General:This is a general property to show the field if need indicate.
notes ClientN/A
Apache RoyaleN/A
DominoN/A
FlexSupported
GSPN/A
| DominoComputedText | ||
| percentHeight : Number [override] [read-only]
Domino: style
| DominoComputedText | ||
| percentWidth : Number [override] [read-only]
Domino: style
| DominoComputedText | ||
| size : String | DominoComputedText | ||
| text : String [override] | DominoComputedText | ||
| width : Number [override] [read-only]
Domino: style
| DominoComputedText | ||
| widthOutput : Boolean
General:This is a general property to set if allow seting width.
notes ClientN/A
Apache RoyaleN/A
DominoN/A
FlexSupported
GSPN/A
| DominoComputedText | ||
| Property | Defined By | ||
|---|---|---|---|
| heightOutputChanged : Boolean
General:This is a general property to set if allow seting heght.
notes ClientN/A
Apache RoyaleN/A
DominoN/A
FlexSupported
GSPN/A
| DominoComputedText | ||
| widthOutputChanged : Boolean | DominoComputedText | ||
| Method | Defined By | ||
|---|---|---|---|
| DominoComputedText | |||
toRoyaleConvertCode():XML | DominoComputedText | ||
| Constant | Defined By | ||
|---|---|---|---|
| DOMINO_ELEMENT_NAME : String = ComputedText [static] | DominoComputedText | ||
| ELEMENT_NAME : String = ComputedText [static] | DominoComputedText | ||
| color | property |
color:StringThis property can be used as the source for data binding.
public function get color():String public function set color(value:String):void| colors | property |
colors:ArrayList [read-only] public function get colors():ArrayList| fontStyle | property |
fontStyle:StringThis property can be used as the source for data binding.
public function get fontStyle():String public function set fontStyle(value:String):void| fontStyles | property |
fontStyles:ArrayList [read-only] public function get fontStyles():ArrayList| forAttribute | property |
forAttribute:String
Domino: 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=""/>
| formula | property |
formula:String
Domino:A field that contains an function or command formula, the formula will calculation and show the result when it display.
| notes Client | Supported |
| Apache Royale | Planned |
| Domino | Planned |
| Flex | Supported |
| GSP | Supported |
This property can be used as the source for data binding.
public function get formula():String public function set formula(value:String):void<InputText hidewhen=""/>
<code /> <formula > <formula /> <code />
| 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:BooleanThis 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
General:This is a general property to set if allow seting heght.
| notes Client | N/A |
| Apache Royale | N/A |
| Domino | N/A |
| Flex | Supported |
| GSP | N/A |
<InputText heightOutput=""/>
<InputText heightOutput=""/>
| hide | property |
hide:String public function get hide():String public function set hide(value:String):void| hidewhen | property |
hidewhen:String
Domino:Contains formula ,Represents hide or show the element.
| notes Client | Supported |
| Apache Royale | Planned |
| Domino | 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<InputText hidewhen=""/>
<formula > <formula />
| indicateRequired | property |
indicateRequired:Boolean
General:This is a general property to show the field if need indicate.
| notes Client | N/A |
| Apache Royale | N/A |
| Domino | N/A |
| Flex | Supported |
| GSP | N/A |
This property can be used as the source for data binding.
public function get indicateRequired():Boolean public function set indicateRequired(value:Boolean):void<InputText indicateRequired=""/>
| percentHeight | property |
percentHeight:Number [read-only] [override]
Domino: 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]
Domino: 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%;"/>
| size | property |
size:String public function get size():String public function set size(value:String):void| text | property |
text:String[override] This property can be used as the source for data binding.
public function get text():String public function set text(value:String):void| width | property |
width:Number [read-only] [override]
Domino: 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
General:This is a general property to set if allow seting width.
| notes Client | N/A |
| Apache Royale | N/A |
| Domino | N/A |
| Flex | Supported |
| GSP | N/A |
This property can be used as the source for data binding.
public function get widthOutput():Boolean public function set widthOutput(value:Boolean):void<InputText widthOutput=""/>
<InputText widthOutput=""/>
| widthOutputChanged | property |
protected var widthOutputChanged:Boolean| DominoComputedText | () | Constructor |
public function DominoComputedText()| toRoyaleConvertCode | () | method |
public function toRoyaleConvertCode():XMLReturnsXML |
| DOMINO_ELEMENT_NAME | Constant |
public static const DOMINO_ELEMENT_NAME:String = ComputedText| ELEMENT_NAME | Constant |
public static const ELEMENT_NAME:String = ComputedText