Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 744CE17DBB for ; Wed, 28 Jan 2015 17:22:10 +0000 (UTC) Received: (qmail 59720 invoked by uid 500); 28 Jan 2015 17:22:09 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 59630 invoked by uid 500); 28 Jan 2015 17:22:09 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 59128 invoked by uid 99); 28 Jan 2015 17:22:09 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jan 2015 17:22:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5FE32E0E1E; Wed, 28 Jan 2015 17:22:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aharui@apache.org To: commits@flex.apache.org Date: Wed, 28 Jan 2015 17:22:17 -0000 Message-Id: <494daa41aaa440ddb122322bbd02b28d@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [09/12] git commit: [flex-asjs] [refs/heads/develop] - switching from org.apache.flex to org_apache_flex so GCC doesn't complain http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/charts/core/IChartSeries.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/charts/core/IChartSeries.js b/frameworks/js/FlexJS/src/org/apache/flex/charts/core/IChartSeries.js index 6b715db..4c25e17 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/charts/core/IChartSeries.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/charts/core/IChartSeries.js @@ -11,72 +11,72 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * org.apache.flex.charts.core.IChartSeries + * org_apache_flex_charts_core_IChartSeries * * @fileoverview * * @suppress {checkTypes} */ -goog.provide('org.apache.flex.charts.core.IChartSeries'); +goog.provide('org_apache_flex_charts_core_IChartSeries'); -goog.require('mx.core.IFactory'); +goog.require('mx_core_IFactory'); /** * @interface */ -org.apache.flex.charts.core.IChartSeries = function() { +org_apache_flex_charts_core_IChartSeries = function() { }; /** * @return {string} */ -org.apache.flex.charts.core.IChartSeries.prototype.get_xField = function() {}; +org_apache_flex_charts_core_IChartSeries.prototype.get_xField = function() {}; /** * @param {string} value */ -org.apache.flex.charts.core.IChartSeries.prototype.set_xField = function(value) {}; +org_apache_flex_charts_core_IChartSeries.prototype.set_xField = function(value) {}; /** * @return {string} */ -org.apache.flex.charts.core.IChartSeries.prototype.get_yField = function() {}; +org_apache_flex_charts_core_IChartSeries.prototype.get_yField = function() {}; /** * @param {string} value */ -org.apache.flex.charts.core.IChartSeries.prototype.set_yField = function(value) {}; +org_apache_flex_charts_core_IChartSeries.prototype.set_yField = function(value) {}; /** * @return {number} */ -org.apache.flex.charts.core.IChartSeries.prototype.get_fillColor = function() {}; +org_apache_flex_charts_core_IChartSeries.prototype.get_fillColor = function() {}; /** * @param {number} value */ -org.apache.flex.charts.core.IChartSeries.prototype.set_fillColor = function(value) {}; +org_apache_flex_charts_core_IChartSeries.prototype.set_fillColor = function(value) {}; /** - * @return {mx.core.IFactory} + * @return {mx_core_IFactory} */ -org.apache.flex.charts.core.IChartSeries.prototype.get_itemRenderer = function() {}; +org_apache_flex_charts_core_IChartSeries.prototype.get_itemRenderer = function() {}; /** - * @param {mx.core.IFactory} value + * @param {mx_core_IFactory} value */ -org.apache.flex.charts.core.IChartSeries.prototype.set_itemRenderer = function(value) {}; +org_apache_flex_charts_core_IChartSeries.prototype.set_itemRenderer = function(value) {}; /** @@ -84,6 +84,6 @@ org.apache.flex.charts.core.IChartSeries.prototype.set_itemRenderer = function(v * * @type {Object.>} */ -org.apache.flex.charts.core.IChartSeries.prototype.FLEXJS_CLASS_INFO = { - names: [{ name: 'IChartSeries', qName: 'org.apache.flex.charts.core.IChartSeries'}] +org_apache_flex_charts_core_IChartSeries.prototype.FLEXJS_CLASS_INFO = { + names: [{ name: 'IChartSeries', qName: 'org_apache_flex_charts_core_IChartSeries'}] }; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/charts/core/IHorizontalAxisBead.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/charts/core/IHorizontalAxisBead.js b/frameworks/js/FlexJS/src/org/apache/flex/charts/core/IHorizontalAxisBead.js index 39dd496..6af34ab 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/charts/core/IHorizontalAxisBead.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/charts/core/IHorizontalAxisBead.js @@ -11,24 +11,24 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * org.apache.flex.charts.core.IHorizontalAxisBead + * org_apache_flex_charts_core_IHorizontalAxisBead * * @fileoverview * * @suppress {checkTypes} */ -goog.provide('org.apache.flex.charts.core.IHorizontalAxisBead'); +goog.provide('org_apache_flex_charts_core_IHorizontalAxisBead'); -goog.require('org.apache.flex.charts.core.IAxisBead'); +goog.require('org_apache_flex_charts_core_IAxisBead'); /** * @interface - * @extends {org.apache.flex.charts.core.IAxisBead} + * @extends {org_apache_flex_charts_core_IAxisBead} */ -org.apache.flex.charts.core.IHorizontalAxisBead = function() { +org_apache_flex_charts_core_IHorizontalAxisBead = function() { }; @@ -37,31 +37,31 @@ org.apache.flex.charts.core.IHorizontalAxisBead = function() { * * @type {Object.>} */ -org.apache.flex.charts.core.IHorizontalAxisBead.prototype.FLEXJS_CLASS_INFO = { - names: [{ name: 'IHorizontalAxisBead', qName: 'org.apache.flex.charts.core.IHorizontalAxisBead'}], - interfaces: [org.apache.flex.charts.core.IAxisBead] +org_apache_flex_charts_core_IHorizontalAxisBead.prototype.FLEXJS_CLASS_INFO = { + names: [{ name: 'IHorizontalAxisBead', qName: 'org_apache_flex_charts_core_IHorizontalAxisBead'}], + interfaces: [org_apache_flex_charts_core_IAxisBead] }; /** * @param {number} value */ -org.apache.flex.charts.core.IHorizontalAxisBead.prototype.set_axisHeight = function(value) {}; +org_apache_flex_charts_core_IHorizontalAxisBead.prototype.set_axisHeight = function(value) {}; /** * @return {number} */ -org.apache.flex.charts.core.IHorizontalAxisBead.prototype.get_axisHeight = function() {}; +org_apache_flex_charts_core_IHorizontalAxisBead.prototype.get_axisHeight = function() {}; /** * @return {number} */ -org.apache.flex.charts.core.IHorizontalAxisBead.prototype.get_maximum = function() {}; +org_apache_flex_charts_core_IHorizontalAxisBead.prototype.get_maximum = function() {}; /** * @return {number} */ -org.apache.flex.charts.core.IHorizontalAxisBead.prototype.get_minimum = function() {}; +org_apache_flex_charts_core_IHorizontalAxisBead.prototype.get_minimum = function() {}; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/charts/core/IVerticalAxisBead.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/charts/core/IVerticalAxisBead.js b/frameworks/js/FlexJS/src/org/apache/flex/charts/core/IVerticalAxisBead.js index dabfa19..9e81573 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/charts/core/IVerticalAxisBead.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/charts/core/IVerticalAxisBead.js @@ -11,24 +11,24 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * org.apache.flex.charts.core.IVerticalAxisBead + * org_apache_flex_charts_core_IVerticalAxisBead * * @fileoverview * * @suppress {checkTypes} */ -goog.provide('org.apache.flex.charts.core.IVerticalAxisBead'); +goog.provide('org_apache_flex_charts_core_IVerticalAxisBead'); -goog.require('org.apache.flex.charts.core.IAxisBead'); +goog.require('org_apache_flex_charts_core_IAxisBead'); /** * @interface - * @extends {org.apache.flex.charts.core.IAxisBead} + * @extends {org_apache_flex_charts_core_IAxisBead} */ -org.apache.flex.charts.core.IVerticalAxisBead = function() { +org_apache_flex_charts_core_IVerticalAxisBead = function() { }; @@ -37,31 +37,31 @@ org.apache.flex.charts.core.IVerticalAxisBead = function() { * * @type {Object.>} */ -org.apache.flex.charts.core.IVerticalAxisBead.prototype.FLEXJS_CLASS_INFO = { - names: [{ name: 'IVerticalAxisBead', qName: 'org.apache.flex.charts.core.IVerticalAxisBead'}], - interfaces: [org.apache.flex.charts.core.IAxisBead] +org_apache_flex_charts_core_IVerticalAxisBead.prototype.FLEXJS_CLASS_INFO = { + names: [{ name: 'IVerticalAxisBead', qName: 'org_apache_flex_charts_core_IVerticalAxisBead'}], + interfaces: [org_apache_flex_charts_core_IAxisBead] }; /** * @param {number} value */ -org.apache.flex.charts.core.IVerticalAxisBead.prototype.set_axisWidth = function(value) {}; +org_apache_flex_charts_core_IVerticalAxisBead.prototype.set_axisWidth = function(value) {}; /** * @return {number} */ -org.apache.flex.charts.core.IVerticalAxisBead.prototype.get_axisWidth = function() {}; +org_apache_flex_charts_core_IVerticalAxisBead.prototype.get_axisWidth = function() {}; /** * @return {number} */ -org.apache.flex.charts.core.IVerticalAxisBead.prototype.get_maximum = function() {}; +org_apache_flex_charts_core_IVerticalAxisBead.prototype.get_maximum = function() {}; /** * @return {number} */ -org.apache.flex.charts.core.IVerticalAxisBead.prototype.get_minimum = function() {}; +org_apache_flex_charts_core_IVerticalAxisBead.prototype.get_minimum = function() {}; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/charts/supportClasses/ChartAxisGroup.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/charts/supportClasses/ChartAxisGroup.js b/frameworks/js/FlexJS/src/org/apache/flex/charts/supportClasses/ChartAxisGroup.js index 1df1db2..f4135ca 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/charts/supportClasses/ChartAxisGroup.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/charts/supportClasses/ChartAxisGroup.js @@ -12,27 +12,27 @@ * limitations under the License. */ -goog.provide('org.apache.flex.charts.supportClasses.ChartAxisGroup'); +goog.provide('org_apache_flex_charts_supportClasses_ChartAxisGroup'); -goog.require('org.apache.flex.charts.core.IAxisGroup'); -goog.require('org.apache.flex.core.UIBase'); -goog.require('org.apache.flex.core.graphics.Path'); -goog.require('org.apache.flex.html.Label'); +goog.require('org_apache_flex_charts_core_IAxisGroup'); +goog.require('org_apache_flex_core_UIBase'); +goog.require('org_apache_flex_core_graphics_Path'); +goog.require('org_apache_flex_html_Label'); /** * @constructor - * @extends {org.apache.flex.core.UIBase} - * @implements {org.apache.flex.charts.core.IAxisGroup} + * @extends {org_apache_flex_core_UIBase} + * @implements {org_apache_flex_charts_core_IAxisGroup} */ -org.apache.flex.charts.supportClasses.ChartAxisGroup = +org_apache_flex_charts_supportClasses_ChartAxisGroup = function() { - org.apache.flex.charts.supportClasses.ChartAxisGroup.base(this, 'constructor'); + org_apache_flex_charts_supportClasses_ChartAxisGroup.base(this, 'constructor'); }; goog.inherits( - org.apache.flex.charts.supportClasses.ChartAxisGroup, - org.apache.flex.core.UIBase); + org_apache_flex_charts_supportClasses_ChartAxisGroup, + org_apache_flex_core_UIBase); /** @@ -40,16 +40,16 @@ goog.inherits( * * @type {Object.>} */ -org.apache.flex.charts.supportClasses.ChartAxisGroup.prototype.FLEXJS_CLASS_INFO = +org_apache_flex_charts_supportClasses_ChartAxisGroup.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'ChartAxisGroup', - qName: 'org.apache.flex.charts.supportClasses.ChartAxisGroup' }], - interfaces: [org.apache.flex.charts.core.IAxisGroup] }; + qName: 'org_apache_flex_charts_supportClasses_ChartAxisGroup' }], + interfaces: [org_apache_flex_charts_core_IAxisGroup] }; /** * @override */ -org.apache.flex.charts.supportClasses.ChartAxisGroup. +org_apache_flex_charts_supportClasses_ChartAxisGroup. prototype.createElement = function() { this.element = document.createElement('div'); this.element.flexjs_wrapper = this; @@ -68,11 +68,11 @@ org.apache.flex.charts.supportClasses.ChartAxisGroup. * @param {number} ypos The y position of the label. * @param {number} boxWidth The size of the area for the label. * @param {number} boxHeight The size of the area for the label. - * @param {org.apache.flex.core.graphics.IStroke} tickFill The color of the path. + * @param {org_apache_flex_core_graphics_IStroke} tickFill The color of the path. */ -org.apache.flex.charts.supportClasses.ChartAxisGroup.prototype.drawHorizontalTickLabel = +org_apache_flex_charts_supportClasses_ChartAxisGroup.prototype.drawHorizontalTickLabel = function(text, xpos, ypos, boxWidth, boxHeight, tickFill) { - var label = new org.apache.flex.html.Label(); + var label = new org_apache_flex_html_Label(); this.addElement(label); label.set_text(text); label.set_x(xpos - label.get_width() / 2); @@ -87,11 +87,11 @@ function(text, xpos, ypos, boxWidth, boxHeight, tickFill) { * @param {number} ypos The y position of the label. * @param {number} boxWidth The size of the area for the label. * @param {number} boxHeight The size of the area for the label. - * @param {org.apache.flex.core.graphics.IStroke} tickFill The color of the path. + * @param {org_apache_flex_core_graphics_IStroke} tickFill The color of the path. */ -org.apache.flex.charts.supportClasses.ChartAxisGroup.prototype.drawVerticalTickLabel = +org_apache_flex_charts_supportClasses_ChartAxisGroup.prototype.drawVerticalTickLabel = function(text, xpos, ypos, boxWidth, boxHeight, tickFill) { - var label = new org.apache.flex.html.Label(); + var label = new org_apache_flex_html_Label(); this.addElement(label); label.set_text(text); label.set_x(xpos); @@ -106,11 +106,11 @@ function(text, xpos, ypos, boxWidth, boxHeight, tickFill) { * @param {number} width The size of the area for the path. * @param {number} height The size of the area for the path. * @param {string} marks The path to draw. - * @param {org.apache.flex.core.graphics.IStroke} tickStroke The color of the path. + * @param {org_apache_flex_core_graphics_IStroke} tickStroke The color of the path. */ -org.apache.flex.charts.supportClasses.ChartAxisGroup.prototype.drawTickMarks = +org_apache_flex_charts_supportClasses_ChartAxisGroup.prototype.drawTickMarks = function(originX, originY, width, height, marks, tickStroke) { - var tickPath = new org.apache.flex.core.graphics.Path(); + var tickPath = new org_apache_flex_core_graphics_Path(); tickPath.set_x(0); tickPath.set_y(0); tickPath.set_width(this.get_width()); @@ -127,11 +127,11 @@ function(originX, originY, width, height, marks, tickStroke) { * @param {number} originY The y position of the path. * @param {number} width The size of the area for the path. * @param {number} height The size of the area for the path. - * @param {org.apache.flex.core.graphics.IStroke} lineStroke The color of the path. + * @param {org_apache_flex_core_graphics_IStroke} lineStroke The color of the path. */ -org.apache.flex.charts.supportClasses.ChartAxisGroup.prototype.drawAxisLine = +org_apache_flex_charts_supportClasses_ChartAxisGroup.prototype.drawAxisLine = function(originX, originY, width, height, lineStroke) { - var axisPath = new org.apache.flex.core.graphics.Path(); + var axisPath = new org_apache_flex_core_graphics_Path(); axisPath.set_x(0); axisPath.set_y(0); axisPath.set_width(this.get_width()); @@ -146,7 +146,7 @@ function(originX, originY, width, height, lineStroke) { /** * @return {void} */ -org.apache.flex.charts.supportClasses.ChartAxisGroup.prototype.removeAllElements = +org_apache_flex_charts_supportClasses_ChartAxisGroup.prototype.removeAllElements = function() { var svg = this.element; while (svg.lastChild) { http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/charts/supportClasses/ChartDataGroup.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/charts/supportClasses/ChartDataGroup.js b/frameworks/js/FlexJS/src/org/apache/flex/charts/supportClasses/ChartDataGroup.js index 74da22b..0a132d1 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/charts/supportClasses/ChartDataGroup.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/charts/supportClasses/ChartDataGroup.js @@ -12,25 +12,25 @@ * limitations under the License. */ -goog.provide('org.apache.flex.charts.supportClasses.ChartDataGroup'); +goog.provide('org_apache_flex_charts_supportClasses_ChartDataGroup'); -goog.require('org.apache.flex.charts.core.IChartDataGroup'); -goog.require('org.apache.flex.html.supportClasses.NonVirtualDataGroup'); +goog.require('org_apache_flex_charts_core_IChartDataGroup'); +goog.require('org_apache_flex_html_supportClasses_NonVirtualDataGroup'); /** * @constructor - * @extends {org.apache.flex.html.supportClasses.NonVirtualDataGroup} - * @implements {org.apache.flex.charts.core.IChartDataGroup} + * @extends {org_apache_flex_html_supportClasses_NonVirtualDataGroup} + * @implements {org_apache_flex_charts_core_IChartDataGroup} */ -org.apache.flex.charts.supportClasses.ChartDataGroup = +org_apache_flex_charts_supportClasses_ChartDataGroup = function() { - org.apache.flex.charts.supportClasses.ChartDataGroup.base(this, 'constructor'); + org_apache_flex_charts_supportClasses_ChartDataGroup.base(this, 'constructor'); }; goog.inherits( - org.apache.flex.charts.supportClasses.ChartDataGroup, - org.apache.flex.html.supportClasses.NonVirtualDataGroup); + org_apache_flex_charts_supportClasses_ChartDataGroup, + org_apache_flex_html_supportClasses_NonVirtualDataGroup); /** @@ -38,16 +38,16 @@ goog.inherits( * * @type {Object.>} */ -org.apache.flex.charts.supportClasses.ChartDataGroup.prototype.FLEXJS_CLASS_INFO = +org_apache_flex_charts_supportClasses_ChartDataGroup.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'ChartDataGroup', - qName: 'org.apache.flex.charts.supportClasses.ChartDataGroup' }], - interfaces: [org.apache.flex.charts.core.IChartDataGroup] }; + qName: 'org_apache_flex_charts_supportClasses_ChartDataGroup' }], + interfaces: [org_apache_flex_charts_core_IChartDataGroup] }; /** * @override */ -org.apache.flex.charts.supportClasses.ChartDataGroup. +org_apache_flex_charts_supportClasses_ChartDataGroup. prototype.createElement = function() { this.element = document.createElement('div'); this.element.flexjs_wrapper = this; @@ -65,7 +65,7 @@ org.apache.flex.charts.supportClasses.ChartDataGroup. * @param {number} index The position of the itemRenderer within the series. * @return {Object} The itemRenderer that matches the series and index. */ -org.apache.flex.charts.supportClasses.ChartDataGroup.prototype.getItemRendererForSeriesAtIndex = +org_apache_flex_charts_supportClasses_ChartDataGroup.prototype.getItemRendererForSeriesAtIndex = function(series, index) { var n = this.get_numElements(); for (var i = 0; i < n; i++) http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/core/Application.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/Application.js b/frameworks/js/FlexJS/src/org/apache/flex/core/Application.js index b6c7ee2..ee6da47 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/core/Application.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/core/Application.js @@ -12,25 +12,25 @@ * limitations under the License. */ -goog.provide('org.apache.flex.core.Application'); +goog.provide('org_apache_flex_core_Application'); -goog.require('org.apache.flex.core.HTMLElementWrapper'); -goog.require('org.apache.flex.core.IParent'); -goog.require('org.apache.flex.core.IValuesImpl'); -goog.require('org.apache.flex.core.ValuesManager'); -goog.require('org.apache.flex.utils.MXMLDataInterpreter'); +goog.require('org_apache_flex_core_HTMLElementWrapper'); +goog.require('org_apache_flex_core_IParent'); +goog.require('org_apache_flex_core_IValuesImpl'); +goog.require('org_apache_flex_core_ValuesManager'); +goog.require('org_apache_flex_utils_MXMLDataInterpreter'); /** * @constructor - * @extends {org.apache.flex.core.HTMLElementWrapper} + * @extends {org_apache_flex_core_HTMLElementWrapper} */ -org.apache.flex.core.Application = function() { - org.apache.flex.core.Application.base(this, 'constructor'); +org_apache_flex_core_Application = function() { + org_apache_flex_core_Application.base(this, 'constructor'); }; -goog.inherits(org.apache.flex.core.Application, - org.apache.flex.core.HTMLElementWrapper); +goog.inherits(org_apache_flex_core_Application, + org_apache_flex_core_HTMLElementWrapper); /** @@ -38,40 +38,40 @@ goog.inherits(org.apache.flex.core.Application, * * @type {Object.>} */ -org.apache.flex.core.Application.prototype.FLEXJS_CLASS_INFO = +org_apache_flex_core_Application.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'Application', - qName: 'org.apache.flex.core.Application' }], - interfaces: [org.apache.flex.core.IParent] }; + qName: 'org_apache_flex_core_Application' }], + interfaces: [org_apache_flex_core_IParent] }; /** * @expose * @type {Object} */ -org.apache.flex.core.Application.prototype.controller = null; +org_apache_flex_core_Application.prototype.controller = null; /** * @expose * @type {Object} */ -org.apache.flex.core.Application.prototype.initialView = null; +org_apache_flex_core_Application.prototype.initialView = null; /** * @expose - * @type {org.apache.flex.events.EventDispatcher} + * @type {org_apache_flex_events_EventDispatcher} */ -org.apache.flex.core.Application.prototype.model = null; +org_apache_flex_core_Application.prototype.model = null; /** * @expose - * @param {org.apache.flex.core.IValuesImpl} value The IValuesImpl. + * @param {org_apache_flex_core_IValuesImpl} value The IValuesImpl. */ -org.apache.flex.core.Application.prototype.set_valuesImpl = +org_apache_flex_core_Application.prototype.set_valuesImpl = function(value) { - org.apache.flex.core.ValuesManager.valuesImpl = value; + org_apache_flex_core_ValuesManager.valuesImpl = value; if (value.init) { value.init(this); } @@ -81,12 +81,12 @@ org.apache.flex.core.Application.prototype.set_valuesImpl = /** * @expose */ -org.apache.flex.core.Application.prototype.start = function() { +org_apache_flex_core_Application.prototype.start = function() { this.element = document.getElementsByTagName('body')[0]; this.element.flexjs_wrapper = this; this.element.className = 'Application'; - org.apache.flex.utils.MXMLDataInterpreter.generateMXMLInstances(this, null, this.get_MXMLDescriptor()); + org_apache_flex_utils_MXMLDataInterpreter.generateMXMLInstances(this, null, this.get_MXMLDescriptor()); this.dispatchEvent('initialize'); @@ -101,15 +101,15 @@ org.apache.flex.core.Application.prototype.start = function() { * @expose * @param {Array} data The data for the attributes. */ -org.apache.flex.core.Application.prototype.generateMXMLAttributes = function(data) { - org.apache.flex.utils.MXMLDataInterpreter.generateMXMLProperties(this, data); +org_apache_flex_core_Application.prototype.generateMXMLAttributes = function(data) { + org_apache_flex_utils_MXMLDataInterpreter.generateMXMLProperties(this, data); }; /** * @param {Object} c The child element. */ -org.apache.flex.core.Application.prototype.addElement = +org_apache_flex_core_Application.prototype.addElement = function(c) { this.element.appendChild(c.element); c.addedToParent(); http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/core/BeadViewBase.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/BeadViewBase.js b/frameworks/js/FlexJS/src/org/apache/flex/core/BeadViewBase.js index 1058c68..cf11f90 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/core/BeadViewBase.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/core/BeadViewBase.js @@ -12,24 +12,24 @@ * limitations under the License. */ -goog.provide('org.apache.flex.core.BeadViewBase'); +goog.provide('org_apache_flex_core_BeadViewBase'); -goog.require('org.apache.flex.core.IBeadView'); -goog.require('org.apache.flex.events.EventDispatcher'); +goog.require('org_apache_flex_core_IBeadView'); +goog.require('org_apache_flex_events_EventDispatcher'); /** * @constructor - * @extends {org.apache.flex.events.EventDispatcher} - * @implements {org.apache.flex.core.IBeadView} + * @extends {org_apache_flex_events_EventDispatcher} + * @implements {org_apache_flex_core_IBeadView} */ -org.apache.flex.core.BeadViewBase = function() { - org.apache.flex.core.BeadViewBase.base(this, 'constructor'); +org_apache_flex_core_BeadViewBase = function() { + org_apache_flex_core_BeadViewBase.base(this, 'constructor'); }; goog.inherits( - org.apache.flex.core.BeadViewBase, - org.apache.flex.events.EventDispatcher); + org_apache_flex_core_BeadViewBase, + org_apache_flex_events_EventDispatcher); /** @@ -37,24 +37,24 @@ goog.inherits( * * @type {Object.>} */ -org.apache.flex.core.BeadViewBase.prototype.FLEXJS_CLASS_INFO = +org_apache_flex_core_BeadViewBase.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'BeadViewBase', - qName: 'org.apache.flex.core.BeadViewBase'}], - interfaces: [org.apache.flex.core.IBeadView]}; + qName: 'org_apache_flex_core_BeadViewBase'}], + interfaces: [org_apache_flex_core_IBeadView]}; /** * @protected * @type {Object} */ -org.apache.flex.core.BeadViewBase.prototype._strand = null; +org_apache_flex_core_BeadViewBase.prototype._strand = null; /** * @expose * @param {Object} value The new strand. */ -org.apache.flex.core.BeadViewBase.prototype.set_strand = +org_apache_flex_core_BeadViewBase.prototype.set_strand = function(value) { if (this._strand !== value) { this._strand = value; @@ -66,7 +66,7 @@ function(value) { * @expose * @return {Object} value The strand. */ -org.apache.flex.core.BeadViewBase.prototype.get_host = +org_apache_flex_core_BeadViewBase.prototype.get_host = function() { return this._strand; }; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/core/CallLaterBead.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/CallLaterBead.js b/frameworks/js/FlexJS/src/org/apache/flex/core/CallLaterBead.js index afdbfff..27a2c7b 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/core/CallLaterBead.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/core/CallLaterBead.js @@ -12,14 +12,14 @@ * limitations under the License. */ -goog.provide('org.apache.flex.core.CallLaterBead'); +goog.provide('org_apache_flex_core_CallLaterBead'); /** * @constructor */ -org.apache.flex.core.CallLaterBead = function() { +org_apache_flex_core_CallLaterBead = function() { /** * @private @@ -41,16 +41,16 @@ org.apache.flex.core.CallLaterBead = function() { * * @type {Object.>} */ -org.apache.flex.core.CallLaterBead.prototype.FLEXJS_CLASS_INFO = +org_apache_flex_core_CallLaterBead.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'CallLaterBead.js', - qName: 'org.apache.flex.core.CallLaterBead'}] }; + qName: 'org_apache_flex_core_CallLaterBead'}] }; /** * @expose * @param {Object} value The new host. */ -org.apache.flex.core.CallLaterBead.prototype.set_strand = +org_apache_flex_core_CallLaterBead.prototype.set_strand = function(value) { if (this.strand_ !== value) { this.strand_ = value; @@ -63,7 +63,7 @@ org.apache.flex.core.CallLaterBead.prototype.set_strand = * @param {Array=} opt_args The optional array of arguments. * @param {Object=} opt_thisArg The optional 'this' object. */ -org.apache.flex.core.CallLaterBead.prototype.callLater = +org_apache_flex_core_CallLaterBead.prototype.callLater = function(fn, opt_args, opt_thisArg) { if (this.calls_ == null) @@ -78,7 +78,7 @@ org.apache.flex.core.CallLaterBead.prototype.callLater = /** * @protected */ -org.apache.flex.core.CallLaterBead.prototype.callback = +org_apache_flex_core_CallLaterBead.prototype.callback = function() { var list = this.calls_; var n = list.length; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/core/ContainerBase.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/ContainerBase.js b/frameworks/js/FlexJS/src/org/apache/flex/core/ContainerBase.js index ce915da..18bf504 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/core/ContainerBase.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/core/ContainerBase.js @@ -12,21 +12,21 @@ * limitations under the License. */ -goog.provide('org.apache.flex.core.ContainerBase'); +goog.provide('org_apache_flex_core_ContainerBase'); -goog.require('org.apache.flex.core.IMXMLDocument'); -goog.require('org.apache.flex.core.UIBase'); -goog.require('org.apache.flex.core.ValuesManager'); +goog.require('org_apache_flex_core_IMXMLDocument'); +goog.require('org_apache_flex_core_UIBase'); +goog.require('org_apache_flex_core_ValuesManager'); /** * @constructor - * @extends {org.apache.flex.core.UIBase} + * @extends {org_apache_flex_core_UIBase} */ -org.apache.flex.core.ContainerBase = function() { +org_apache_flex_core_ContainerBase = function() { this.mxmlProperties = null; - org.apache.flex.core.ContainerBase.base(this, 'constructor'); + org_apache_flex_core_ContainerBase.base(this, 'constructor'); /** * @private @@ -56,28 +56,28 @@ org.apache.flex.core.ContainerBase = function() { this.document = this; }; -goog.inherits(org.apache.flex.core.ContainerBase, - org.apache.flex.core.UIBase); +goog.inherits(org_apache_flex_core_ContainerBase, + org_apache_flex_core_UIBase); /** * @expose */ -org.apache.flex.core.ContainerBase.prototype.mxmlContent = null; +org_apache_flex_core_ContainerBase.prototype.mxmlContent = null; /** * @expose * @type {Array} */ -org.apache.flex.core.ContainerBase.prototype.mxmlDescriptor = null; +org_apache_flex_core_ContainerBase.prototype.mxmlDescriptor = null; /** * @expose * @type {Array} */ -org.apache.flex.core.ContainerBase.prototype.mxmlsd = null; +org_apache_flex_core_ContainerBase.prototype.mxmlsd = null; /** @@ -85,20 +85,20 @@ org.apache.flex.core.ContainerBase.prototype.mxmlsd = null; * * @type {Object.>} */ -org.apache.flex.core.ContainerBase.prototype.FLEXJS_CLASS_INFO = +org_apache_flex_core_ContainerBase.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'ContainerBase', - qName: 'org.apache.flex.core.ContainerBase'}] , - interfaces: [org.apache.flex.core.IMXMLDocument]}; + qName: 'org_apache_flex_core_ContainerBase'}] , + interfaces: [org_apache_flex_core_IMXMLDocument]}; /** * @override */ -org.apache.flex.core.ContainerBase.prototype.addedToParent = function() { - org.apache.flex.core.ContainerBase.base(this, 'addedToParent'); +org_apache_flex_core_ContainerBase.prototype.addedToParent = function() { + org_apache_flex_core_ContainerBase.base(this, 'addedToParent'); if (!this.initialized_) { - org.apache.flex.utils.MXMLDataInterpreter.generateMXMLInstances(this.document, + org_apache_flex_utils_MXMLDataInterpreter.generateMXMLInstances(this.document, this, this.get_MXMLDescriptor()); this.dispatchEvent('initBindings'); @@ -113,8 +113,8 @@ org.apache.flex.core.ContainerBase.prototype.addedToParent = function() { * @expose * @param {Array} data The data for the attributes. */ -org.apache.flex.core.ContainerBase.prototype.generateMXMLAttributes = function(data) { - org.apache.flex.utils.MXMLDataInterpreter.generateMXMLProperties(this, data); +org_apache_flex_core_ContainerBase.prototype.generateMXMLAttributes = function(data) { + org_apache_flex_utils_MXMLDataInterpreter.generateMXMLProperties(this, data); }; @@ -122,7 +122,7 @@ org.apache.flex.core.ContainerBase.prototype.generateMXMLAttributes = function(d * @expose * @return {Array} An array of descriptors. */ -org.apache.flex.core.ContainerBase.prototype.get_MXMLDescriptor = function() { +org_apache_flex_core_ContainerBase.prototype.get_MXMLDescriptor = function() { return this.mxmlDescriptor; }; @@ -132,7 +132,7 @@ org.apache.flex.core.ContainerBase.prototype.get_MXMLDescriptor = function() { * @param {Object} doc The document. * @param {Array} desc The descriptor data; */ -org.apache.flex.core.ContainerBase.prototype.setMXMLDescriptor = +org_apache_flex_core_ContainerBase.prototype.setMXMLDescriptor = function(doc, desc) { this.mxmlDescriptor = desc; this.document = doc; @@ -143,7 +143,7 @@ org.apache.flex.core.ContainerBase.prototype.setMXMLDescriptor = * @expose * @return {Array} An array of states. */ -org.apache.flex.core.ContainerBase.prototype.get_states = function() { +org_apache_flex_core_ContainerBase.prototype.get_states = function() { return this.states_; }; @@ -152,15 +152,15 @@ org.apache.flex.core.ContainerBase.prototype.get_states = function() { * @expose * @param {Array} s An array of states. */ -org.apache.flex.core.ContainerBase.prototype.set_states = function(s) { +org_apache_flex_core_ContainerBase.prototype.set_states = function(s) { this.states_ = s; this.currentState_ = s[0].name; - if (org.apache.flex.core.ValuesManager.valuesImpl.getValue) { + if (org_apache_flex_core_ValuesManager.valuesImpl.getValue) { /** * @type {Function} */ - var impl = /** @type {Function} */ (org.apache.flex.core.ValuesManager.valuesImpl. + var impl = /** @type {Function} */ (org_apache_flex_core_ValuesManager.valuesImpl. getValue(this, 'iStatesImpl')); // TODO: (aharui) check if bead already exists this.addBead(new impl()); @@ -172,7 +172,7 @@ org.apache.flex.core.ContainerBase.prototype.set_states = function(s) { * @expose * @return {String} The current state. */ -org.apache.flex.core.ContainerBase.prototype.get_currentState = function() { +org_apache_flex_core_ContainerBase.prototype.get_currentState = function() { return this.currentState_; }; @@ -181,8 +181,8 @@ org.apache.flex.core.ContainerBase.prototype.get_currentState = function() { * @expose * @param {String} s The current state. */ -org.apache.flex.core.ContainerBase.prototype.set_currentState = function(s) { - var event = new org.apache.flex.events.ValueChangeEvent( +org_apache_flex_core_ContainerBase.prototype.set_currentState = function(s) { + var event = new org_apache_flex_events_ValueChangeEvent( 'currentStateChange', false, false, this.currentState_, s); this.currentState_ = s; this.dispatchEvent(event); @@ -193,7 +193,7 @@ org.apache.flex.core.ContainerBase.prototype.set_currentState = function(s) { * @expose * @return {Array} An array of states. */ -org.apache.flex.core.ContainerBase.prototype.get_transitions = function() { +org_apache_flex_core_ContainerBase.prototype.get_transitions = function() { return this.transitions_; }; @@ -202,7 +202,7 @@ org.apache.flex.core.ContainerBase.prototype.get_transitions = function() { * @expose * @param {Array} s An array of states. */ -org.apache.flex.core.ContainerBase.prototype.set_transitions = function(s) { +org_apache_flex_core_ContainerBase.prototype.set_transitions = function(s) { this.transitions_ = s; }; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/core/DataBindingBase.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/DataBindingBase.js b/frameworks/js/FlexJS/src/org/apache/flex/core/DataBindingBase.js index a543182..9e36a85 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/core/DataBindingBase.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/core/DataBindingBase.js @@ -12,14 +12,14 @@ * limitations under the License. */ -goog.provide('org.apache.flex.core.DataBindingBase'); +goog.provide('org_apache_flex_core_DataBindingBase'); /** * @constructor */ -org.apache.flex.core.DataBindingBase = function() { +org_apache_flex_core_DataBindingBase = function() { }; @@ -28,9 +28,9 @@ org.apache.flex.core.DataBindingBase = function() { * * @type {Object.>} */ -org.apache.flex.core.DataBindingBase.prototype.FLEXJS_CLASS_INFO = +org_apache_flex_core_DataBindingBase.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'DataBindingBase', - qName: 'org.apache.flex.core.DataBindingBase'}] }; + qName: 'org_apache_flex_core_DataBindingBase'}] }; /** @@ -39,7 +39,7 @@ org.apache.flex.core.DataBindingBase.prototype.FLEXJS_CLASS_INFO = * @param {string} propName The name of the property. * @return {boolean} True if property exists. */ -org.apache.flex.core.DataBindingBase.prototype.hasProperty = +org_apache_flex_core_DataBindingBase.prototype.hasProperty = function(obj, propName) { if (typeof obj['get_' + propName] === 'function') { return true; @@ -54,7 +54,7 @@ org.apache.flex.core.DataBindingBase.prototype.hasProperty = * @param {string} propName The name of the property. * @return {Object} value The value of the property. */ -org.apache.flex.core.DataBindingBase.prototype.getProperty = +org_apache_flex_core_DataBindingBase.prototype.getProperty = function(obj, propName) { if (propName == 'this') return obj; @@ -72,7 +72,7 @@ org.apache.flex.core.DataBindingBase.prototype.getProperty = * @param {string} propName The name of the property. * @param {Object} value The value of the property. */ -org.apache.flex.core.DataBindingBase.prototype.setProperty = +org_apache_flex_core_DataBindingBase.prototype.setProperty = function(obj, propName, value) { if (typeof obj['set_' + propName] === 'function') { obj['set_' + propName](value); http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/core/FilledRectangle.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/FilledRectangle.js b/frameworks/js/FlexJS/src/org/apache/flex/core/FilledRectangle.js index ca48ed8..9b246ad 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/core/FilledRectangle.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/core/FilledRectangle.js @@ -12,18 +12,18 @@ * limitations under the License. */ -goog.provide('org.apache.flex.core.FilledRectangle'); +goog.provide('org_apache_flex_core_FilledRectangle'); -goog.require('org.apache.flex.core.UIBase'); +goog.require('org_apache_flex_core_UIBase'); /** * @constructor - * @extends {org.apache.flex.core.UIBase} + * @extends {org_apache_flex_core_UIBase} */ -org.apache.flex.core.FilledRectangle = function() { - org.apache.flex.core.FilledRectangle.base(this, 'constructor'); +org_apache_flex_core_FilledRectangle = function() { + org_apache_flex_core_FilledRectangle.base(this, 'constructor'); /** * @private @@ -31,8 +31,8 @@ org.apache.flex.core.FilledRectangle = function() { */ this.fillColor_ = 0; }; -goog.inherits(org.apache.flex.core.FilledRectangle, - org.apache.flex.core.UIBase); +goog.inherits(org_apache_flex_core_FilledRectangle, + org_apache_flex_core_UIBase); /** @@ -40,16 +40,16 @@ goog.inherits(org.apache.flex.core.FilledRectangle, * * @type {Object.>} */ -org.apache.flex.core.FilledRectangle.prototype.FLEXJS_CLASS_INFO = +org_apache_flex_core_FilledRectangle.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'FilledRectangle', - qName: 'org.apache.flex.core.FilledRectangle' }] }; + qName: 'org_apache_flex_core_FilledRectangle' }] }; /** * @override */ -org.apache.flex.core.FilledRectangle.prototype.addedToParent = function() { - org.apache.flex.core.FilledRectangle.base(this, 'addedToParent'); +org_apache_flex_core_FilledRectangle.prototype.addedToParent = function() { + org_apache_flex_core_FilledRectangle.base(this, 'addedToParent'); this.drawRect(this.get_x(), this.get_y(), this.get_width(), this.get_height()); }; @@ -58,7 +58,7 @@ org.apache.flex.core.FilledRectangle.prototype.addedToParent = function() { * @expose * @return {number} The fill color. */ -org.apache.flex.core.UIBase.prototype.get_fillColor = function() { +org_apache_flex_core_UIBase.prototype.get_fillColor = function() { return this.fillColor_; }; @@ -66,7 +66,7 @@ org.apache.flex.core.UIBase.prototype.get_fillColor = function() { /** * @param {number} value The fill color. */ -org.apache.flex.core.UIBase.prototype.set_fillColor = function(value) { +org_apache_flex_core_UIBase.prototype.set_fillColor = function(value) { this.fillColor_ = value; }; @@ -78,7 +78,7 @@ org.apache.flex.core.UIBase.prototype.set_fillColor = function(value) { * @param {number} width The width. * @param {number} height The height. */ -org.apache.flex.core.UIBase.prototype.drawRect = function(x, y, width, height) { +org_apache_flex_core_UIBase.prototype.drawRect = function(x, y, width, height) { this.element.style.position = 'absolute'; this.element.style.backgroundColor = '#' + this.fillColor_.toString(16); if (!isNaN(x)) this.set_x(x); http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/core/FormatBase.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/FormatBase.js b/frameworks/js/FlexJS/src/org/apache/flex/core/FormatBase.js index 010e560..9799929 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/core/FormatBase.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/core/FormatBase.js @@ -17,23 +17,23 @@ * @suppress {checkTypes} */ -goog.provide('org.apache.flex.core.FormatBase'); +goog.provide('org_apache_flex_core_FormatBase'); -goog.require('org.apache.flex.core.IFormatBead'); -goog.require('org.apache.flex.events.EventDispatcher'); +goog.require('org_apache_flex_core_IFormatBead'); +goog.require('org_apache_flex_events_EventDispatcher'); /** * @constructor - * @implements {org.apache.flex.core.IFormatBead} - * @extends {org.apache.flex.events.EventDispatcher} + * @implements {org_apache_flex_core_IFormatBead} + * @extends {org_apache_flex_events_EventDispatcher} */ -org.apache.flex.core.FormatBase = function() { +org_apache_flex_core_FormatBase = function() { goog.base(this); }; -goog.inherits(org.apache.flex.core.FormatBase, - org.apache.flex.events.EventDispatcher); +goog.inherits(org_apache_flex_core_FormatBase, + org_apache_flex_events_EventDispatcher); /** @@ -41,24 +41,24 @@ goog.inherits(org.apache.flex.core.FormatBase, * * @type {Object.>} */ -org.apache.flex.core.FormatBase.prototype.FLEXJS_CLASS_INFO = +org_apache_flex_core_FormatBase.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'FormatBase', - qName: 'org.apache.flex.core.FormatBase' }], - interfaces: [org.apache.flex.core.IFormatBead] }; + qName: 'org_apache_flex_core_FormatBase' }], + interfaces: [org_apache_flex_core_IFormatBead] }; /** * @private - * @type {org.apache.flex.core.IStrand} + * @type {org_apache_flex_core_IStrand} */ -org.apache.flex.core.FormatBase.prototype.strand_ = null; +org_apache_flex_core_FormatBase.prototype.strand_ = null; /** * @expose - * @param {org.apache.flex.core.IStrand} value + * @param {org_apache_flex_core_IStrand} value */ -org.apache.flex.core.FormatBase.prototype.set_strand = function(value) { +org_apache_flex_core_FormatBase.prototype.set_strand = function(value) { this.strand_ = value; }; @@ -66,26 +66,26 @@ org.apache.flex.core.FormatBase.prototype.set_strand = function(value) { /** * @type {string} */ -org.apache.flex.core.FormatBase.prototype._propertyName = 'text'; +org_apache_flex_core_FormatBase.prototype._propertyName = 'text'; /** * @type {string} */ -org.apache.flex.core.FormatBase.prototype._eventName = 'textChange'; +org_apache_flex_core_FormatBase.prototype._eventName = 'textChange'; /** * @type {string} */ -org.apache.flex.core.FormatBase.prototype._formattedResult = ''; +org_apache_flex_core_FormatBase.prototype._formattedResult = ''; /** * @expose * @return {Object} */ -org.apache.flex.core.FormatBase.prototype.get_propertyValue = function() { +org_apache_flex_core_FormatBase.prototype.get_propertyValue = function() { var value = this.strand_['get_' + this.get_propertyName()](); return value; }; @@ -95,7 +95,7 @@ org.apache.flex.core.FormatBase.prototype.get_propertyValue = function() { * @expose * @return {string} */ -org.apache.flex.core.FormatBase.prototype.get_propertyName = function() { +org_apache_flex_core_FormatBase.prototype.get_propertyName = function() { if (this._propertyName == null) { this._propertyName = 'text'; } @@ -107,7 +107,7 @@ org.apache.flex.core.FormatBase.prototype.get_propertyName = function() { * @expose * @param {string} value */ -org.apache.flex.core.FormatBase.prototype.set_propertyName = function(value) { +org_apache_flex_core_FormatBase.prototype.set_propertyName = function(value) { this._propertyName = value; }; @@ -116,7 +116,7 @@ org.apache.flex.core.FormatBase.prototype.set_propertyName = function(value) { * @expose * @return {string} */ -org.apache.flex.core.FormatBase.prototype.get_eventName = function() { +org_apache_flex_core_FormatBase.prototype.get_eventName = function() { if (this._eventName == null) { return this._propertyName + 'Change'; } @@ -128,7 +128,7 @@ org.apache.flex.core.FormatBase.prototype.get_eventName = function() { * @expose * @param {string} value */ -org.apache.flex.core.FormatBase.prototype.set_eventName = function(value) { +org_apache_flex_core_FormatBase.prototype.set_eventName = function(value) { this._eventName = value; }; @@ -137,7 +137,7 @@ org.apache.flex.core.FormatBase.prototype.set_eventName = function(value) { * @expose * @return {string} */ -org.apache.flex.core.FormatBase.prototype.get_formattedString = function() { +org_apache_flex_core_FormatBase.prototype.get_formattedString = function() { return null; }; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/core/HTMLElementWrapper.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/HTMLElementWrapper.js b/frameworks/js/FlexJS/src/org/apache/flex/core/HTMLElementWrapper.js index 4295ea4..cc38ec7 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/core/HTMLElementWrapper.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/core/HTMLElementWrapper.js @@ -12,24 +12,24 @@ * limitations under the License. */ -goog.provide('org.apache.flex.core.HTMLElementWrapper'); +goog.provide('org_apache_flex_core_HTMLElementWrapper'); -goog.require('org.apache.flex.core.IBeadModel'); -goog.require('org.apache.flex.core.IStrand'); -goog.require('org.apache.flex.events.EventDispatcher'); -goog.require('org.apache.flex.utils.Language'); +goog.require('org_apache_flex_core_IBeadModel'); +goog.require('org_apache_flex_core_IStrand'); +goog.require('org_apache_flex_events_EventDispatcher'); +goog.require('org_apache_flex_utils_Language'); /** * @constructor - * @extends {org.apache.flex.events.EventDispatcher} + * @extends {org_apache_flex_events_EventDispatcher} */ -org.apache.flex.core.HTMLElementWrapper = function() { - org.apache.flex.core.HTMLElementWrapper.base(this, 'constructor'); +org_apache_flex_core_HTMLElementWrapper = function() { + org_apache_flex_core_HTMLElementWrapper.base(this, 'constructor'); }; -goog.inherits(org.apache.flex.core.HTMLElementWrapper, - org.apache.flex.events.EventDispatcher); +goog.inherits(org_apache_flex_core_HTMLElementWrapper, + org_apache_flex_events_EventDispatcher); /** @@ -37,38 +37,38 @@ goog.inherits(org.apache.flex.core.HTMLElementWrapper, * * @type {Object.>} */ -org.apache.flex.core.HTMLElementWrapper.prototype.FLEXJS_CLASS_INFO = +org_apache_flex_core_HTMLElementWrapper.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'HTMLElementWrapper', - qName: 'org.apache.flex.core.HTMLElementWrapper' }], - interfaces: [org.apache.flex.core.IStrand] }; + qName: 'org_apache_flex_core_HTMLElementWrapper' }], + interfaces: [org_apache_flex_core_IStrand] }; /** * @expose * @type {EventTarget} */ -org.apache.flex.core.HTMLElementWrapper.prototype.element = null; +org_apache_flex_core_HTMLElementWrapper.prototype.element = null; /** * @protected * @type {Array.} */ -org.apache.flex.core.HTMLElementWrapper.prototype.strand = null; +org_apache_flex_core_HTMLElementWrapper.prototype.strand = null; /** * @expose * @param {Object} bead The new bead. */ -org.apache.flex.core.HTMLElementWrapper.prototype.addBead = function(bead) { +org_apache_flex_core_HTMLElementWrapper.prototype.addBead = function(bead) { if (!this.strand) { this.strand = []; } this.strand.push(bead); - if (org.apache.flex.utils.Language.is(bead, org.apache.flex.core.IBeadModel)) { + if (org_apache_flex_utils_Language.is(bead, org_apache_flex_core_IBeadModel)) { this.model = bead; } @@ -81,7 +81,7 @@ org.apache.flex.core.HTMLElementWrapper.prototype.addBead = function(bead) { * @param {!Object} classOrInterface The requested bead type. * @return {Object} The bead. */ -org.apache.flex.core.HTMLElementWrapper.prototype.getBeadByType = +org_apache_flex_core_HTMLElementWrapper.prototype.getBeadByType = function(classOrInterface) { var bead, i, n; @@ -89,7 +89,7 @@ org.apache.flex.core.HTMLElementWrapper.prototype.getBeadByType = for (i = 0; i < n; i++) { bead = this.strand[i]; - if (org.apache.flex.utils.Language.is(bead, classOrInterface)) { + if (org_apache_flex_utils_Language.is(bead, classOrInterface)) { return bead; } } @@ -102,7 +102,7 @@ org.apache.flex.core.HTMLElementWrapper.prototype.getBeadByType = * @expose * @return {Array} The array of descriptors. */ -org.apache.flex.core.HTMLElementWrapper.prototype.get_MXMLDescriptor = +org_apache_flex_core_HTMLElementWrapper.prototype.get_MXMLDescriptor = function() { return null; }; @@ -113,7 +113,7 @@ org.apache.flex.core.HTMLElementWrapper.prototype.get_MXMLDescriptor = * @param {Object} bead The bead to remove. * @return {Object} The bead. */ -org.apache.flex.core.HTMLElementWrapper.prototype.removeBead = function(bead) { +org_apache_flex_core_HTMLElementWrapper.prototype.removeBead = function(bead) { var i, n, value; n = this.strand.length; @@ -172,7 +172,7 @@ goog.events.BrowserEvent.prototype.get_target = function() { * Hack to allow event.currentTarget expressions to work * * @expose - * @return {Object} The wrapping object. + * @return {?Node|Object} The wrapping object. */ goog.events.BrowserEvent.prototype.get_currentTarget = function() { // if it is a faked event so just return the currentTarget http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/core/IBead.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/IBead.js b/frameworks/js/FlexJS/src/org/apache/flex/core/IBead.js index a6f7cb1..3586a37 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/core/IBead.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/core/IBead.js @@ -17,7 +17,7 @@ * @suppress {checkTypes} */ -goog.provide('org.apache.flex.core.IBead'); +goog.provide('org_apache_flex_core_IBead'); @@ -26,7 +26,7 @@ goog.provide('org.apache.flex.core.IBead'); * * @interface */ -org.apache.flex.core.IBead = function() { +org_apache_flex_core_IBead = function() { }; @@ -35,16 +35,16 @@ org.apache.flex.core.IBead = function() { * * @type {Object.>} */ -org.apache.flex.core.IBead.prototype.FLEXJS_CLASS_INFO = +org_apache_flex_core_IBead.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'IBead', - qName: 'org.apache.flex.core.IBead' }] }; + qName: 'org_apache_flex_core_IBead' }] }; /** * set_strand() * * @expose - * @param {org.apache.flex.core.IStrand} value The new host. + * @param {org_apache_flex_core_IStrand} value The new host. */ -org.apache.flex.core.IBead.prototype.set_strand = +org_apache_flex_core_IBead.prototype.set_strand = function(value) {}; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/core/IBeadController.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/IBeadController.js b/frameworks/js/FlexJS/src/org/apache/flex/core/IBeadController.js index 8537592..87dacd3 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/core/IBeadController.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/core/IBeadController.js @@ -17,17 +17,17 @@ * @suppress {checkTypes} */ -goog.provide('org.apache.flex.core.IBeadController'); +goog.provide('org_apache_flex_core_IBeadController'); -goog.require('org.apache.flex.core.IBead'); +goog.require('org_apache_flex_core_IBead'); /** * @interface - * @extends {org.apache.flex.core.IBead} + * @extends {org_apache_flex_core_IBead} */ -org.apache.flex.core.IBeadController = function() { +org_apache_flex_core_IBeadController = function() { }; @@ -36,7 +36,7 @@ org.apache.flex.core.IBeadController = function() { * * @type {Object.>} */ -org.apache.flex.core.IBeadController.prototype.FLEXJS_CLASS_INFO = +org_apache_flex_core_IBeadController.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'IBeadController', - qName: 'org.apache.flex.core.IBeadController' }], - interfaces: [org.apache.flex.core.IBead] }; + qName: 'org_apache_flex_core_IBeadController' }], + interfaces: [org_apache_flex_core_IBead] }; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/core/IBeadLayout.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/IBeadLayout.js b/frameworks/js/FlexJS/src/org/apache/flex/core/IBeadLayout.js index 95fdc61..799c309 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/core/IBeadLayout.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/core/IBeadLayout.js @@ -17,17 +17,17 @@ * @suppress {checkTypes} */ -goog.provide('org.apache.flex.core.IBeadLayout'); +goog.provide('org_apache_flex_core_IBeadLayout'); -goog.require('org.apache.flex.core.IBead'); +goog.require('org_apache_flex_core_IBead'); /** * @interface - * @extends {org.apache.flex.core.IBead} + * @extends {org_apache_flex_core_IBead} */ -org.apache.flex.core.IBeadLayout = function() { +org_apache_flex_core_IBeadLayout = function() { }; @@ -36,7 +36,7 @@ org.apache.flex.core.IBeadLayout = function() { * * @type {Object.>} */ -org.apache.flex.core.IBeadLayout.prototype.FLEXJS_CLASS_INFO = +org_apache_flex_core_IBeadLayout.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'IBeadLayout', - qName: 'org.apache.flex.core.IBeadLayout' }], - interfaces: [org.apache.flex.core.IBead] }; + qName: 'org_apache_flex_core_IBeadLayout' }], + interfaces: [org_apache_flex_core_IBead] }; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/core/IBeadModel.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/IBeadModel.js b/frameworks/js/FlexJS/src/org/apache/flex/core/IBeadModel.js index eddad4b..476e088 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/core/IBeadModel.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/core/IBeadModel.js @@ -17,19 +17,19 @@ * @suppress {checkTypes} */ -goog.provide('org.apache.flex.core.IBeadModel'); +goog.provide('org_apache_flex_core_IBeadModel'); -goog.require('org.apache.flex.core.IBead'); -goog.require('org.apache.flex.events.IEventDispatcher'); +goog.require('org_apache_flex_core_IBead'); +goog.require('org_apache_flex_events_IEventDispatcher'); /** * @interface - * @extends {org.apache.flex.core.IBead} - * @extends {org.apache.flex.events.IEventDispatcher} + * @extends {org_apache_flex_core_IBead} + * @extends {org_apache_flex_events_IEventDispatcher} */ -org.apache.flex.core.IBeadModel = function() { +org_apache_flex_core_IBeadModel = function() { }; @@ -38,8 +38,8 @@ org.apache.flex.core.IBeadModel = function() { * * @type {Object.>} */ -org.apache.flex.core.IBeadModel.prototype.FLEXJS_CLASS_INFO = +org_apache_flex_core_IBeadModel.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'IBeadModel', - qName: 'org.apache.flex.core.IBeadModel' }], - interfaces: [org.apache.flex.core.IBead, - org.apache.flex.events.IEventDispatcher] }; + qName: 'org_apache_flex_core_IBeadModel' }], + interfaces: [org_apache_flex_core_IBead, + org_apache_flex_events_IEventDispatcher] }; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/core/IBeadView.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/IBeadView.js b/frameworks/js/FlexJS/src/org/apache/flex/core/IBeadView.js index 5cac33f..c5550bb 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/core/IBeadView.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/core/IBeadView.js @@ -17,14 +17,14 @@ * @suppress {checkTypes} */ -goog.provide('org.apache.flex.core.IBeadView'); +goog.provide('org_apache_flex_core_IBeadView'); /** * @interface */ -org.apache.flex.core.IBeadView = function() { +org_apache_flex_core_IBeadView = function() { }; @@ -33,6 +33,6 @@ org.apache.flex.core.IBeadView = function() { * * @type {Object.>} */ -org.apache.flex.core.IBeadView.prototype.FLEXJS_CLASS_INFO = +org_apache_flex_core_IBeadView.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'IBeadView', - qName: 'org.apache.flex.core.IBeadView' }] }; + qName: 'org_apache_flex_core_IBeadView' }] }; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/core/IChild.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/IChild.js b/frameworks/js/FlexJS/src/org/apache/flex/core/IChild.js index dde711a..c1b5363 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/core/IChild.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/core/IChild.js @@ -13,28 +13,28 @@ */ /** - * org.apache.flex.core.IChild + * org_apache_flex_core_IChild * * @fileoverview * * @suppress {checkTypes} */ -goog.provide('org.apache.flex.core.IChild'); +goog.provide('org_apache_flex_core_IChild'); /** * @interface */ -org.apache.flex.core.IChild = function() { +org_apache_flex_core_IChild = function() { }; /** * @return {Object} The parent of the child. */ -org.apache.flex.core.IChild.prototype.get_parent = function() {}; +org_apache_flex_core_IChild.prototype.get_parent = function() {}; /** @@ -42,6 +42,6 @@ org.apache.flex.core.IChild.prototype.get_parent = function() {}; * * @type {Object.>} */ -org.apache.flex.core.IChild.prototype.FLEXJS_CLASS_INFO = { - names: [{ name: 'IChild', qName: 'org.apache.flex.core.IChild'}] +org_apache_flex_core_IChild.prototype.FLEXJS_CLASS_INFO = { + names: [{ name: 'IChild', qName: 'org_apache_flex_core_IChild'}] }; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/core/IContainer.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/IContainer.js b/frameworks/js/FlexJS/src/org/apache/flex/core/IContainer.js index 50cfcc7..8a835a5 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/core/IContainer.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/core/IContainer.js @@ -13,38 +13,38 @@ */ /** - * org.apache.flex.core.IContainer + * org_apache_flex_core_IContainer * * @fileoverview * * @suppress {checkTypes} */ -goog.provide('org.apache.flex.core.IContainer'); +goog.provide('org_apache_flex_core_IContainer'); -goog.require('org.apache.flex.core.IParent'); +goog.require('org_apache_flex_core_IParent'); /** * @interface - * @extends {org.apache.flex.core.IParent} + * @extends {org_apache_flex_core_IParent} */ -org.apache.flex.core.IContainer = function() { +org_apache_flex_core_IContainer = function() { }; /** * @return {Array} All of the children of the container. */ -org.apache.flex.core.IContainer.prototype.getChildren = function() {}; +org_apache_flex_core_IContainer.prototype.getChildren = function() {}; /** * Called after all of the children have been added to the container. * @return {void} */ -org.apache.flex.core.IContainer.prototype.childrenAdded = function() {}; +org_apache_flex_core_IContainer.prototype.childrenAdded = function() {}; /** @@ -52,7 +52,7 @@ org.apache.flex.core.IContainer.prototype.childrenAdded = function() {}; * * @type {Object.>} */ -org.apache.flex.core.IContainer.prototype.FLEXJS_CLASS_INFO = { - names: [{ name: 'IContainer', qName: 'org.apache.flex.core.IContainer'}], - interfaces: [org.apache.flex.core.IParent] +org_apache_flex_core_IContainer.prototype.FLEXJS_CLASS_INFO = { + names: [{ name: 'IContainer', qName: 'org_apache_flex_core_IContainer'}], + interfaces: [org_apache_flex_core_IParent] }; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/core/IContentView.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/IContentView.js b/frameworks/js/FlexJS/src/org/apache/flex/core/IContentView.js index d326978..bdc71b5 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/core/IContentView.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/core/IContentView.js @@ -13,84 +13,84 @@ */ /** - * org.apache.flex.core.IContentView + * org_apache_flex_core_IContentView * * @fileoverview * * @suppress {checkTypes} */ -goog.provide('org.apache.flex.core.IContentView'); +goog.provide('org_apache_flex_core_IContentView'); /** * @interface */ -org.apache.flex.core.IContentView = function() { +org_apache_flex_core_IContentView = function() { }; /** * @return {number} x position. */ -org.apache.flex.core.IContentView.prototype.get_x = function() {}; +org_apache_flex_core_IContentView.prototype.get_x = function() {}; /** * @param {number} value x position. */ -org.apache.flex.core.IContentView.prototype.set_x = function(value) {}; +org_apache_flex_core_IContentView.prototype.set_x = function(value) {}; /** * @return {number} y position. */ -org.apache.flex.core.IContentView.prototype.get_y = function() {}; +org_apache_flex_core_IContentView.prototype.get_y = function() {}; /** * @param {number} value y position. */ -org.apache.flex.core.IContentView.prototype.set_y = function(value) {}; +org_apache_flex_core_IContentView.prototype.set_y = function(value) {}; /** * @return {number} Component width. */ -org.apache.flex.core.IContentView.prototype.get_width = function() {}; +org_apache_flex_core_IContentView.prototype.get_width = function() {}; /** * @param {number} value Component width. */ -org.apache.flex.core.IContentView.prototype.set_width = function(value) {}; +org_apache_flex_core_IContentView.prototype.set_width = function(value) {}; /** * @return {number} Component height. */ -org.apache.flex.core.IContentView.prototype.get_height = function() {}; +org_apache_flex_core_IContentView.prototype.get_height = function() {}; /** * @param {number} value Component height. */ -org.apache.flex.core.IContentView.prototype.set_height = function(value) {}; +org_apache_flex_core_IContentView.prototype.set_height = function(value) {}; /** * Adds a new element to component. * @param {Object} value The child element being added. */ -org.apache.flex.core.IContentView.prototype.addElement = function(value) {}; +org_apache_flex_core_IContentView.prototype.addElement = function(value) {}; /** * Removes all of the component's children. * @return {void} */ -org.apache.flex.core.IContentView.prototype.removeAllElements = function() {}; +org_apache_flex_core_IContentView.prototype.removeAllElements = function() {}; /** @@ -98,6 +98,6 @@ org.apache.flex.core.IContentView.prototype.removeAllElements = function() {}; * * @type {Object.>} */ -org.apache.flex.core.IContentView.prototype.FLEXJS_CLASS_INFO = { - names: [{ name: 'IContentView', qName: 'org.apache.flex.core.IContentView'}] +org_apache_flex_core_IContentView.prototype.FLEXJS_CLASS_INFO = { + names: [{ name: 'IContentView', qName: 'org_apache_flex_core_IContentView'}] }; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/core/IDataGridModel.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/IDataGridModel.js b/frameworks/js/FlexJS/src/org/apache/flex/core/IDataGridModel.js index 12dd93a..4578798 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/core/IDataGridModel.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/core/IDataGridModel.js @@ -17,17 +17,17 @@ * @suppress {checkTypes} */ -goog.provide('org.apache.flex.core.IDataGridModel'); +goog.provide('org_apache_flex_core_IDataGridModel'); -goog.require('org.apache.flex.core.ISelectionModel'); +goog.require('org_apache_flex_core_ISelectionModel'); /** * @interface - * @extends {org.apache.flex.core.ISelectionModel} + * @extends {org_apache_flex_core_ISelectionModel} */ -org.apache.flex.core.IDataGridModel = function() { +org_apache_flex_core_IDataGridModel = function() { }; @@ -35,7 +35,7 @@ org.apache.flex.core.IDataGridModel = function() { * @const * @type {Object.>} */ -org.apache.flex.core.IDataGridModel.prototype.FLEXJS_CLASS_INFO = +org_apache_flex_core_IDataGridModel.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'IDataGridModel', - qName: 'org.apache.flex.core.IDataGridModel' }], - interfaces: [org.apache.flex.core.ISelectionModel] }; + qName: 'org_apache_flex_core_IDataGridModel' }], + interfaces: [org_apache_flex_core_ISelectionModel] }; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/core/IDataProviderItemRendererMapper.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/IDataProviderItemRendererMapper.js b/frameworks/js/FlexJS/src/org/apache/flex/core/IDataProviderItemRendererMapper.js index d44593c..e4156a9 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/core/IDataProviderItemRendererMapper.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/core/IDataProviderItemRendererMapper.js @@ -13,24 +13,24 @@ */ /** - * org.apache.flex.html.beads.IDataProviderItemRendererMapper + * org_apache_flex_html_beads_IDataProviderItemRendererMapper * * @fileoverview * * @suppress {checkTypes} */ -goog.provide('org.apache.flex.core.IDataProviderItemRendererMapper'); +goog.provide('org_apache_flex_core_IDataProviderItemRendererMapper'); -goog.require('org.apache.flex.core.IBead'); +goog.require('org_apache_flex_core_IBead'); /** * @interface - * @extends {org.apache.flex.core.IBead} + * @extends {org_apache_flex_core_IBead} */ -org.apache.flex.core.IDataProviderItemRendererMapper = +org_apache_flex_core_IDataProviderItemRendererMapper = function() { }; @@ -38,7 +38,7 @@ function() { /** * @expose */ -org.apache.flex.core.IDataProviderItemRendererMapper.prototype.itemRendererFactory = null; +org_apache_flex_core_IDataProviderItemRendererMapper.prototype.itemRendererFactory = null; /** @@ -46,8 +46,8 @@ org.apache.flex.core.IDataProviderItemRendererMapper.prototype.itemRendererFacto * * @type {Object.>} */ -org.apache.flex.core.IDataProviderItemRendererMapper.prototype.FLEXJS_CLASS_INFO = { +org_apache_flex_core_IDataProviderItemRendererMapper.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'IDataProviderItemRendererMapper', - qName: 'org.apache.flex.core.IDataProviderItemRendererMapper'}], - interfaces: [org.apache.flex.core.IBead] + qName: 'org_apache_flex_core_IDataProviderItemRendererMapper'}], + interfaces: [org_apache_flex_core_IBead] }; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/core/IDocument.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/IDocument.js b/frameworks/js/FlexJS/src/org/apache/flex/core/IDocument.js index 1db24e1..3c1ebf1 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/core/IDocument.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/core/IDocument.js @@ -17,7 +17,7 @@ * @suppress {checkTypes} */ -goog.provide('org.apache.flex.core.IDocument'); +goog.provide('org_apache_flex_core_IDocument'); @@ -26,7 +26,7 @@ goog.provide('org.apache.flex.core.IDocument'); * * @interface */ -org.apache.flex.core.IDocument = function() { +org_apache_flex_core_IDocument = function() { }; @@ -35,9 +35,9 @@ org.apache.flex.core.IDocument = function() { * * @type {Object.>} */ -org.apache.flex.core.IDocument.prototype.FLEXJS_CLASS_INFO = +org_apache_flex_core_IDocument.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'IDocument', - qName: 'org.apache.flex.core.IDocument' }] }; + qName: 'org_apache_flex_core_IDocument' }] }; /** @@ -47,5 +47,5 @@ org.apache.flex.core.IDocument.prototype.FLEXJS_CLASS_INFO = * @param {Object} document The DOM document element. * @param {string=} opt_id The id (optional). */ -org.apache.flex.core.IDocument.prototype.setDocument = +org_apache_flex_core_IDocument.prototype.setDocument = function(document, opt_id) {}; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/core/IEffectTimer.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/IEffectTimer.js b/frameworks/js/FlexJS/src/org/apache/flex/core/IEffectTimer.js index 5880318..c727db3 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/core/IEffectTimer.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/core/IEffectTimer.js @@ -13,24 +13,24 @@ */ /** - * org.apache.flex.core.IEffectTimer + * org_apache_flex_core_IEffectTimer * * @fileoverview * * @suppress {checkTypes} */ -goog.provide('org.apache.flex.core.IEffectTimer'); +goog.provide('org_apache_flex_core_IEffectTimer'); -goog.require('org.apache.flex.events.IEventDispatcher'); +goog.require('org_apache_flex_events_IEventDispatcher'); /** * @interface - * @extends {org.apache.flex.events.IEventDispatcher} + * @extends {org_apache_flex_events_IEventDispatcher} */ -org.apache.flex.core.IEffectTimer = function() { +org_apache_flex_core_IEffectTimer = function() { }; @@ -39,7 +39,7 @@ org.apache.flex.core.IEffectTimer = function() { * * @type {Object.>} */ -org.apache.flex.core.IEffectTimer.prototype.FLEXJS_CLASS_INFO = { - names: [{ name: 'IEffectTimer', qName: 'org.apache.flex.core.IEffectTimer'}], - interfaces: [org.apache.flex.events.IEventDispatcher] +org_apache_flex_core_IEffectTimer.prototype.FLEXJS_CLASS_INFO = { + names: [{ name: 'IEffectTimer', qName: 'org_apache_flex_core_IEffectTimer'}], + interfaces: [org_apache_flex_events_IEventDispatcher] }; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/core/IFormatBead.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/IFormatBead.js b/frameworks/js/FlexJS/src/org/apache/flex/core/IFormatBead.js index 541d6ff..ad8b1b2 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/core/IFormatBead.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/core/IFormatBead.js @@ -17,47 +17,47 @@ * @suppress {checkTypes} */ -goog.provide('org.apache.flex.core.IFormatBead'); +goog.provide('org_apache_flex_core_IFormatBead'); /** * @interface - * @extends {org.apache.flex.core.IBead} - * @extends {org.apache.flex.events.IEventDispatcher} + * @extends {org_apache_flex_core_IBead} + * @extends {org_apache_flex_events_IEventDispatcher} */ -org.apache.flex.core.IFormatBead = function() { +org_apache_flex_core_IFormatBead = function() { }; /** * @return {string} */ -org.apache.flex.core.IFormatBead.prototype.get_propertyName = function() {}; +org_apache_flex_core_IFormatBead.prototype.get_propertyName = function() {}; /** * @param {string} value */ -org.apache.flex.core.IFormatBead.prototype.set_propertyName = function(value) {}; +org_apache_flex_core_IFormatBead.prototype.set_propertyName = function(value) {}; /** * @return {string} */ -org.apache.flex.core.IFormatBead.prototype.get_eventName = function() {}; +org_apache_flex_core_IFormatBead.prototype.get_eventName = function() {}; /** * @param {string} value */ -org.apache.flex.core.IFormatBead.prototype.set_eventName = function(value) {}; +org_apache_flex_core_IFormatBead.prototype.set_eventName = function(value) {}; /** * @return {string} */ -org.apache.flex.core.IFormatBead.prototype.get_formattedString = function() {}; +org_apache_flex_core_IFormatBead.prototype.get_formattedString = function() {}; /** @@ -65,7 +65,7 @@ org.apache.flex.core.IFormatBead.prototype.get_formattedString = function() {}; * * @type {Object.>} */ -org.apache.flex.core.IFormatBead.prototype.FLEXJS_CLASS_INFO = { - names: [{ name: 'IFormatBead', qName: 'org.apache.flex.core.IFormatBead'}], - interfaces: [org.apache.flex.core.IBead, org.apache.flex.events.IEventDispatcher] +org_apache_flex_core_IFormatBead.prototype.FLEXJS_CLASS_INFO = { + names: [{ name: 'IFormatBead', qName: 'org_apache_flex_core_IFormatBead'}], + interfaces: [org_apache_flex_core_IBead, org_apache_flex_events_IEventDispatcher] }; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/core/IItemRenderer.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/IItemRenderer.js b/frameworks/js/FlexJS/src/org/apache/flex/core/IItemRenderer.js index 6366f8e..56cb573 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/core/IItemRenderer.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/core/IItemRenderer.js @@ -17,14 +17,14 @@ * @suppress {checkTypes} */ -goog.provide('org.apache.flex.core.IItemRenderer'); +goog.provide('org_apache_flex_core_IItemRenderer'); /** * @interface */ -org.apache.flex.core.IItemRenderer = function() { +org_apache_flex_core_IItemRenderer = function() { }; @@ -33,6 +33,6 @@ org.apache.flex.core.IItemRenderer = function() { * * @type {Object.>} */ -org.apache.flex.core.IItemRenderer.prototype.FLEXJS_CLASS_INFO = +org_apache_flex_core_IItemRenderer.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'IItemRenderer', - qName: 'org.apache.flex.core.IItemRenderer' }] }; + qName: 'org_apache_flex_core_IItemRenderer' }] }; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/core/IItemRendererClassFactory.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/IItemRendererClassFactory.js b/frameworks/js/FlexJS/src/org/apache/flex/core/IItemRendererClassFactory.js index 297121e..dd4b195 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/core/IItemRendererClassFactory.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/core/IItemRendererClassFactory.js @@ -17,14 +17,14 @@ * @suppress {checkTypes} */ -goog.provide('org.apache.flex.core.IItemRendererClassFactory'); +goog.provide('org_apache_flex_core_IItemRendererClassFactory'); /** * @interface */ -org.apache.flex.core.IItemRendererClassFactory = function() { +org_apache_flex_core_IItemRendererClassFactory = function() { }; @@ -33,6 +33,6 @@ org.apache.flex.core.IItemRendererClassFactory = function() { * * @type {Object.>} */ -org.apache.flex.core.IItemRendererClassFactory.prototype.FLEXJS_CLASS_INFO = +org_apache_flex_core_IItemRendererClassFactory.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'IItemRendererClassFactory', - qName: 'org.apache.flex.core.IItemRendererClassFactory' }] }; + qName: 'org_apache_flex_core_IItemRendererClassFactory' }] }; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/core/IItemRendererFactory.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/IItemRendererFactory.js b/frameworks/js/FlexJS/src/org/apache/flex/core/IItemRendererFactory.js index df712dc..2bb3ab5 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/core/IItemRendererFactory.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/core/IItemRendererFactory.js @@ -17,14 +17,14 @@ * @suppress {checkTypes} */ -goog.provide('org.apache.flex.core.IItemRendererFactory'); +goog.provide('org_apache_flex_core_IItemRendererFactory'); /** * @interface */ -org.apache.flex.core.IItemRendererFactory = function() { +org_apache_flex_core_IItemRendererFactory = function() { }; @@ -33,13 +33,13 @@ org.apache.flex.core.IItemRendererFactory = function() { * * @type {Object.>} */ -org.apache.flex.core.IItemRendererFactory.prototype.FLEXJS_CLASS_INFO = +org_apache_flex_core_IItemRendererFactory.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'IItemRendererFactory', - qName: 'org.apache.flex.core.IItemRendererFactory' }] }; + qName: 'org_apache_flex_core_IItemRendererFactory' }] }; /** * @expose * @return {Object} A new instance of the itemRenderer. */ -org.apache.flex.core.IItemRendererFactory.prototype.newInstance = function() {}; \ No newline at end of file +org_apache_flex_core_IItemRendererFactory.prototype.newInstance = function() {}; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/core/IItemRendererParent.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/IItemRendererParent.js b/frameworks/js/FlexJS/src/org/apache/flex/core/IItemRendererParent.js index 79dc296..e64f44a 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/core/IItemRendererParent.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/core/IItemRendererParent.js @@ -17,14 +17,14 @@ * @suppress {checkTypes} */ -goog.provide('org.apache.flex.core.IItemRendererParent'); +goog.provide('org_apache_flex_core_IItemRendererParent'); /** * @interface */ -org.apache.flex.core.IItemRendererParent = function() { +org_apache_flex_core_IItemRendererParent = function() { }; @@ -33,15 +33,15 @@ org.apache.flex.core.IItemRendererParent = function() { * * @type {Object.>} */ -org.apache.flex.core.IItemRendererParent.prototype.FLEXJS_CLASS_INFO = +org_apache_flex_core_IItemRendererParent.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'IItemRendererParent', - qName: 'org.apache.flex.core.IItemRendererParent' }] }; + qName: 'org_apache_flex_core_IItemRendererParent' }] }; /** * @expose * @param {number} index The selected index. */ -org.apache.flex.core.IItemRendererParent.prototype. +org_apache_flex_core_IItemRendererParent.prototype. getItemRendererForIndex = function(index) { }; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/core/ILayoutChild.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/ILayoutChild.js b/frameworks/js/FlexJS/src/org/apache/flex/core/ILayoutChild.js index 9ab3f1d..308d3d6 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/core/ILayoutChild.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/core/ILayoutChild.js @@ -17,16 +17,16 @@ * @suppress {checkTypes} */ -goog.provide('org.apache.flex.core.ILayoutChild'); +goog.provide('org_apache_flex_core_ILayoutChild'); -goog.require('org.apache.flex.core.IChild'); +goog.require('org_apache_flex_core_IChild'); /** * @interface */ -org.apache.flex.core.ILayoutChild = function() { +org_apache_flex_core_ILayoutChild = function() { }; @@ -35,8 +35,8 @@ org.apache.flex.core.ILayoutChild = function() { * * @type {Object.>} */ -org.apache.flex.core.ILayoutChild.prototype.FLEXJS_CLASS_INFO = +org_apache_flex_core_ILayoutChild.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'ILayoutChild', - qName: 'org.apache.flex.core.ILayoutChild' }], - interfaces: [org.apache.flex.core.IChild] }; + qName: 'org_apache_flex_core_ILayoutChild' }], + interfaces: [org_apache_flex_core_IChild] }; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/core/ILayoutParent.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/ILayoutParent.js b/frameworks/js/FlexJS/src/org/apache/flex/core/ILayoutParent.js index 2057ff2..d110e99 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/core/ILayoutParent.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/core/ILayoutParent.js @@ -17,14 +17,14 @@ * @suppress {checkTypes} */ -goog.provide('org.apache.flex.core.ILayoutParent'); +goog.provide('org_apache_flex_core_ILayoutParent'); /** * @interface */ -org.apache.flex.core.ILayoutParent = function() { +org_apache_flex_core_ILayoutParent = function() { }; @@ -33,41 +33,41 @@ org.apache.flex.core.ILayoutParent = function() { * * @type {Object.>} */ -org.apache.flex.core.ILayoutParent.prototype.FLEXJS_CLASS_INFO = +org_apache_flex_core_ILayoutParent.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'ILayoutParent', - qName: 'org.apache.flex.core.ILayoutParent' }] }; + qName: 'org_apache_flex_core_ILayoutParent' }] }; /** * @expose * @return {Object} The view that contains the layout objects. */ -org.apache.flex.core.ILayoutParent.prototype.get_contentView = function() {}; +org_apache_flex_core_ILayoutParent.prototype.get_contentView = function() {}; /** * @expose * @return {Object} The border for the layout area. */ -org.apache.flex.core.ILayoutParent.prototype.get_border = function() {}; +org_apache_flex_core_ILayoutParent.prototype.get_border = function() {}; /** * @expose * @return {Object} The vertical scrollbar. */ -org.apache.flex.core.ILayoutParent.prototype.get_vScrollBar = function() {}; +org_apache_flex_core_ILayoutParent.prototype.get_vScrollBar = function() {}; /** * @expose * @param {Object} value The vertical scrollbar. */ -org.apache.flex.core.ILayoutParent.prototype.set_vScrollBar = function(value) {}; +org_apache_flex_core_ILayoutParent.prototype.set_vScrollBar = function(value) {}; /** * @expose * @return {Object} The view that can be resized. */ -org.apache.flex.core.ILayoutParent.prototype.get_resizeableView = function() {}; \ No newline at end of file +org_apache_flex_core_ILayoutParent.prototype.get_resizeableView = function() {}; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/core/IListPresentationModel.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/IListPresentationModel.js b/frameworks/js/FlexJS/src/org/apache/flex/core/IListPresentationModel.js index 0921437..665590d 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/core/IListPresentationModel.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/core/IListPresentationModel.js @@ -13,25 +13,25 @@ */ /** - * org.apache.flex.core.IListPresentationModel + * org_apache_flex_core_IListPresentationModel * * @fileoverview * * @suppress {checkTypes} */ -goog.provide('org.apache.flex.core.IListPresentationModel'); +goog.provide('org_apache_flex_core_IListPresentationModel'); -goog.require('org.apache.flex.core.IBead'); +goog.require('org_apache_flex_core_IBead'); /** * @interface - * @extends {org.apache.flex.events.IEventDispatcher} - * @extends {org.apache.flex.core.IBead} + * @extends {org_apache_flex_events_IEventDispatcher} + * @extends {org_apache_flex_core_IBead} */ -org.apache.flex.core.IListPresentationModel = function() { +org_apache_flex_core_IListPresentationModel = function() { }; @@ -39,14 +39,14 @@ org.apache.flex.core.IListPresentationModel = function() { * @expose * @param {number} value The height of the rows. */ -org.apache.flex.core.IListPresentationModel.prototype.set_rowHeight = function(value) {}; +org_apache_flex_core_IListPresentationModel.prototype.set_rowHeight = function(value) {}; /** * @expose * @return {number} The height of the rows. */ -org.apache.flex.core.IListPresentationModel.prototype.get_rowHeight = function() {}; +org_apache_flex_core_IListPresentationModel.prototype.get_rowHeight = function() {}; /** @@ -54,6 +54,6 @@ org.apache.flex.core.IListPresentationModel.prototype.get_rowHeight = function() * * @type {Object.>} */ -org.apache.flex.core.IListPresentationModel.prototype.FLEXJS_CLASS_INFO = -{ names: [{ name: 'IListPresentationModel', qName: 'org.apache.flex.core.IListPresentationModel'}], - interfaces: [org.apache.flex.events.IEventDispatcher, org.apache.flex.core.IBead] }; +org_apache_flex_core_IListPresentationModel.prototype.FLEXJS_CLASS_INFO = +{ names: [{ name: 'IListPresentationModel', qName: 'org_apache_flex_core_IListPresentationModel'}], + interfaces: [org_apache_flex_events_IEventDispatcher, org_apache_flex_core_IBead] }; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49f207c4/frameworks/js/FlexJS/src/org/apache/flex/core/IMXMLDocument.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/IMXMLDocument.js b/frameworks/js/FlexJS/src/org/apache/flex/core/IMXMLDocument.js index 88c76e1..01c2adc 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/core/IMXMLDocument.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/core/IMXMLDocument.js @@ -17,7 +17,7 @@ * @suppress {checkTypes} */ -goog.provide('org.apache.flex.core.IMXMLDocument'); +goog.provide('org_apache_flex_core_IMXMLDocument'); @@ -26,7 +26,7 @@ goog.provide('org.apache.flex.core.IMXMLDocument'); * * @interface */ -org.apache.flex.core.IMXMLDocument = function() { +org_apache_flex_core_IMXMLDocument = function() { }; @@ -35,7 +35,7 @@ org.apache.flex.core.IMXMLDocument = function() { * * @type {Object.>} */ -org.apache.flex.core.IMXMLDocument.prototype.FLEXJS_CLASS_INFO = +org_apache_flex_core_IMXMLDocument.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'IMXMLDocument', - qName: 'org.apache.flex.core.IMXMLDocument' }] }; + qName: 'org_apache_flex_core_IMXMLDocument' }] };