Esempio n. 1
0
 /**
  * New instance.
  *
  * @return the button
  */
 public Button() {
   jsObj = Bridge.createObject("mx.controls.Button");
   setLabel("Button");
 }
 /**
  * New instance.
  *
  * @return the bubble series
  */
 public BubbleSeries() {
   jsObj = Bridge.createObject("mx.charts.series.BubbleSeries");
 }
 /**
  * New instance.
  *
  * @return the advanced data grid column
  */
 public AdvancedDataGridColumn() {
   jsObj = Bridge.createObject("mx.controls.advancedDataGridClasses.AdvancedDataGridColumn");
 }
Esempio n. 4
0
 /**
  * New instance.
  *
  * @return the advanced data grid
  */
 public AdvancedDataGrid() {
   jsObj = Bridge.createObject("mx.controls.AdvancedDataGrid");
 }
Esempio n. 5
0
 private JavaScriptObject createNativePeer() {
   return Bridge.createObject("flash.net.LocalConnection");
 }
 private AlivePdfFactory() {
   jsObj = Bridge.createObject("com.emitrom.flash.factories.AlivePdfFactory");
 }
Esempio n. 7
0
 /**
  * New instance.
  *
  * @return the resizable box
  */
 public ResizableBox() {
   jsObj = Bridge.createObject("flex.utils.ui.resize.ResizableBox");
 }
 /**
  * New instance.
  *
  * @return the bouncing fisheye
  */
 public BouncingFisheye() {
   jsObj = Bridge.createObject("com.dougmccune.controls.BouncingFisheye");
 }
Esempio n. 9
0
 /**
  * New instance.
  *
  * @return the tool tip
  */
 public ToolTip() {
   jsObj = Bridge.createObject("mx.controls.ToolTip");
 }
Esempio n. 10
0
 /**
  * New instance.
  *
  * @return the button bar
  */
 public ButtonBar() {
   jsObj = Bridge.createObject("mx.controls.ButtonBar");
 }
Esempio n. 11
0
 /**
  * New instance.
  *
  * @return the skinnable data container
  */
 public SkinnableDataContainer() {
   jsObj = Bridge.createObject("spark.components.SkinnableDataContainer");
 }
 /**
  * New instance.
  *
  * @return the resizable canvas
  */
 public ResizableCanvas() {
   jsObj = Bridge.createObject("flex.utils.ui.resize.ResizableCanvas");
 }
 /**
  * Gets the single instance of AS3ArrayFactory.
  *
  * @return single instance of AS3ArrayFactory
  */
 private static JavaScriptObject createNativePeer() {
   return Bridge.createObject("com.ekambi.maps.factories.AS3ArrayFactory");
 }
Esempio n. 14
0
 /**
  * New instance.
  *
  * @return the column set
  */
 public ColumnSet() {
   jsObj = Bridge.createObject("mx.charts.series.ColumnSet");
 }