| Package | view.domino.surfaceComponents.components |
| Class | public class MainApplication |
| Inheritance | MainApplication view.primeFaces.surfaceComponents.components.Div |
| Implements | view.interfaces.INonDeletableSurfaceComponent, view.interfaces.IMainApplication, interfaces.IComponentPercentSizeOutput |
Representation and converter from Visuale main container components
This class work for convert from Visuale main container components to target framework of body format.
Conversion statusInput: view.domino.surfaceComponents.components.MainApplication
Example Domino output:
TODO
Example Royale output:
TODO
Default MXML PropertymxmlContentFactory
See also
| Property | Defined By | ||
|---|---|---|---|
| formproperty : String | MainApplication | ||
| formpropertys : ArrayList [read-only] | MainApplication | ||
| height : Number [override] [read-only]
PrimeFaces: none
| MainApplication | ||
| hide : String | MainApplication | ||
| noreplace : Boolean | MainApplication | ||
| percentHeight : Number [override]
PrimeFaces: style
| MainApplication | ||
| percentWidth : Number [override]
PrimeFaces: style
| MainApplication | ||
| propagatenoreplace : Boolean | MainApplication | ||
| terminate : String | MainApplication | ||
| title : String
PrimeFaces: none
| MainApplication | ||
| webqueryopen : String | MainApplication | ||
| webquerysave : String | MainApplication | ||
| width : Number [override] [read-only]
PrimeFaces: none
| MainApplication | ||
| windowsTitle : String | MainApplication | ||
| Method | Defined By | ||
|---|---|---|---|
| MainApplication | |||
fromXML(xml:XML, callback:Function, surface:ISurface, lookup:ILookup):void [override] | MainApplication | ||
setDominoProject(value:Boolean):void | MainApplication | ||
| Constant | Defined By | ||
|---|---|---|---|
| ELEMENT_NAME : String = MainApplication [static] | MainApplication | ||
| formproperty | property |
formproperty:String public function get formproperty():String public function set formproperty(value:String):void| formpropertys | property |
formpropertys:ArrayList [read-only] public function get formpropertys():ArrayList| height | property |
height:Number [read-only] [override]
PrimeFaces: none
The default value is "450".
This property can be used as the source for data binding.
public function get height():Number<MainApplication height="450"/>
<div style="width:700px;height:450px;"/>
| hide | property |
hide:String public function get hide():String public function set hide(value:String):void| noreplace | property |
noreplace:BooleanThis property can be used as the source for data binding.
public function get noreplace():Boolean public function set noreplace(value:Boolean):void| percentHeight | property |
percentHeight:Number[override]
PrimeFaces: style
This property can be used as the source for data binding.
public function get percentHeight():Number public function set percentHeight(value:Number):void<MainApplication percentHeight="80"/>
<div style="height:80%;"/>
| percentWidth | property |
percentWidth:Number[override]
PrimeFaces: style
This property can be used as the source for data binding.
public function get percentWidth():Number public function set percentWidth(value:Number):void<MainApplication percentWidth="80"/>
<div style="width:80%;"/>
| propagatenoreplace | property |
propagatenoreplace:BooleanThis property can be used as the source for data binding.
public function get propagatenoreplace():Boolean public function set propagatenoreplace(value:Boolean):void| terminate | property |
terminate:String public function get terminate():String public function set terminate(value:String):void| title | property |
title:String
PrimeFaces: none
public function get title():String public function set title(value:String):void<MainApplication title=""/>
<title></title>
| webqueryopen | property |
webqueryopen:String public function get webqueryopen():String public function set webqueryopen(value:String):void| webquerysave | property |
webquerysave:String public function get webquerysave():String public function set webquerysave(value:String):void| width | property |
width:Number [read-only] [override]
PrimeFaces: none
The default value is "700".
This property can be used as the source for data binding.
public function get width():Number<MainApplication width="700"/>
<div style="width:700px;height:450px;"/>
| windowsTitle | property |
windowsTitle:String public function get windowsTitle():String public function set windowsTitle(value:String):void| MainApplication | () | Constructor |
public function MainApplication()| fromXML | () | method |
override public function fromXML(xml:XML, callback:Function, surface:ISurface, lookup:ILookup):voidParameters
xml:XML | |
callback:Function | |
surface:ISurface | |
lookup:ILookup |
| setDominoProject | () | method |
public function setDominoProject(value:Boolean):voidParameters
value:Boolean |
| ELEMENT_NAME | Constant |
public static const ELEMENT_NAME:String = MainApplication