| Package | view.domino.surfaceComponents.components |
| Class | public class DominoSection |
| Inheritance | DominoSection spark.components.Panel |
| Implements | view.interfaces.IDominoSurfaceComponent, view.interfaces.IHistorySurfaceComponent, view.interfaces.ICDATAInformation, interfaces.IComponentSizeOutput, view.interfaces.IDropAcceptableComponent, interfaces.IRoyaleComponentConverter |
Default MXML PropertymxmlContentFactory
| Property | Defined By | ||
|---|---|---|---|
| accessfieldkind : String | DominoSection | ||
| accessfieldname : String | DominoSection | ||
| color : String
Domino:the color of section
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPPlanned
| DominoSection | ||
| colors : ArrayList [read-only] | DominoSection | ||
| duration : Number | DominoSection | ||
| expanded : Boolean | DominoSection | ||
| fieldKinds : ArrayList [read-only] | DominoSection | ||
| fontStyle : String
Domino:the font style of section
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPPlanned
| DominoSection | ||
| fontStyles : ArrayList [read-only] | DominoSection | ||
| height : Number [override] | DominoSection | ||
| heightOutput : Boolean | DominoSection | ||
| isAnimationPlaying : Boolean [read-only] | DominoSection | ||
| onedit : String | DominoSection | ||
| onpreview : String | DominoSection | ||
| onprint : String | DominoSection | ||
| onread : String | DominoSection | ||
| open : Boolean
Whether the block is in a expanded (open) state or not
| DominoSection | ||
| sectionTokens : ArrayList [read-only] | DominoSection | ||
| showastext : Boolean | DominoSection | ||
| size : String | DominoSection | ||
| title : String [override] | DominoSection | ||
| widthOutput : Boolean | DominoSection | ||
| Property | Defined By | ||
|---|---|---|---|
| heightOutputChanged : Boolean | DominoSection | ||
| isCollapsible : Boolean = true | DominoSection | ||
| openHeight : Number [read-only]
Domino:the height that the component should be when open
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPPlanned
| DominoSection | ||
| widthOutputChanged : Boolean | DominoSection | ||
| Method | Defined By | ||
|---|---|---|---|
DominoSection(isOpen:Boolean = true)
Representation and converter from Visuale section components
This class work for convert from Visuale section components to target framework of body format.
Conversion status
Domino: Complete
Royale: TODO
Input: view.domino.surfaceComponents.components.DominoSection
Example Domino output:
<section expanded="false" showastext="false">
<sectiontitle color="system">
<font size="12pt" style="normal"/><text>Default Title</text>
</sectiontitle>
</section>
Example Royale output:
TODO
| DominoSection | ||
dropElementAt(element:IVisualElement, index:int):void | DominoSection | ||
toggleOpen():void
Collapses / expands this block (with animation)
| DominoSection | ||
toRoyaleConvertCode():XML | DominoSection | ||
| Method | Defined By | ||
|---|---|---|---|
internalToXML():XML | DominoSection | ||
onCollapsiblePanelCreationComplete(event:FlexEvent):void | DominoSection | ||
onTitleDisplayClick(event:MouseEvent):void | DominoSection | ||
updateIsUpdating(value:Boolean):void | DominoSection | ||
| Constant | Defined By | ||
|---|---|---|---|
| DOMINO_ELEMENT_NAME : String = section [static] | DominoSection | ||
| ELEMENT_NAME : String = Section [static] | DominoSection | ||
| accessfieldkind | property |
accessfieldkind:String public function get accessfieldkind():String public function set accessfieldkind(value:String):void| accessfieldname | property |
accessfieldname:String public function get accessfieldname():String public function set accessfieldname(value:String):void| color | property |
color:String
Domino:the color of section
| notes Client | Supported |
| Apache Royale | Planned |
| PrimeFaces | Planned |
| Flex | Supported |
| GSP | Planned |
This property can be used as the source for data binding.
public function get color():String public function set color(value:String):void<section color=""/>
<section color=""/>
| colors | property |
colors:ArrayList [read-only] public function get colors():ArrayList| duration | property |
duration:NumberThis property can be used as the source for data binding.
public function get duration():Number public function set duration(value:Number):void| expanded | property |
expanded:BooleanThis property can be used as the source for data binding.
public function get expanded():Boolean public function set expanded(value:Boolean):void| fieldKinds | property |
fieldKinds:ArrayList [read-only] public function get fieldKinds():ArrayList| fontStyle | property |
fontStyle:String
Domino:the font style of section
| notes Client | Supported |
| Apache Royale | Planned |
| PrimeFaces | Planned |
| Flex | Supported |
| GSP | Planned |
This property can be used as the source for data binding.
public function get fontStyle():String public function set fontStyle(value:String):void<sectiontitle> <font>style="" </font> <sectiontitle />
><sectiontitle> <font>style="" </font> <sectiontitle />
| fontStyles | property |
fontStyles:ArrayList [read-only] public function get fontStyles():ArrayList| height | property |
height:Number[override] This property can be used as the source for data binding.
public function get height():Number public function set height(value:Number):void| heightOutput | property |
heightOutput:BooleanThis property can be used as the source for data binding.
public function get heightOutput():Boolean public function set heightOutput(value:Boolean):void| heightOutputChanged | property |
protected var heightOutputChanged:Boolean| isAnimationPlaying | property |
isAnimationPlaying:Boolean [read-only] public function get isAnimationPlaying():Boolean| isCollapsible | property |
protected var isCollapsible:Boolean = true| onedit | property |
onedit:String public function get onedit():String public function set onedit(value:String):void| onpreview | property |
onpreview:String public function get onpreview():String public function set onpreview(value:String):void| onprint | property |
onprint:String public function get onprint():String public function set onprint(value:String):void| onread | property |
onread:String public function get onread():String public function set onread(value:String):void| open | property |
open:BooleanWhether the block is in a expanded (open) state or not
This property can be used as the source for data binding.
public function get open():Boolean public function set open(value:Boolean):void| openHeight | property |
openHeight:Number [read-only]
Domino:the height that the component should be when open
| notes Client | Supported |
| Apache Royale | Planned |
| PrimeFaces | Planned |
| Flex | Supported |
| GSP | Planned |
protected function get openHeight():Number<section openHeight=""/>
<section openHeight=""/>
| sectionTokens | property |
sectionTokens:ArrayList [read-only] public function get sectionTokens():ArrayList| showastext | property |
showastext:BooleanThis property can be used as the source for data binding.
public function get showastext():Boolean public function set showastext(value:Boolean):void| size | property |
size:String public function get size():String public function set size(value:String):void| title | property |
title:String[override] public function get title():String public function set title(value:String):void| widthOutput | property |
widthOutput:BooleanThis property can be used as the source for data binding.
public function get widthOutput():Boolean public function set widthOutput(value:Boolean):void| widthOutputChanged | property |
protected var widthOutputChanged:Boolean| DominoSection | () | Constructor |
public function DominoSection(isOpen:Boolean = true)
Representation and converter from Visuale section components
This class work for convert from Visuale section components to target framework of body format.
Conversion statusInput: view.domino.surfaceComponents.components.DominoSection
Example Domino output:
<section expanded="false" showastext="false">
<sectiontitle color="system">
<font size="12pt" style="normal"/><text>Default Title</text>
</sectiontitle>
</section>
Example Royale output:
TODO
Parameters isOpen:Boolean (default = true) |
See also
| dropElementAt | () | method |
public function dropElementAt(element:IVisualElement, index:int):voidParameters
element:IVisualElement | |
index:int |
| internalToXML | () | method |
protected function internalToXML():XMLReturnsXML |
| onCollapsiblePanelCreationComplete | () | method |
protected function onCollapsiblePanelCreationComplete(event:FlexEvent):voidParameters
event:FlexEvent |
| onTitleDisplayClick | () | method |
protected function onTitleDisplayClick(event:MouseEvent):voidParameters
event:MouseEvent |
| toggleOpen | () | method |
public function toggleOpen():voidCollapses / expands this block (with animation)
| toRoyaleConvertCode | () | method |
public function toRoyaleConvertCode():XMLReturnsXML |
| updateIsUpdating | () | method |
protected function updateIsUpdating(value:Boolean):voidParameters
value:Boolean |
| DOMINO_ELEMENT_NAME | Constant |
public static const DOMINO_ELEMENT_NAME:String = section| ELEMENT_NAME | Constant |
public static const ELEMENT_NAME:String = Section