Package | view.primeFaces.surfaceComponents.components |
Class | public class TabView |
Inheritance | TabView ![]() |
Implements | view.interfaces.IGetChildrenSurfaceComponent, view.interfaces.ISelectableItemsComponent, view.interfaces.IHistorySurfaceCustomHandlerComponent, interfaces.IComponentSizeOutput, view.interfaces.IDiv, view.interfaces.ICDATAInformation |
Representation of PrimeFaces tabView component.
Visual Editor XML:<TabView Attributes width="120" height="120" orientation="top" scrollable="false"> <tab title="Tab"> <Div class="flexHorizontalLayout flexHorizontalLayoutLeft flexHorizontalLayoutTop" wrap="false"/> </tab> </TabView>PrimeFaces output:
<p:tabView Attributes style="width:120px;height:120px;" orientation="top" scrollable="false"/> <p:tab title="Tab"> <div class="flexHorizontalLayout flexHorizontalLayoutLeft flexHorizontalLayoutTop" /> </p:tab> </p:tabView>
Default MXML PropertymxmlContentFactory
Property | Defined By | ||
---|---|---|---|
height : Number [override] [read-only]
PrimeFaces: style
| TabView | ||
orientation : String [override] [read-only]
PrimeFaces: orientation
| TabView | ||
percentHeight : Number [override] [read-only]
PrimeFaces: style
| TabView | ||
percentWidth : Number [override] [read-only]
PrimeFaces: style
| TabView | ||
scrollable : Boolean [override] [read-only]
PrimeFaces: scrollable
| TabView | ||
width : Number [override] [read-only]
PrimeFaces: style
| TabView |
Method | Defined By | ||
---|---|---|---|
TabView() | TabView | ||
TabView | |||
toRora():XML | TabView | ||
toRoyaleConvertCode():XML | TabView |
Constant | Defined By | ||
---|---|---|---|
ELEMENT_NAME : String = TabView [static] | TabView | ||
PRIME_FACES_XML_ELEMENT_NAME : String = tabView [static] | TabView |
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;"/>
TabView | () | Constructor |
public function TabView()
getNewDiv | () | method |
toRora | () | method |
public function toRora():XML
ReturnsXML |
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