Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Generated by Apache Flex Cross-Compiler from test_project.mxml
- * test_project
- *
- * @fileoverview
- *
- * @suppress {missingRequire|checkTypes|accessControls}
- */
- goog.provide('test_project');
- goog.require('org.apache.flex.html.beads.ContainerView');
- goog.require('org.apache.flex.html.supportClasses.ContainerContentArea');
- goog.require('org.apache.flex.html.supportClasses.Viewport');
- goog.require('org.apache.flex.html.beads.layouts.BasicLayout');
- goog.require('org.apache.flex.html.beads.models.ViewportModel');
- goog.require('org.apache.flex.utils.EffectTimer');
- goog.require('org.apache.flex.core.SimpleStatesImpl');
- goog.require('org.apache.flex.core.Application');
- goog.require('org.apache.flex.core.View');
- goog.require('org.apache.flex.html.Label');
- goog.require('org.apache.flex.core.SimpleCSSValuesImpl');
- /**
- * @constructor
- * @extends {org.apache.flex.core.Application}
- */
- test_project = function() {
- test_project.base(this, 'constructor');
- /**
- * @private
- * @type {org.apache.flex.core.View}
- */
- this.$ID1_;
- /**
- * @private
- * @type {org.apache.flex.html.Label}
- */
- this.$ID0_;
- /**
- * @private
- * @type {org.apache.flex.core.SimpleCSSValuesImpl}
- */
- this.$ID2_;
- /**
- * @private
- * @type {Array}
- */
- this.mxmldd;
- /**
- * @private
- * @type {Array}
- */
- this.mxmldp;
- this.generateMXMLAttributes
- ([2,
- 'initialView',
- false,
- [org.apache.flex.core.View, 1, '_id', true, '$ID1', 0, 1, 'initComplete', this.$EH0, [org.apache.flex.html.Label, 4, '_id', true, '$ID0', 'text', true, 'Hello World', 'x', true, 100, 'y', true, 100, 0, 0, null]],
- 'valuesImpl',
- false,
- [org.apache.flex.core.SimpleCSSValuesImpl, 1, '_id', true, '$ID2', 0, 0, null],
- 0,
- 0
- ]);
- };
- goog.inherits(test_project, org.apache.flex.core.Application);
- /**
- * @private
- */
- test_project.prototype.test = function() {
- var /** @type {XML} */ xml = new XML();
- };
- /**
- * @export
- * @param {org.apache.flex.events.Event} event
- */
- test_project.prototype.$EH0 = function(event)
- {
- this.test();
- };
- /**
- * Metadata
- *
- * @type {Object.<string, Array.<Object>>}
- */
- test_project.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'test_project', qName: 'test_project', kind: 'class' }] };
- /**
- * Prevent renaming of class. Needed for reflection.
- */
- goog.exportSymbol('test_project', test_project);
- /**
- * Reflection
- *
- * @return {Object.<string, Function>}
- */
- test_project.prototype.FLEXJS_REFLECTION_INFO = function () {
- return {
- variables: function () {return {};},
- accessors: function () {return {};},
- methods: function () {
- return {
- 'test_project': { type: '', declaredBy: 'test_project'},
- '$EH0': { type: 'void', declaredBy: 'test_project'}
- };
- }
- };
- };
- test_project.prototype.info = function() {
- return { }};
- test_project.prototype.cssData = [0,
- 1,
- "*",
- function() {this["fontFamily"] = "Arial";
- this["borderWidth"] = 1.0;
- this["fontSize"] = 12.0},
- 0,
- 1,
- ".flexjs *",
- function() {this["WebkitBoxSizing"] = "border-box";
- this["boxSizing"] = "border-box";
- this["MozBoxSizing"] = "border-box"},
- 0,
- 1,
- ".flexjs *:before",
- function() {this["WebkitBoxSizing"] = "border-box";
- this["boxSizing"] = "border-box";
- this["MozBoxSizing"] = "border-box"},
- 0,
- 1,
- ".flexjs *:after",
- function() {this["WebkitBoxSizing"] = "border-box";
- this["boxSizing"] = "border-box";
- this["MozBoxSizing"] = "border-box"},
- 0,
- 1,
- "org.apache.flex.core.Application",
- function() {this["padding"] = 0.0;
- this["margin"] = 0.0},
- 0,
- 1,
- ".ComboBoxButton",
- function() {this["padding"] = 0.0;
- this["margin"] = 0.0},
- 0,
- 1,
- ".DataGridListArea",
- function() {this["backgroundColor"] = 16777215;
- this["borderColor"] = 3355443;
- this["borderStyle"] = "solid"},
- 0,
- 1,
- ".toggleTextButton",
- function() {this["border"] = [1.0, "solid", 8421504];
- this["padding"] = 4.0;
- this["backgroundColor"] = 16316664},
- 0,
- 1,
- ".toggleTextButton:hover",
- function() {this["border"] = [1.0, "solid", 8421504];
- this["padding"] = 4.0;
- this["backgroundColor"] = 15263976},
- 0,
- 1,
- ".toggleTextButton_Selected",
- function() {this["border"] = [1.0, "solid", 8421504];
- this["padding"] = 4.0;
- this["backgroundColor"] = 14211288},
- 0,
- 1,
- ".toggleTextButton_Selected:hover",
- function() {this["border"] = [1.0, "solid", 8421504];
- this["padding"] = 4.0;
- this["backgroundColor"] = 15263976},
- 0,
- 1,
- "org.apache.flex.core.View",
- function() {this["iBeadView"] = org.apache.flex.html.beads.ContainerView;
- this["iContentView"] = org.apache.flex.html.supportClasses.ContainerContentArea;
- this["iViewport"] = org.apache.flex.html.supportClasses.Viewport;
- this["iBeadLayout"] = org.apache.flex.html.beads.layouts.BasicLayout;
- this["iViewportModel"] = org.apache.flex.html.beads.models.ViewportModel},
- 0,
- 1,
- "global",
- function() {this["iEffectTimer"] = org.apache.flex.utils.EffectTimer;
- this["effectTimerInterval"] = 10.0;
- this["iStatesImpl"] = org.apache.flex.core.SimpleStatesImpl}];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement