Package | view.primeFaces.surfaceComponents.components |
Class | public class RootDiv |
Inheritance | RootDiv ![]() ![]() |
Implements | view.interfaces.INonDeletableSurfaceComponent, interfaces.IComponentPercentSizeOutput |
This component is special representation of Div, which is root component for newly created file.
Default MXML PropertymxmlContentFactory
See also
Property | Defined By | ||
---|---|---|---|
![]() | cssClass : String [read-only]
HTML: class
This property helps laying out children Horizontally or Vertically. | Div | |
ELEMENT_NAME : String = RootDiv [static] | RootDiv | ||
![]() | height : Number [override]
PrimeFaces: style
| Div | |
![]() | isDomino : Boolean = false | Div | |
percentHeight : Number [override]
| RootDiv | ||
percentWidth : Number [override]
| RootDiv | ||
![]() | width : Number [override] [read-only]
PrimeFaces: style
| Div |
Method | Defined By | ||
---|---|---|---|
RootDiv() | RootDiv | ||
![]() | toRoyaleConvertCode():XML | Div |
ELEMENT_NAME | property |
public static var ELEMENT_NAME:String = RootDiv
percentHeight | property |
percentHeight:Number
[override]
This property can be used as the source for data binding.
public function get percentHeight():Number
public function set percentHeight(value:Number):void
See also
percentWidth | property |
percentWidth:Number
[override]
This property can be used as the source for data binding.
public function get percentWidth():Number
public function set percentWidth(value:Number):void
See also
RootDiv | () | Constructor |
public function RootDiv()