Package | view.domino.surfaceComponents.components |
Class | public class DominoTabView |
Inheritance | DominoTabView ![]() |
Implements | view.interfaces.IDominoSurfaceComponent, view.interfaces.ISelectableItemsComponent, view.interfaces.IHistorySurfaceCustomHandlerComponent, interfaces.IComponentSizeOutput, view.interfaces.IDiv, view.interfaces.ICDATAInformation, interfaces.IRoyaleComponentConverter |
Representation and converter from Visuale tabView components
This class work for convert from Visuale tabView components to target framework of body format.
Conversion statusInput: view.domino.surfaceComponents.components.DominoTabView
Example Domino output:
<table rowdisplay='tabs' leftmargin='0.0104in' widthtype='fixedleft' refwidth='8.8528in'> <tablecolumn width='8.8528in'/> <tablerow tablabel='Company'> <tablecell></tablecell> </tablerow> </tablecolumn> </table>
Example Royale output:
TODO
Default MXML PropertymxmlContentFactory
See also
Property | Defined By | ||
---|---|---|---|
height : Number [override] [read-only]
PrimeFaces: style
| DominoTabView | ||
orientation : String [override] [read-only]
PrimeFaces: orientation
| DominoTabView | ||
percentHeight : Number [override] [read-only]
PrimeFaces: style
| DominoTabView | ||
percentWidth : Number [override] [read-only]
PrimeFaces: style
| DominoTabView | ||
scrollable : Boolean [override] [read-only]
PrimeFaces: scrollable
| DominoTabView | ||
width : Number [override] [read-only]
PrimeFaces: style
| DominoTabView |
Method | Defined By | ||
---|---|---|---|
DominoTabView | |||
getNewDiv():Div | DominoTabView | ||
toRoyaleConvertCode():XML | DominoTabView |
Constant | Defined By | ||
---|---|---|---|
ELEMENT_NAME : String = TabView [static] | DominoTabView | ||
PRIME_FACES_XML_ELEMENT_NAME : String = tabView [static] | DominoTabView |
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
<TabView height="20"/>
<p:tabView style="width:120px;height:120px;"/>
orientation | property |
orientation:String
[read-only] [override]
PrimeFaces: orientation
The default value is "top"
.
This property can be used as the source for data binding.
public function get orientation():String
<TabView orientation="top"/>
<p:tabView orientation="top"/>
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
<TabView percentHeight="80"/>
<p:tabView style="percentHeight: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
<TabView percentWidth="80"/>
<p:tabView style="percentWidth:80%;"/>
scrollable | property |
scrollable:Boolean
[read-only] [override]
PrimeFaces: scrollable
The default value is "false"
.
This property can be used as the source for data binding.
public function get scrollable():Boolean
<TabView scrollable="false"/>
<p:tabView scrollable="false"/>
width | property |
width: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 width():Number
<TabView width="120"/>
<p:tabView style="width:120px;height:120px;"/>
DominoTabView | () | Constructor |
public function DominoTabView()
getNewDiv | () | method |
public function getNewDiv():Div
ReturnsDiv |
toRoyaleConvertCode | () | method |
public function toRoyaleConvertCode():XML
ReturnsXML |
ELEMENT_NAME | Constant |
public static const ELEMENT_NAME:String = TabView
PRIME_FACES_XML_ELEMENT_NAME | Constant |
public static const PRIME_FACES_XML_ELEMENT_NAME:String = tabView