Packageview.primeFaces.surfaceComponents.components
Classpublic class RootDiv
InheritanceRootDiv Inheritance Div Inheritance view.primeFaces.supportClasses.Container
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

view.primeFaces.surfaceComponents.components.Div


Public Properties
 PropertyDefined By
 InheritedcssClass : String
[read-only] HTML: class This property helps laying out children Horizontally or Vertically.
Div
  ELEMENT_NAME : String = RootDiv
[static]
RootDiv
 Inheritedheight : Number
[override] PrimeFaces: style
Div
 InheritedisDomino : Boolean = false
Div
  percentHeight : Number
[override]
RootDiv
  percentWidth : Number
[override]
RootDiv
 Inheritedwidth : Number
[override] [read-only] PrimeFaces: style
Div
Protected Properties
 PropertyDefined By
 InheritedheightOutputChanged : Boolean
Div
 InheritedwidthOutputChanged : Boolean
Div
Public Methods
 MethodDefined By
  
RootDiv
 Inherited
Div
Protected Methods
 MethodDefined By
 Inherited
Div
Public Constants
 ConstantDefined By
 InheritedPRIME_FACES_XML_ELEMENT_NAME : String = div
[static]
Div
Property Detail
ELEMENT_NAMEproperty
public static var ELEMENT_NAME:String = RootDiv

percentHeightproperty 
percentHeight:Number[override]

This property can be used as the source for data binding.


Implementation
    public function get percentHeight():Number
    public function set percentHeight(value:Number):void

See also

percentWidthproperty 
percentWidth:Number[override]

This property can be used as the source for data binding.


Implementation
    public function get percentWidth():Number
    public function set percentWidth(value:Number):void

See also

Constructor Detail
RootDiv()Constructor
public function RootDiv()