Packageview.domino.surfaceComponents.components
Classpublic class DominoComputedText
InheritanceDominoComputedText Inheritance spark.components.Label
Implements view.interfaces.IDominoSurfaceComponent, view.interfaces.IHistorySurfaceComponent, view.interfaces.ICDATAInformation, interfaces.IComponentSizeOutput, interfaces.IRoyaleComponentConverter

Default MXML Propertytext



Public Properties
 PropertyDefined 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 formual 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
  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
Protected Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
DominoComputedText
  
DominoComputedText
Public Constants
 ConstantDefined By
  DOMINO_ELEMENT_NAME : String = ComputedText
[static]
DominoComputedText
  ELEMENT_NAME : String = ComputedText
[static]
DominoComputedText
Property Detail
colorproperty
color:String

This property can be used as the source for data binding.


Implementation
    public function get color():String
    public function set color(value:String):void
colorsproperty 
colors:ArrayList  [read-only]


Implementation
    public function get colors():ArrayList
fontStyleproperty 
fontStyle:String

This property can be used as the source for data binding.


Implementation
    public function get fontStyle():String
    public function set fontStyle(value:String):void
fontStylesproperty 
fontStyles:ArrayList  [read-only]


Implementation
    public function get fontStyles():ArrayList
forAttributeproperty 
forAttribute:String

Domino: for

This property can be used as the source for data binding.


Implementation
    public function get forAttribute():String
    public function set forAttribute(value:String):void

Example
Visual Editor XML:
<OutputLabel for=""/>
Domino:
<h:outputLabel for=""/>
formulaproperty 
formula:String

Domino:A field that contains an function or command formula, the formual will calculation and show the result when it display.

notes ClientSupported
Apache RoyalePlanned
DominoPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get formula():String
    public function set formula(value:String):void

Example
Visual Editor XML:
<InputText hidewhen=""/>
Domino:
 <code />   <formula > <formula /> <code />
heightproperty 
height:Number  [read-only] [override]

Domino: height

The default value is "30".

This property can be used as the source for data binding.


Implementation
    public function get height():Number

Example
Visual Editor XML:
<OutputLabel height="30"/>
Domino:
<p:outputLabel style="width:100px;height:30px;"/>
heightOutputproperty 
heightOutput:Boolean

This property can be used as the source for data binding.


Implementation
    public function get heightOutput():Boolean
    public function set heightOutput(value:Boolean):void
heightOutputChangedproperty 
protected var 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


Example
Visual Editor XML:
<InputText heightOutput=""/>
Domino:
<InputText heightOutput=""/>
hidewhenproperty 
hidewhen:String

Domino:Contains formula ,Represents hide or show the element.

notes ClientSupported
Apache RoyalePlanned
DominoPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get hidewhen():String
    public function set hidewhen(value:String):void

Example
Visual Editor XML:
<InputText hidewhen=""/>
Domino:
<formula > <formula />
indicateRequiredproperty 
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

This property can be used as the source for data binding.


Implementation
    public function get indicateRequired():Boolean
    public function set indicateRequired(value:Boolean):void

Example
Visual Editor XML:
<InputText indicateRequired=""/>
percentHeightproperty 
percentHeight:Number  [read-only] [override]

Domino: style

This property can be used as the source for data binding.


Implementation
    public function get percentHeight():Number

Example
Visual Editor XML:
<OutputLabel percentHeight="80"/>
Domino:
<p:outputLabel style="height:80%;"/>
percentWidthproperty 
percentWidth:Number  [read-only] [override]

Domino: style

This property can be used as the source for data binding.


Implementation
    public function get percentWidth():Number

Example
Visual Editor XML:
<OutputLabel percentWidth="80"/>
Domino:
<p:outputLabel style="width:80%;"/>
sizeproperty 
size:String


Implementation
    public function get size():String
    public function set size(value:String):void
textproperty 
text:String[override]

This property can be used as the source for data binding.


Implementation
    public function get text():String
    public function set text(value:String):void
widthproperty 
width:Number  [read-only] [override]

Domino: style

The default value is "100".

This property can be used as the source for data binding.


Implementation
    public function get width():Number

Example
Visual Editor XML:
<OutputLabel width="100"/>
Domino:
<p:outputLabel style="width:100px;height:30px;"/>
widthOutputproperty 
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

This property can be used as the source for data binding.


Implementation
    public function get widthOutput():Boolean
    public function set widthOutput(value:Boolean):void

Example
Visual Editor XML:
<InputText widthOutput=""/>
Domino:
<InputText widthOutput=""/>
widthOutputChangedproperty 
protected var widthOutputChanged:Boolean

Constructor Detail
DominoComputedText()Constructor
public function DominoComputedText()



Method Detail
toRoyaleConvertCode()method
public function toRoyaleConvertCode():XML

Returns
XML
Constant Detail
DOMINO_ELEMENT_NAMEConstant
public static const DOMINO_ELEMENT_NAME:String = ComputedText

ELEMENT_NAMEConstant 
public static const ELEMENT_NAME:String = ComputedText