Package | view.domino.surfaceComponents.components |
Class | public class DominoTable |
Inheritance | DominoTable ![]() |
Implements | view.interfaces.IDominoSurfaceComponent, view.interfaces.IHistorySurfaceCustomHandlerComponent, interfaces.IComponentSizeOutput, interfaces.IRoyaleComponentConverter |
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
DominoTable | |||
toRoyaleConvertCode():XML | DominoTable |
Constant | Defined By | ||
---|---|---|---|
ELEMENT_NAME : String = Grid [static] | DominoTable |
columnProperties | property |
columnProperties:String
This property can be used as the source for data binding.
public function get columnProperties():String
public function set columnProperties(value:String):void
height | property |
height:Number
[read-only] [override]
PrimeFaces: style
The default value is "120"
.
This property can be used as the source for data binding.
public function get height():Number
<Grid height="120"/>
<div style="width:120px;height:120px;"/>
leftmargin | property |
leftmargin:String
public function get leftmargin():String
public function set leftmargin(value:String):void
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
<Grid percentHeight="80"/>
<div 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
<Grid percentWidth="80"/>
<div style="width:80%;"/>
rightmargin | property |
rightmargin:String
public function get rightmargin():String
public function set rightmargin(value:String):void
width | property |
width:Number
[override]
PrimeFaces: style
The default value is "120"
.
This property can be used as the source for data binding.
public function get width():Number
public function set width(value:Number):void
<Grid width="120"/>
<div style="width:120px;"/>
widthtype | property |
widthtype:String
public function get widthtype():String
public function set widthtype(value:String):void
DominoTable | () | Constructor |
public function DominoTable()
toRoyaleConvertCode | () | method |
public function toRoyaleConvertCode():XML
ReturnsXML |
ELEMENT_NAME | Constant |
public static const ELEMENT_NAME:String = Grid