Package | view.primeFaces.surfaceComponents.components |
Class | public class Include |
Inheritance | Include ![]() |
Implements | view.interfaces.IGetChildrenSurfaceComponent, view.interfaces.IHistorySurfaceComponent, view.interfaces.IInitializeAfterAddedComponent |
Representation of PrimeFaces include component.
Visual Editor XML:<Include Attributes width="110" height="110" src=""/>PrimeFaces output:
<ui:include Attributes style="width:110px;height:110px;" src=""/>
Default MXML PropertymxmlContentFactory
Property | Defined By | ||
---|---|---|---|
height : Number [override] [read-only]
PrimeFaces: style
| Include | ||
path : String
PrimeFaces: src
| Include | ||
percentHeight : Number [override] [read-only]
PrimeFaces: style
| Include | ||
percentWidth : Number [override] [read-only]
PrimeFaces: style
| Include | ||
width : Number [override] [read-only]
PrimeFaces: src
| Include |
Method | Defined By | ||
---|---|---|---|
Include() | Include | ||
toRora():XML | Include | ||
toRoyaleConvertCode():XML | Include |
Constant | Defined By | ||
---|---|---|---|
ELEMENT_NAME : String = Include [static] | Include | ||
PRIME_FACES_XML_ELEMENT_NAME : String = include [static] | Include |
height | property |
height:Number
[read-only] [override]
PrimeFaces: style
The default value is "110"
.
This property can be used as the source for data binding.
public function get height():Number
<Include height="110"/>
<ui:include style="width:110px;height:110px;"/>
path | property |
path:String
PrimeFaces: src
This property can be used as the source for data binding.
public function get path():String
public function set path(value:String):void
<Include src=""/>
<ui:include src=""/>
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
<Include percentHeight="80"/>
<ui:include 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
<Include percentWidth="80"/>
<ui:include style="width:80%;"/>
width | property |
width:Number
[read-only] [override]
PrimeFaces: src
The default value is "110"
.
This property can be used as the source for data binding.
public function get width():Number
<Include width="110"/>
<ui:include style="width:110px;height:110px;"/>
Include | () | Constructor |
public function Include()
toRora | () | method |
public function toRora():XML
ReturnsXML |
toRoyaleConvertCode | () | method |
public function toRoyaleConvertCode():XML
ReturnsXML |
ELEMENT_NAME | Constant |
public static const ELEMENT_NAME:String = Include
PRIME_FACES_XML_ELEMENT_NAME | Constant |
public static const PRIME_FACES_XML_ELEMENT_NAME:String = include