Packageview.domino.surfaceComponents.components
Classpublic class DominoTable
InheritanceDominoTable Inheritance view.primeFaces.supportClasses.GridBase
Implements view.interfaces.IDominoSurfaceComponent, view.interfaces.IHistorySurfaceCustomHandlerComponent, interfaces.IComponentSizeOutput, interfaces.IRoyaleComponentConverter



Public Properties
 PropertyDefined By
  columnProperties : String
DominoTable
  height : Number
[override] [read-only] PrimeFaces: style
DominoTable
  leftmargin : String
DominoTable
  percentHeight : Number
[override] [read-only] PrimeFaces: style
DominoTable
  percentWidth : Number
[override] [read-only] PrimeFaces: style
DominoTable
  rightmargin : String
DominoTable
  width : Number
[override] PrimeFaces: style
DominoTable
  widthtype : String
DominoTable
Public Methods
 MethodDefined By
  
DominoTable
  
DominoTable
Public Constants
 ConstantDefined By
  ELEMENT_NAME : String = Grid
[static]
DominoTable
Property Detail
columnPropertiesproperty
columnProperties:String

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


Implementation
    public function get columnProperties():String
    public function set columnProperties(value:String):void
heightproperty 
height:Number  [read-only] [override]

PrimeFaces: style

The default value is "120".

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


Implementation
    public function get height():Number

Example
Visual Editor XML:
<Grid height="120"/>
PrimeFaces:
<div style="width:120px;height:120px;"/>
leftmarginproperty 
leftmargin:String


Implementation
    public function get leftmargin():String
    public function set leftmargin(value:String):void
percentHeightproperty 
percentHeight:Number  [read-only] [override]

PrimeFaces: style

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


Implementation
    public function get percentHeight():Number

Example
Visual Editor XML:
<Grid percentHeight="80"/>
PrimeFaces:
<div style="height:80%;"/>
percentWidthproperty 
percentWidth:Number  [read-only] [override]

PrimeFaces: style

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


Implementation
    public function get percentWidth():Number

Example
Visual Editor XML:
<Grid percentWidth="80"/>
PrimeFaces:
<div style="width:80%;"/>
rightmarginproperty 
rightmargin:String


Implementation
    public function get rightmargin():String
    public function set rightmargin(value:String):void
widthproperty 
width:Number[override]

PrimeFaces: style

The default value is "120".

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


Implementation
    public function get width():Number
    public function set width(value:Number):void

Example
Visual Editor XML:
<Grid width="120"/>
PrimeFaces:
<div style="width:120px;"/>
widthtypeproperty 
widthtype:String


Implementation
    public function get widthtype():String
    public function set widthtype(value:String):void
Constructor Detail
DominoTable()Constructor
public function DominoTable()



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

Returns
XML
Constant Detail
ELEMENT_NAMEConstant
public static const ELEMENT_NAME:String = Grid