http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/5be16a28/attic/qa/apps/qa-regress/WEB-INF/flex/mxml-manifest.xml ---------------------------------------------------------------------- diff --git a/attic/qa/apps/qa-regress/WEB-INF/flex/mxml-manifest.xml b/attic/qa/apps/qa-regress/WEB-INF/flex/mxml-manifest.xml new file mode 100644 index 0000000..f28ffba --- /dev/null +++ b/attic/qa/apps/qa-regress/WEB-INF/flex/mxml-manifest.xml @@ -0,0 +1,363 @@ +<?xml version="1.0"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--> + +<!-- + + MXML 2006 Components + + This manifest covers the MX component tags from the Flex 3 MXML 2006 + namespace as well as the ActionScript built-in types (Boolean, String, + Number, etc). + +--> +<componentPackage> + + <!-- framework --> + <component id="Accordion" class="mx.containers.Accordion"/> + <component id="AddChild" class="mx.states.AddChild"/> + <component id="AddChildAction" class="mx.effects.AddChildAction"/> + <component id="AddItemAction" class="mx.effects.AddItemAction"/> + <component id="AddItems" class="mx.states.AddItems"/> + <component id="AnimateProperty" class="mx.effects.AnimateProperty"/> + <component id="Application" class="mx.core.Application"/> + <component id="ApplicationControlBar" class="mx.containers.ApplicationControlBar"/> + <component id="ArrayCollection" class="mx.collections.ArrayCollection"/> + <component id="ArrayList" class="mx.collections.ArrayList"/> + <component id="BevelFilter" class="flash.filters.BevelFilter" lookupOnly="true"/> + <component id="BitmapFill" class="mx.graphics.BitmapFill"/> + <component id="BitmapFillMode" class="mx.graphics.BitmapFillMode"/> + <component id="Blur" class="mx.effects.Blur"/> + <component id="BlurFilter" class="flash.filters.BlurFilter" lookupOnly="true"/> + <component id="Box" class="mx.containers.Box"/> + <component id="Button" class="mx.controls.Button"/> + <component id="ButtonBar" class="mx.controls.ButtonBar"/> + <component id="Canvas" class="mx.containers.Canvas"/> + <component id="CheckBox" class="mx.controls.CheckBox"/> + <component id="ColorMatrixFilter" class="flash.filters.ColorMatrixFilter" lookupOnly="true"/> + <component id="ColorPicker" class="mx.controls.ColorPicker"/> + <component id="ColorTransform" class="flash.geom.ColorTransform" lookupOnly="true"/> + <component id="ComboBox" class="mx.controls.ComboBox"/> + <component id="TransformOffsets" class="mx.geom.TransformOffsets"/> + <component id="ConstraintColumn" class="mx.containers.utilityClasses.ConstraintColumn"/> + <component id="ConstraintRow" class="mx.containers.utilityClasses.ConstraintRow"/> + <component id="Container" class="mx.core.Container"/> + <component id="ControlBar" class="mx.containers.ControlBar"/> + <component id="ConvolutionFilter" class="flash.filters.ConvolutionFilter" lookupOnly="true"/> + <component id="CreditCardValidator" class="mx.validators.CreditCardValidator"/> + <component id="CurrencyFormatter" class="mx.formatters.CurrencyFormatter"/> + <component id="CurrencyValidator" class="mx.validators.CurrencyValidator"/> + <component id="DataGrid" class="mx.controls.DataGrid"/> + <component id="DataGridColumn" class="mx.controls.dataGridClasses.DataGridColumn"/> + <component id="DataGridItemRenderer" class="mx.controls.dataGridClasses.DataGridItemRenderer"/> + <component id="DateChooser" class="mx.controls.DateChooser"/> + <component id="DateField" class="mx.controls.DateField"/> + <component id="DateFormatter" class="mx.formatters.DateFormatter"/> + <component id="DateValidator" class="mx.validators.DateValidator"/> + <component id="DefaultListEffect" class="mx.effects.DefaultListEffect"/> + <component id="DefaultTileListEffect" class="mx.effects.DefaultTileListEffect"/> + <component id="DisplacementMapFilter" class="flash.filters.DisplacementMapFilter" lookupOnly="true"/> + <component id="Dissolve" class="mx.effects.Dissolve"/> + <component id="DividedBox" class="mx.containers.DividedBox"/> + <component id="DropShadowFilter" class="flash.filters.DropShadowFilter" lookupOnly="true"/> + <component id="EffectTargetFilter" class="mx.effects.EffectTargetFilter"/> + <component id="EmailValidator" class="mx.validators.EmailValidator"/> + <component id="Fade" class="mx.effects.Fade"/> + <component id="Form" class="mx.containers.Form"/> + <component id="FormHeading" class="mx.containers.FormHeading"/> + <component id="FormItem" class="mx.containers.FormItem"/> + <component id="Glow" class="mx.effects.Glow"/> + <component id="GlowFilter" class="flash.filters.GlowFilter" lookupOnly="true"/> + <component id="GradientBevelFilter" class="flash.filters.GradientBevelFilter" lookupOnly="true"/> + <component id="GradientEntry" class="mx.graphics.GradientEntry"/> + <component id="GradientGlowFilter" class="flash.filters.GradientGlowFilter" lookupOnly="true"/> + <component id="Grid" class="mx.containers.Grid"/> + <component id="GridItem" class="mx.containers.GridItem"/> + <component id="GridRow" class="mx.containers.GridRow"/> + <component id="HBox" class="mx.containers.HBox"/> + <component id="HDividedBox" class="mx.containers.HDividedBox"/> + <component id="HorizontalList" class="mx.controls.HorizontalList"/> + <component id="HRule" class="mx.controls.HRule"/> + <component id="HScrollBar" class="mx.controls.HScrollBar"/> + <component id="HSlider" class="mx.controls.HSlider"/> + <component id="Image" class="mx.controls.Image"/> + <component id="Iris" class="mx.effects.Iris"/> + <component id="Label" class="mx.controls.Label"/> + <component id="LinearGradient" class="mx.graphics.LinearGradient"/> + <component id="LinearGradientStroke" class="mx.graphics.LinearGradientStroke"/> + <component id="LinkBar" class="mx.controls.LinkBar"/> + <component id="LinkButton" class="mx.controls.LinkButton"/> + <component id="List" class="mx.controls.List"/> + <component id="ListCollectionView" class="mx.collections.ListCollectionView"/> + <component id="MaskEffect" class="mx.effects.MaskEffect"/> + <component id="Matrix" class="flash.geom.Matrix" lookupOnly="true"/> + <component id="Matrix3D" class="flash.geom.Matrix3D" lookupOnly="true"/> + <component id="MenuBar" class="mx.controls.MenuBar"/> + <component id="Module" class="mx.modules.Module"/> + <component id="ModuleLoader" class="mx.modules.ModuleLoader"/> + <component id="Move" class="mx.effects.Move"/> + <component id="NumberFormatter" class="mx.formatters.NumberFormatter"/> + <component id="NumberValidator" class="mx.validators.NumberValidator"/> + <component id="NumericStepper" class="mx.controls.NumericStepper"/> + <component id="Panel" class="mx.containers.Panel"/> + <component id="Parallel" class="mx.effects.Parallel"/> + <component id="Pause" class="mx.effects.Pause"/> + <component id="PhoneFormatter" class="mx.formatters.PhoneFormatter"/> + <component id="PhoneNumberValidator" class="mx.validators.PhoneNumberValidator"/> + <component id="Point" class="flash.geom.Point" lookupOnly="true"/> + <component id="PopUpButton" class="mx.controls.PopUpButton"/> + <component id="PopUpMenuButton" class="mx.controls.PopUpMenuButton"/> + <component id="PrintDataGrid" class="mx.printing.PrintDataGrid"/> + <component id="ProgressBar" class="mx.controls.ProgressBar"/> + <component id="RadialGradient" class="mx.graphics.RadialGradient"/> + <component id="RadialGradientStroke" class="mx.graphics.RadialGradientStroke"/> + <component id="RadioButton" class="mx.controls.RadioButton"/> + <component id="RadioButtonGroup" class="mx.controls.RadioButtonGroup"/> + <component id="RegExpValidator" class="mx.validators.RegExpValidator"/> + <component id="AsyncListView" class="mx.collections.AsyncListView"/> + <component id="RemoveChild" class="mx.states.RemoveChild"/> + <component id="RemoveChildAction" class="mx.effects.RemoveChildAction"/> + <component id="RemoveItemAction" class="mx.effects.RemoveItemAction"/> + <component id="Repeater" class="mx.core.Repeater"/> + <component id="Resize" class="mx.effects.Resize"/> + <component id="RichTextEditor" class="mx.controls.RichTextEditor"/> + <component id="Rotate" class="mx.effects.Rotate"/> + <component id="Sequence" class="mx.effects.Sequence"/> + <component id="SetEventHandler" class="mx.states.SetEventHandler"/> + <component id="SetProperty" class="mx.states.SetProperty"/> + <component id="SetPropertyAction" class="mx.effects.SetPropertyAction"/> + <component id="SetStyle" class="mx.states.SetStyle"/> + <component id="SetStyleAction" class="mx.effects.SetStyleAction"/> + <component id="SocialSecurityValidator" class="mx.validators.SocialSecurityValidator"/> + <component id="SolidColor" class="mx.graphics.SolidColor"/> + <component id="SolidColorStroke" class="mx.graphics.SolidColorStroke"/> + <component id="Sort" class="mx.collections.Sort"/> + <component id="SortField" class="mx.collections.SortField"/> + <component id="SoundEffect" class="mx.effects.SoundEffect"/> + <component id="Spacer" class="mx.controls.Spacer"/> + <component id="Sprite" class="flash.display.Sprite" lookupOnly="true"/> + <component id="State" class="mx.states.State"/> + <component id="StringValidator" class="mx.validators.StringValidator"/> + <component id="Stroke" class="mx.graphics.Stroke"/> + <component id="SWFLoader" class="mx.controls.SWFLoader"/> + <component id="TabBar" class="mx.controls.TabBar"/> + <component id="TabNavigator" class="mx.containers.TabNavigator"/> + <component id="Text" class="mx.controls.Text"/> + <component id="TextArea" class="mx.controls.TextArea"/> + <component id="TextInput" class="mx.controls.TextInput"/> + <component id="Tile" class="mx.containers.Tile"/> + <component id="TileList" class="mx.controls.TileList"/> + <component id="TitleWindow" class="mx.containers.TitleWindow"/> + <component id="ToggleButtonBar" class="mx.controls.ToggleButtonBar"/> + <component id="ToolBar" class="mx.controls.richTextEditorClasses.ToolBar"/> + <component id="TraceTarget" class="mx.logging.targets.TraceTarget"/> + <component id="Transform" class="mx.geom.Transform"/> + <component id="Transition" class="mx.states.Transition"/> + <component id="Tree" class="mx.controls.Tree"/> + <component id="UIComponent" class="mx.core.UIComponent"/> + <component id="UnconstrainItemAction" class="mx.effects.UnconstrainItemAction"/> + <component id="VBox" class="mx.containers.VBox"/> + <component id="VDividedBox" class="mx.containers.VDividedBox"/> + <component id="VideoDisplay" class="mx.controls.VideoDisplay"/> + <component id="ViewStack" class="mx.containers.ViewStack"/> + <component id="VRule" class="mx.controls.VRule"/> + <component id="VScrollBar" class="mx.controls.VScrollBar"/> + <component id="VSlider" class="mx.controls.VSlider"/> + <component id="Validator" class="mx.validators.Validator"/> + <component id="WipeDown" class="mx.effects.WipeDown"/> + <component id="WipeLeft" class="mx.effects.WipeLeft"/> + <component id="WipeRight" class="mx.effects.WipeRight"/> + <component id="WipeUp" class="mx.effects.WipeUp"/> + <component id="XMLListCollection" class="mx.collections.XMLListCollection"/> + <component id="ZipCodeFormatter" class="mx.formatters.ZipCodeFormatter"/> + <component id="ZipCodeValidator" class="mx.validators.ZipCodeValidator"/> + <component id="Zoom" class="mx.effects.Zoom"/> + + <!-- framework base classes with CSS type selectors --> + <component id="Alert" class="mx.controls.Alert" /> + <component id="AlertForm" class="mx.controls.alertClasses.AlertForm" lookupOnly="true"/> + <component id="AccordionHeader" class="mx.containers.accordionClasses.AccordionHeader" /> + <component id="ButtonBarButton" class="mx.controls.buttonBarClasses.ButtonBarButton" /> + <component id="CalendarLayout" class="mx.controls.CalendarLayout" /> + <component id="CursorManager" class="mx.managers.CursorManager" /> + <component id="DragManager" class="mx.managers.DragManager" /> + <component id="FormItemLabel" class="mx.controls.FormItemLabel" /> + <component id="ListBase" class="mx.controls.listClasses.ListBase" /> + <component id="ListItemRenderer" class="mx.controls.listClasses.ListItemRenderer" lookupOnly="true"/> + <component id="Menu" class="mx.controls.Menu" /> + <component id="MenuBarItem" class="mx.controls.menuClasses.MenuBarItem" /> + <component id="MenuItemRenderer" class="mx.controls.menuClasses.MenuItemRenderer" lookupOnly="true"/> + <component id="ScrollBar" class="mx.controls.scrollClasses.ScrollBar" /> + <component id="ScrollControlBase" class="mx.core.ScrollControlBase" /> + <component id="Slider" class="mx.controls.sliderClasses.Slider" /> + <component id="SwatchPanel" class="mx.controls.colorPickerClasses.SwatchPanel" /> + <component id="Tab" class="mx.controls.tabBarClasses.Tab" /> + <component id="TileListItemRenderer" class="mx.controls.listClasses.TileListItemRenderer" lookupOnly="true"/> + <component id="ToolTip" class="mx.controls.ToolTip" /> + <component id="TreeItemRenderer" class="mx.controls.treeClasses.TreeItemRenderer" lookupOnly="true"/> + <component id="UIComponent" class="mx.core.UIComponent" /> + + <!-- airframework --> + <component id="FileSystemComboBox" class="mx.controls.FileSystemComboBox" lookupOnly="true"/> + <component id="FileSystemDataGrid" class="mx.controls.FileSystemDataGrid" lookupOnly="true"/> + <component id="FileSystemHistoryButton" class="mx.controls.FileSystemHistoryButton" lookupOnly="true"/> + <component id="FileSystemList" class="mx.controls.FileSystemList" lookupOnly="true"/> + <component id="FileSystemTree" class="mx.controls.FileSystemTree" lookupOnly="true"/> + <component id="FlexNativeMenu" class="mx.controls.FlexNativeMenu" lookupOnly="true"/> + <component id="HTML" class="mx.controls.HTML" lookupOnly="true"/> + <component id="Window" class="mx.core.Window" lookupOnly="true"/> + <component id="WindowedApplication" class="mx.core.WindowedApplication" lookupOnly="true"/> + + <!-- charts --> + <component id="AreaChart" class="mx.charts.AreaChart" lookupOnly="true"/> + <component id="AreaRenderer" class="mx.charts.renderers.AreaRenderer" lookupOnly="true"/> + <component id="AreaSeries" class="mx.charts.series.AreaSeries" lookupOnly="true"/> + <component id="AreaSet" class="mx.charts.series.AreaSet" lookupOnly="true"/> + <component id="AxisRenderer" class="mx.charts.AxisRenderer" lookupOnly="true"/> + <component id="BarChart" class="mx.charts.BarChart" lookupOnly="true"/> + <component id="BarSeries" class="mx.charts.series.BarSeries" lookupOnly="true"/> + <component id="BarSet" class="mx.charts.series.BarSet" lookupOnly="true"/> + <component id="BoxItemRenderer" class="mx.charts.renderers.BoxItemRenderer" lookupOnly="true"/> + <component id="BubbleChart" class="mx.charts.BubbleChart" lookupOnly="true"/> + <component id="BubbleSeries" class="mx.charts.series.BubbleSeries" lookupOnly="true"/> + <component id="CandlestickChart" class="mx.charts.CandlestickChart" lookupOnly="true"/> + <component id="CandlestickItemRenderer" class="mx.charts.renderers.CandlestickItemRenderer" lookupOnly="true"/> + <component id="CandlestickSeries" class="mx.charts.series.CandlestickSeries" lookupOnly="true"/> + <component id="CartesianChart" class="mx.charts.chartClasses.CartesianChart" lookupOnly="true"/> + <component id="CartesianDataCanvas" class="mx.charts.chartClasses.CartesianDataCanvas" lookupOnly="true"/> + <component id="CategoryAxis" class="mx.charts.CategoryAxis" lookupOnly="true"/> + <component id="ChartBase" class="mx.charts.chartClasses.ChartBase" lookupOnly="true"/> + <component id="CircleItemRenderer" class="mx.charts.renderers.CircleItemRenderer" lookupOnly="true"/> + <component id="ColumnChart" class="mx.charts.ColumnChart" lookupOnly="true"/> + <component id="ColumnSeries" class="mx.charts.series.ColumnSeries" lookupOnly="true"/> + <component id="ColumnSet" class="mx.charts.series.ColumnSet" lookupOnly="true"/> + <component id="CrossItemRenderer" class="mx.charts.renderers.CrossItemRenderer" lookupOnly="true"/> + <component id="DateTimeAxis" class="mx.charts.DateTimeAxis" lookupOnly="true"/> + <component id="DiamondItemRenderer" class="mx.charts.renderers.DiamondItemRenderer" lookupOnly="true"/> + <component id="GridLines" class="mx.charts.GridLines" lookupOnly="true"/> + <component id="HLOCChart" class="mx.charts.HLOCChart" lookupOnly="true"/> + <component id="HLOCItemRenderer" class="mx.charts.renderers.HLOCItemRenderer" lookupOnly="true"/> + <component id="HLOCSeries" class="mx.charts.series.HLOCSeries" lookupOnly="true"/> + <component id="Legend" class="mx.charts.Legend" lookupOnly="true"/> + <component id="LegendItem" class="mx.charts.LegendItem" lookupOnly="true"/> + <component id="LinearAxis" class="mx.charts.LinearAxis" lookupOnly="true"/> + <component id="LineChart" class="mx.charts.LineChart" lookupOnly="true"/> + <component id="LineRenderer" class="mx.charts.renderers.LineRenderer" lookupOnly="true"/> + <component id="LineSeries" class="mx.charts.series.LineSeries" lookupOnly="true"/> + <component id="LogAxis" class="mx.charts.LogAxis" lookupOnly="true"/> + <component id="PieChart" class="mx.charts.PieChart" lookupOnly="true"/> + <component id="PieSeries" class="mx.charts.series.PieSeries" lookupOnly="true"/> + <component id="PlotChart" class="mx.charts.PlotChart" lookupOnly="true"/> + <component id="PlotSeries" class="mx.charts.series.PlotSeries" lookupOnly="true"/> + <component id="PolarChart" class="mx.charts.chartClasses.PolarChart" lookupOnly="true"/> + <component id="PolarDataCanvas" class="mx.charts.chartClasses.PolarDataCanvas" lookupOnly="true"/> + <component id="SeriesEffect" class="mx.charts.effects.SeriesEffect" lookupOnly="true"/> + <component id="SeriesInterpolate" class="mx.charts.effects.SeriesInterpolate" lookupOnly="true"/> + <component id="SeriesSlide" class="mx.charts.effects.SeriesSlide" lookupOnly="true"/> + <component id="SeriesZoom" class="mx.charts.effects.SeriesZoom" lookupOnly="true"/> + <component id="ShadowBoxItemRenderer" class="mx.charts.renderers.ShadowBoxItemRenderer" lookupOnly="true"/> + <component id="ShadowLineRenderer" class="mx.charts.renderers.ShadowLineRenderer" lookupOnly="true"/> + <component id="TriangleItemRenderer" class="mx.charts.renderers.TriangleItemRenderer" lookupOnly="true"/> + <component id="WedgeItemRenderer" class="mx.charts.renderers.WedgeItemRenderer" lookupOnly="true"/> + + <!-- data visualization --> + <component id="AdvancedDataGrid" class="mx.controls.AdvancedDataGrid" lookupOnly="true"/> + <component id="AdvancedDataGridBaseSelectionData" class="mx.controls.advancedDataGridClasses.AdvancedDataGridBaseSelectionData" lookupOnly="true"/> + <component id="AdvancedDataGridBaseSelectionPending" class="mx.controls.advancedDataGridClasses.AdvancedDataGridBaseSelectionPending" lookupOnly="true"/> + <component id="AdvancedDataGridColumn" class="mx.controls.advancedDataGridClasses.AdvancedDataGridColumn" lookupOnly="true"/> + <component id="AdvancedDataGridColumnGroup" class="mx.controls.advancedDataGridClasses.AdvancedDataGridColumnGroup" lookupOnly="true"/> + <component id="AdvancedDataGridGroupItemRenderer" class="mx.controls.advancedDataGridClasses.AdvancedDataGridGroupItemRenderer" lookupOnly="true"/> + <component id="AdvancedDataGridHeaderRenderer" class="mx.controls.advancedDataGridClasses.AdvancedDataGridHeaderRenderer" lookupOnly="true"/> + <component id="AdvancedDataGridHeaderHorizontalSeparator" class="mx.skins.halo.AdvancedDataGridHeaderHorizontalSeparator" lookupOnly="true"/> + <component id="AdvancedDataGridItemRenderer" class="mx.controls.advancedDataGridClasses.AdvancedDataGridItemRenderer" lookupOnly="true"/> + <component id="AdvancedDataGridRendererProvider" class="mx.controls.advancedDataGridClasses.AdvancedDataGridRendererProvider" lookupOnly="true"/> + <component id="AdvancedDataGridSortItemRenderer" class="mx.controls.advancedDataGridClasses.AdvancedDataGridSortItemRenderer" lookupOnly="true"/> + <component id="AdvancedListBase" class="mx.controls.listClasses.AdvancedListBase" lookupOnly="true"/> + <component id="SortInfo" class="mx.controls.advancedDataGridClasses.SortInfo" lookupOnly="true"/> + <component id="PrintAdvancedDataGrid" class="mx.printing.PrintAdvancedDataGrid" lookupOnly="true"/> + <component id="PrintOLAPDataGrid" class="mx.printing.PrintOLAPDataGrid" lookupOnly="true"/> + <component id="GroupingCollection" class="mx.collections.GroupingCollection" lookupOnly="true"/> + <component id="GroupingCollection2" class="mx.collections.GroupingCollection2" lookupOnly="true"/> + <component id="Grouping" class="mx.collections.Grouping" lookupOnly="true"/> + <component id="GroupingField" class="mx.collections.GroupingField" lookupOnly="true"/> + <component id="HierarchicalCollectionView" class="mx.collections.HierarchicalCollectionView" lookupOnly="true"/> + <component id="HierarchicalData" class="mx.collections.HierarchicalData" lookupOnly="true"/> + <component id="SummaryRow" class="mx.collections.SummaryRow" lookupOnly="true"/> + <component id="SummaryField" class="mx.collections.SummaryField" lookupOnly="true"/> + <component id="SummaryField2" class="mx.collections.SummaryField2" lookupOnly="true"/> + + <!-- olap --> + <component id="OLAPSchema" class="mx.olap.OLAPSchema" lookupOnly="true"/> + <component id="OLAPCube" class="mx.olap.OLAPCube" lookupOnly="true"/> + <component id="OLAPDimension" class="mx.olap.OLAPDimension" lookupOnly="true"/> + <component id="OLAPHierarchy" class="mx.olap.OLAPHierarchy" lookupOnly="true"/> + <component id="OLAPLevel" class="mx.olap.OLAPLevel" lookupOnly="true"/> + <component id="OLAPMember" class="mx.olap.OLAPMember" lookupOnly="true"/> + <component id="OLAPMeasure" class="mx.olap.OLAPMeasure" lookupOnly="true"/> + <component id="OLAPAttribute" class="mx.olap.OLAPAttribute" lookupOnly="true"/> + <component id="OLAPDataGrid" class="mx.controls.OLAPDataGrid" lookupOnly="true"/> + <component id="OLAPDataGridItemRendererProvider" class="mx.controls.olapDataGridClasses.OLAPDataGridItemRendererProvider" lookupOnly="true"/> + <component id="OLAPDataGridHeaderRendererProvider" class="mx.controls.olapDataGridClasses.OLAPDataGridHeaderRendererProvider" lookupOnly="true"/> + + <!-- AS3 built-ins --> + <component id="Array" class="Array" lookupOnly="true"/> + <component id="Boolean" class="Boolean" lookupOnly="true"/> + <component id="Class" class="Class" lookupOnly="true"/> + <component id="Date" class="Date" lookupOnly="true"/> + <component id="Function" class="Function" lookupOnly="true"/> + <component id="int" class="int" lookupOnly="true"/> + <component id="Number" class="Number" lookupOnly="true"/> + <component id="Object" class="Object" lookupOnly="true"/> + <component id="RegExp" class="RegExp" lookupOnly="true"/> + <component id="String" class="String" lookupOnly="true"/> + <component id="uint" class="uint" lookupOnly="true"/> + <component id="Vector" class="__AS3__.vec.Vector" lookupOnly="true"/> + <component id="XML" class="XML" lookupOnly="true"/> + <component id="XMLList" class="XMLList" lookupOnly="true"/> + + <!-- rpc --> + <component id="AMFChannel" class="mx.messaging.channels.AMFChannel" lookupOnly="true"/> + <component id="AsyncToken" class="mx.rpc.AsyncToken" lookupOnly="true"/> + <component id="CallResponder" class="mx.rpc.CallResponder" lookupOnly="true"/> + <component id="ChannelSet" class="mx.messaging.ChannelSet" lookupOnly="true"/> + <component id="Consumer" class="mx.messaging.Consumer" lookupOnly="true"/> + <component id="HTTPChannel" class="mx.messaging.channels.HTTPChannel" lookupOnly="true"/> + <component id="HTTPMultiService" class="mx.rpc.http.mxml.HTTPMultiService" lookupOnly="true"/> + <component id="HTTPOperation" class="mx.rpc.http.Operation" lookupOnly="true"/> + <component id="HTTPService" class="mx.rpc.http.mxml.HTTPService" lookupOnly="true"/> + <component id="MultiTopicProducer" class="mx.messaging.MultiTopicProducer" lookupOnly="true"/> + <component id="MultiTopicConsumer" class="mx.messaging.MultiTopicConsumer" lookupOnly="true"/> + <component id="Producer" class="mx.messaging.Producer" lookupOnly="true"/> + <component id="RemoteObject" class="mx.rpc.remoting.mxml.RemoteObject" lookupOnly="true"/> + <component id="RemoteObjectOperation" class="mx.rpc.remoting.mxml.Operation" lookupOnly="true"/> + <component id="RTMPChannel" class="mx.messaging.channels.RTMPChannel" lookupOnly="true"/> + <component id="SecureAMFChannel" class="mx.messaging.channels.SecureAMFChannel" lookupOnly="true"/> + <component id="SecureStreamingAMFChannel" class="mx.messaging.channels.SecureStreamingAMFChannel" lookupOnly="true"/> + <component id="SecureHTTPChannel" class="mx.messaging.channels.SecureHTTPChannel" lookupOnly="true"/> + <component id="SecureStreamingHTTPChannel" class="mx.messaging.channels.SecureStreamingHTTPChannel" lookupOnly="true"/> + <component id="SecureRTMPChannel" class="mx.messaging.channels.SecureRTMPChannel" lookupOnly="true"/> + <component id="StreamingAMFChannel" class="mx.messaging.channels.StreamingAMFChannel" lookupOnly="true"/> + <component id="StreamingHTTPChannel" class="mx.messaging.channels.StreamingHTTPChannel" lookupOnly="true"/> + <component id="WebService" class="mx.rpc.soap.mxml.WebService" lookupOnly="true"/> + <component id="WebServiceOperation" class="mx.rpc.soap.mxml.Operation" lookupOnly="true"/> + + <!-- LCDS (formerly known as FDS) --> + <component id="DataService" class="mx.data.mxml.DataService" lookupOnly="true"/> + +</componentPackage>
http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/5be16a28/attic/qa/apps/qa-regress/WEB-INF/flex/spark-manifest.xml ---------------------------------------------------------------------- diff --git a/attic/qa/apps/qa-regress/WEB-INF/flex/spark-manifest.xml b/attic/qa/apps/qa-regress/WEB-INF/flex/spark-manifest.xml new file mode 100644 index 0000000..5ae7f02 --- /dev/null +++ b/attic/qa/apps/qa-regress/WEB-INF/flex/spark-manifest.xml @@ -0,0 +1,303 @@ +<?xml version="1.0"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--> + +<!-- + + Spark Components + +--> +<componentPackage> + + <!-- Flex4 Framework --> + <component id="AddAction" class="spark.effects.AddAction"/> + <component id="Animate" class="spark.effects.Animate"/> + <component id="AnimateColor" class="spark.effects.AnimateColor"/> + <component id="AnimateFilter" class="spark.effects.AnimateFilter"/> + <component id="AnimateTransitionShader" class="spark.effects.AnimateTransitionShader"/> + <component id="AnimateTransform" class="spark.effects.AnimateTransform"/> + <component id="AnimateTransform3D" class="spark.effects.AnimateTransform3D"/> + <component id="Animation" class="spark.effects.animation.Animation"/> + <component id="Application" class="spark.components.Application"/> + <component id="ArrayCollection" class="mx.collections.ArrayCollection" lookupOnly="true"/> + <component id="ArrayList" class="mx.collections.ArrayList" lookupOnly="true"/> + <component id="AsyncListView" class="mx.collections.AsyncListView" lookupOnly="true"/> + <component id="SubListView" class="spark.collections.SubListView"/> + <component id="BasicLayout" class="spark.layouts.BasicLayout"/> + <component id="BevelFilter" class="spark.filters.BevelFilter"/> + <component id="BitmapImage" class="spark.primitives.BitmapImage"/> + <component id="Block" class="spark.layouts.supportClasses.Block"/> + <component id="BlurFilter" class="spark.filters.BlurFilter"/> + <component id="BorderContainer" class="spark.components.BorderContainer"/> + <component id="Bounce" class="spark.effects.easing.Bounce"/> + <component id="BusyIndicator" class="spark.components.BusyIndicator"/> + <component id="Button" class="spark.components.Button"/> + <component id="ButtonBar" class="spark.components.ButtonBar"/> + <component id="ButtonBarButton" class="spark.components.ButtonBarButton"/> + <component id="ButtonBarHorizontalLayout" class="spark.components.supportClasses.ButtonBarHorizontalLayout"/> + <component id="ButtonBase" class="spark.components.supportClasses.ButtonBase"/> + <component id="CallAction" class="spark.effects.CallAction"/> + <component id="Callout" class="spark.components.Callout"/> + <component id="CalloutButton" class="spark.components.CalloutButton"/> + <component id="CellPosition" class="spark.components.gridClasses.CellPosition"/> + <component id="CellRegion" class="spark.components.gridClasses.CellRegion"/> + <component id="CheckBox" class="spark.components.CheckBox"/> + <component id="ColorMatrixFilter" class="spark.filters.ColorMatrixFilter"/> + <component id="ColorTransform" class="flash.geom.ColorTransform" lookupOnly="true"/> + <component id="ColumnAlign" class="spark.layouts.ColumnAlign"/> + <component id="GridColumnHeaderGroup" class="spark.components.GridColumnHeaderGroup"/> + <component id="ComboBox" class="spark.components.ComboBox"/> + <component id="ComboBoxGridItemEditor" class="spark.components.gridClasses.ComboBoxGridItemEditor" /> + <component id="ConstraintColumn" class="mx.containers.utilityClasses.ConstraintColumn" lookupOnly="true"/> + <component id="ConstraintLayout" class="spark.layouts.ConstraintLayout"/> + <component id="ConstraintRow" class="mx.containers.utilityClasses.ConstraintRow" lookupOnly="true"/> + <component id="ContentCache" class="spark.core.ContentCache"/> + <component id="ConvolutionFilter" class="spark.filters.ConvolutionFilter"/> + <component id="CrossFade" class="spark.effects.CrossFade"/> + <component id="CurrencyFormatter" class="spark.formatters.CurrencyFormatter"/> + <component id="CurrencyValidator" class="spark.validators.CurrencyValidator"/> + <component id="DataGrid" class="spark.components.DataGrid"/> + <component id="DataGroup" class="spark.components.DataGroup"/> + <component id="DataRenderer" class="spark.components.DataRenderer"/> + <component id="DateTimeFormatter" class="spark.formatters.DateTimeFormatter"/> + <component id="DefaultGridHeaderRenderer" class="spark.skins.spark.DefaultGridHeaderRenderer"/> + <component id="DefaultGridItemRenderer" class="spark.skins.spark.DefaultGridItemRenderer"/> + <component id="DisplacementMapFilter" class="spark.filters.DisplacementMapFilter"/> + <component id="DropDownList" class="spark.components.DropDownList"/> + <component id="DropLocation" class="spark.layouts.supportClasses.DropLocation"/> + <component id="DropShadowFilter" class="spark.filters.DropShadowFilter"/> + <component id="DynamicStreamingVideoSource" class="spark.components.mediaClasses.DynamicStreamingVideoSource"/> + <component id="DynamicStreamingVideoItem" class="spark.components.mediaClasses.DynamicStreamingVideoItem"/> + <component id="Elastic" class="spark.effects.easing.Elastic"/> + <component id="Ellipse" class="spark.primitives.Ellipse"/> + <component id="Fade" class="spark.effects.Fade"/> + <component id="Form" class="spark.components.Form"/> + <component id="FormHeading" class="spark.components.FormHeading"/> + <component id="FormItem" class="spark.components.FormItem"/> + <component id="FormItemLayout" class="spark.layouts.FormItemLayout"/> + <component id="FormLayout" class="spark.layouts.FormLayout"/> + <component id="FilledElement" class="spark.primitives.supportClasses.FilledElement"/> + <component id="GlowFilter" class="spark.filters.GlowFilter"/> + <component id="GradientBevelFilter" class="spark.filters.GradientBevelFilter"/> + <component id="GradientFilter" class="spark.filters.GradientFilter"/> + <component id="GradientGlowFilter" class="spark.filters.GradientGlowFilter"/> + <component id="Graphic" class="spark.primitives.Graphic"/> + <component id="GraphicElement" class="spark.primitives.supportClasses.GraphicElement"/> + <component id="Grid" class="spark.components.Grid"/> + <component id="GridColumn" class="spark.components.gridClasses.GridColumn"/> + <component id="GridItemEditor" class="spark.components.gridClasses.GridItemEditor" /> + <component id="GridItemRenderer" class="spark.components.gridClasses.GridItemRenderer"/> + <component id="GridLayer" class="spark.components.gridClasses.GridLayer"/> + <component id="GridView" class="spark.components.gridClasses.GridView"/> + <component id="Group" class="spark.components.Group"/> + <component id="GroupBase" class="spark.components.supportClasses.GroupBase"/> + <component id="HGroup" class="spark.components.HGroup"/> + <component id="HorizontalLayout" class="spark.layouts.HorizontalLayout"/> + <component id="HSBInterpolator" class="spark.effects.interpolation.HSBInterpolator"/> + <component id="HScrollBar" class="spark.components.HScrollBar"/> + <component id="HSlider" class="spark.components.HSlider"/> + <component id="Image" class="spark.components.Image"/> + <component id="ItemRenderer" class="spark.components.supportClasses.ItemRenderer"/> + <component id="Keyframe" class="spark.effects.animation.Keyframe"/> + <component id="Label" class="spark.components.Label"/> + <component id="LastOperationStatus" class="spark.globalization.LastOperationStatus"/> + <component id="LayoutBase" class="spark.layouts.supportClasses.LayoutBase"/> + <component id="Line" class="spark.primitives.Line"/> + <component id="Linear" class="spark.effects.easing.Linear"/> + <component id="List" class="spark.components.List"/> + <component id="ListBase" class="spark.components.supportClasses.ListBase"/> + <component id="MaskType" class="spark.core.MaskType"/> + <component id="MatchingCollator" class="spark.globalization.MatchingCollator"/> + <component id="Matrix" class="flash.geom.Matrix" lookupOnly="true"/> + <component id="Matrix3D" class="flash.geom.Matrix3D" lookupOnly="true"/> + <component id="Module" class="spark.modules.Module"/> + <component id="ModuleLoader" class="spark.modules.ModuleLoader"/> + <component id="MotionPath" class="spark.effects.animation.MotionPath"/> + <component id="Move" class="spark.effects.Move"/> + <component id="MovieClipSWFLoader" class="mx.controls.MovieClipSWFLoader" lookupOnly="true"/> + <component id="Move3D" class="spark.effects.Move3D"/> + <component id="MultiDPIBitmapSource" class="spark.utils.MultiDPIBitmapSource"/> + <component id="MultiValueInterpolator" class="spark.effects.interpolation.MultiValueInterpolator"/> + <component id="MuteButton" class="spark.components.mediaClasses.MuteButton"/> + <component id="NavigatorContent" class="spark.components.NavigatorContent"/> + <component id="NumberFormatter" class="spark.formatters.NumberFormatter"/> + <component id="NumberInterpolator" class="spark.effects.interpolation.NumberInterpolator"/> + <component id="NumberValidator" class="spark.validators.NumberValidator"/> + <component id="NumericDataProvider" class="spark.collections.NumericDataProvider"/> + <component id="NumericStepper" class="spark.components.NumericStepper"/> + <component id="Panel" class="spark.components.Panel"/> + <component id="Path" class="spark.primitives.Path"/> + <component id="PopUpAnchor" class="spark.components.PopUpAnchor"/> + <component id="PopUpPosition" class="spark.components.PopUpPosition"/> + <component id="Power" class="spark.effects.easing.Power"/> + <component id="RadioButton" class="spark.components.RadioButton"/> + <component id="RadioButtonGroup" class="spark.components.RadioButtonGroup"/> + <component id="Range" class="spark.components.supportClasses.Range"/> + <component id="Rect" class="spark.primitives.Rect"/> + <component id="RectangularDropShadow" class="spark.primitives.RectangularDropShadow"/> + <component id="RemoveAction" class="spark.effects.RemoveAction"/> + <component id="Resize" class="spark.effects.Resize"/> + <component id="RGBInterpolator" class="spark.effects.interpolation.RGBInterpolator"/> + <component id="RichEditableText" class="spark.components.RichEditableText"/> + <component id="RichText" class="spark.components.RichText"/> + <component id="Rotate" class="spark.effects.Rotate"/> + <component id="Rotate3D" class="spark.effects.Rotate3D"/> + <component id="RowAlign" class="spark.layouts.RowAlign"/> + <component id="Scale" class="spark.effects.Scale"/> + <component id="Scale3D" class="spark.effects.Scale3D"/> + <component id="ScrollBarBase" class="spark.components.supportClasses.ScrollBarBase"/> + <component id="Scroller" class="spark.components.Scroller"/> + <component id="ScrollerLayout" class="spark.components.supportClasses.ScrollerLayout"/> + <component id="ScrubBar" class="spark.components.mediaClasses.ScrubBar"/> + <component id="SetAction" class="spark.effects.SetAction"/> + <component id="ShaderFilter" class="spark.filters.ShaderFilter"/> + <component id="SimpleMotionPath" class="spark.effects.animation.SimpleMotionPath"/> + <component id="Sine" class="spark.effects.easing.Sine"/> + <component id="Skin" class="spark.components.supportClasses.Skin"/> + <component id="SkinnableComponent" class="spark.components.supportClasses.SkinnableComponent"/> + <component id="SkinnableContainer" class="spark.components.SkinnableContainer"/> + <component id="SkinnableContainerBase" class="spark.components.supportClasses.SkinnableContainerBase"/> + <component id="SkinnableDataContainer" class="spark.components.SkinnableDataContainer"/> + <component id="SkinnablePopUpContainer" class="spark.components.SkinnablePopUpContainer"/> + <component id="SkinnableTextBase" class="spark.components.supportClasses.SkinnableTextBase"/> + <component id="SliderBase" class="spark.components.supportClasses.SliderBase"/> + <component id="Sort" class="spark.collections.Sort"/> + <component id="SortField" class="spark.collections.SortField"/> + <component id="SortingCollator" class="spark.globalization.SortingCollator"/> + <component id="Spacer" class="mx.controls.Spacer" lookupOnly="true"/> + <component id="SparkButtonSkin" class="spark.skins.SparkButtonSkin"/> + <component id="SparkSkin" class="spark.skins.SparkSkin"/> + <component id="Spinner" class="spark.components.Spinner"/> + <component id="SpriteVisualElement" class="spark.core.SpriteVisualElement"/> + <component id="StringTools" class="spark.globalization.StringTools"/> + <component id="StrokedElement" class="spark.primitives.supportClasses.StrokedElement"/> + <component id="SWFLoader" class="mx.controls.SWFLoader" lookupOnly="true"/> + <component id="TabBar" class="spark.components.TabBar"/> + <component id="TextArea" class="spark.components.TextArea"/> + <component id="DefaultGridItemEditor" class="spark.components.gridClasses.DefaultGridItemEditor" /> + <component id="TextBase" class="spark.components.supportClasses.TextBase"/> + <component id="TextInput" class="spark.components.TextInput"/> + <component id="TextSelectionHighlighting" class="spark.components.TextSelectionHighlighting"/> + <component id="TextUtil" class="spark.utils.TextUtil"/> + <component id="TileGroup" class="spark.components.TileGroup"/> + <component id="TileLayout" class="spark.layouts.TileLayout"/> + <component id="TileOrientation" class="spark.layouts.TileOrientation"/> + <component id="Timeline" class="spark.effects.animation.Timeline"/> + <component id="TitleWindow" class="spark.components.TitleWindow"/> + <component id="ToggleButton" class="spark.components.ToggleButton"/> + <component id="ToggleButtonBase" class="spark.components.supportClasses.ToggleButtonBase"/> + <component id="TrackBase" class="spark.components.supportClasses.TrackBase"/> + <component id="Transform" class="mx.geom.Transform"/> + <component id="TransformOffsets" class="mx.geom.TransformOffsets" lookupOnly="true"/> + <component id="UITextFieldGridItemRenderer" class="spark.skins.spark.UITextFieldGridItemRenderer"/> + <component id="VerticalAlign" class="spark.layouts.VerticalAlign"/> + <component id="VerticalLayout" class="spark.layouts.VerticalLayout"/> + <component id="VGroup" class="spark.components.VGroup"/> + <component id="VideoDisplay" class="spark.components.VideoDisplay"/> + <component id="VideoPlayer" class="spark.components.VideoPlayer"/> + <component id="VolumeBar" class="spark.components.mediaClasses.VolumeBar"/> + <component id="VScrollBar" class="spark.components.VScrollBar"/> + <component id="VSlider" class="spark.components.VSlider"/> + <component id="Wipe" class="spark.effects.Wipe"/> + <component id="XMLListCollection" class="mx.collections.XMLListCollection" lookupOnly="true"/> + + <!-- Special Components --> + <component id="State" class="mx.states.State" lookupOnly="true"/> + <component id="AddItems" class="mx.states.AddItems" lookupOnly="true"/> + <component id="DataItem" class="spark.utils.DataItem"/> + + <!-- airframework --> + <component id="TitleBar" class="spark.components.windowClasses.TitleBar" lookupOnly="true"/> + <component id="Window" class="spark.components.Window" lookupOnly="true"/> + <component id="WindowedApplication" class="spark.components.WindowedApplication" lookupOnly="true"/> + + <!-- FTE text for MX components --> + <component id="FTEDataGridItemRenderer" class="mx.controls.dataGridClasses.FTEDataGridItemRenderer"/> + <component id="MXFTETextInput" class="mx.controls.MXFTETextInput"/> + + <!-- Text Layout Framework (TLF) --> + <component id="a" class="flashx.textLayout.elements.LinkElement" lookupOnly="true"/> + <component id="br" class="flashx.textLayout.elements.BreakElement" lookupOnly="true"/> + <component id="div" class="flashx.textLayout.elements.DivElement" lookupOnly="true"/> + <component id="img" class="flashx.textLayout.elements.InlineGraphicElement" lookupOnly="true"/> + <component id="list" class="flashx.textLayout.elements.ListElement" lookupOnly="true"/> + <component id="li" class="flashx.textLayout.elements.ListItemElement" lookupOnly="true"/> + <component id="p" class="flashx.textLayout.elements.ParagraphElement" lookupOnly="true"/> + <component id="span" class="flashx.textLayout.elements.SpanElement" lookupOnly="true"/> + <component id="tab" class="flashx.textLayout.elements.TabElement" lookupOnly="true"/> + <component id="tcy" class="flashx.textLayout.elements.TCYElement" lookupOnly="true"/> + <component id="ListMarkerFormat" class="flashx.textLayout.formats.ListMarkerFormat" lookupOnly="true"/> + <component id="g" class="flashx.textLayout.elements.SubParagraphGroupElement" lookupOnly="true"/> + <component id="TextFlow" class="flashx.textLayout.elements.TextFlow" lookupOnly="true"/> + <component id="TextLayoutFormat" class="flashx.textLayout.formats.TextLayoutFormat" lookupOnly="true"/> + + <!-- rpc --> + <component id="AMFChannel" class="mx.messaging.channels.AMFChannel" lookupOnly="true"/> + <component id="CallResponder" class="mx.rpc.CallResponder" lookupOnly="true"/> + <component id="ChannelSet" class="mx.messaging.ChannelSet" lookupOnly="true"/> + <component id="Consumer" class="mx.messaging.Consumer" lookupOnly="true"/> + <component id="HTTPChannel" class="mx.messaging.channels.HTTPChannel" lookupOnly="true"/> + <component id="HTTPService" class="mx.rpc.http.mxml.HTTPService" lookupOnly="true"/> + <component id="Producer" class="mx.messaging.Producer" lookupOnly="true"/> + <component id="RemoteObject" class="mx.rpc.remoting.mxml.RemoteObject" lookupOnly="true"/> + <component id="RemoteObjectOperation" class="mx.rpc.remoting.mxml.Operation" lookupOnly="true"/> + <component id="RTMPChannel" class="mx.messaging.channels.RTMPChannel" lookupOnly="true"/> + <component id="SecureAMFChannel" class="mx.messaging.channels.SecureAMFChannel" lookupOnly="true"/> + <component id="SecureStreamingAMFChannel" class="mx.messaging.channels.SecureStreamingAMFChannel" lookupOnly="true"/> + <component id="SecureHTTPChannel" class="mx.messaging.channels.SecureHTTPChannel" lookupOnly="true"/> + <component id="SecureStreamingHTTPChannel" class="mx.messaging.channels.SecureStreamingHTTPChannel" lookupOnly="true"/> + <component id="SecureRTMPChannel" class="mx.messaging.channels.SecureRTMPChannel" lookupOnly="true"/> + <component id="StreamingAMFChannel" class="mx.messaging.channels.StreamingAMFChannel" lookupOnly="true"/> + <component id="StreamingHTTPChannel" class="mx.messaging.channels.StreamingHTTPChannel" lookupOnly="true"/> + <component id="WebService" class="mx.rpc.soap.mxml.WebService" lookupOnly="true"/> + <component id="WebServiceOperation" class="mx.rpc.soap.mxml.Operation" lookupOnly="true"/> + + <!-- LCDS (formerly known as FDS) --> + <component id="DataService" class="mx.data.mxml.DataService" lookupOnly="true"/> + + <!-- Flex 3 Graphics --> + <component id="BitmapFill" class="mx.graphics.BitmapFill" lookupOnly="true"/> + <component id="BitmapFillMode" class="mx.graphics.BitmapFillMode" lookupOnly="true"/> + <component id="CompoundTransform" class="mx.geom.CompoundTransform" lookupOnly="true"/> + <component id="GradientEntry" class="mx.graphics.GradientEntry" lookupOnly="true"/> + <component id="LinearGradient" class="mx.graphics.LinearGradient" lookupOnly="true"/> + <component id="LinearGradientStroke" class="mx.graphics.LinearGradientStroke" lookupOnly="true"/> + <component id="RadialGradient" class="mx.graphics.RadialGradient" lookupOnly="true"/> + <component id="RadialGradientStroke" class="mx.graphics.RadialGradientStroke" lookupOnly="true"/> + <component id="SolidColor" class="mx.graphics.SolidColor" lookupOnly="true"/> + <component id="SolidColorStroke" class="mx.graphics.SolidColorStroke" lookupOnly="true"/> + <component id="Stroke" class="mx.graphics.Stroke" lookupOnly="true"/> + <component id="Transform" class="mx.geom.Transform" lookupOnly="true"/> + + <!-- Flex 3 Effects --> + <component id="Parallel" class="mx.effects.Parallel" lookupOnly="true"/> + <component id="Sequence" class="mx.effects.Sequence" lookupOnly="true"/> + <component id="Transition" class="mx.states.Transition" lookupOnly="true"/> + <component id="Pause" class="mx.effects.Pause" lookupOnly="true"/> + + <!-- Flex 3 Miscellaneous --> + <component id="MiniDebugTarget" class="mx.logging.targets.MiniDebugTarget" lookupOnly="true"/> + <component id="TraceTarget" class="mx.logging.targets.TraceTarget" lookupOnly="true"/> + + <!-- MXItemRenderer --> + <component id="MXItemRenderer" class="mx.controls.listClasses.MXItemRenderer"/> + <component id="MXTreeItemRenderer" class="mx.controls.treeClasses.MXTreeItemRenderer"/> + <component id="MXDataGridItemRenderer" class="mx.controls.dataGridClasses.MXDataGridItemRenderer"/> + +</componentPackage> http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/5be16a28/attic/qa/apps/qa-regress/WEB-INF/flex/themes/AeonGraphical/AeonGraphical.css ---------------------------------------------------------------------- diff --git a/attic/qa/apps/qa-regress/WEB-INF/flex/themes/AeonGraphical/AeonGraphical.css b/attic/qa/apps/qa-regress/WEB-INF/flex/themes/AeonGraphical/AeonGraphical.css new file mode 100644 index 0000000..94bb1e9 --- /dev/null +++ b/attic/qa/apps/qa-regress/WEB-INF/flex/themes/AeonGraphical/AeonGraphical.css @@ -0,0 +1,747 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +@namespace "library://ns.adobe.com/flex/mx"; + +/* +//------------------------------ +// global +//------------------------------ +*/ +global +{ + borderSkin: ClassReference(null); +} + +/* +//------------------------------ +// AccordionHeader +//------------------------------ +*/ +Accordion +{ + borderSkin: ClassReference(null); +} + +/* +//------------------------------ +// AccordionHeader +//------------------------------ +*/ +AccordionHeader +{ + + disabledSkin: Embed(source="AeonGraphical.swf", symbol="AccordionHeader_disabledSkin"); + downSkin: Embed(source="AeonGraphical.swf", symbol="AccordionHeader_downSkin"); + overSkin: Embed(source="AeonGraphical.swf", symbol="AccordionHeader_overSkin"); + selectedDisabledSkin: Embed(source="AeonGraphical.swf", symbol="AccordionHeader_disabledSkin"); + selectedDownSkin: Embed(source="AeonGraphical.swf", symbol="AccordionHeader_downSkin"); + selectedOverSkin: Embed(source="AeonGraphical.swf", symbol="AccordionHeader_overSkin"); + selectedUpSkin: Embed(source="AeonGraphical.swf", symbol="AccordionHeader_upSkin"); + upSkin: Embed(source="AeonGraphical.swf", symbol="AccordionHeader_upSkin"); + skin: ClassReference(null); + +} + +/* +//------------------------------ +// Application +//------------------------------ +*/ +Application +{ + backgroundImage: Embed(source="AeonGraphical.swf",symbol="mx.skins.application.ApplicationBackground"); +} + +/* +//------------------------------ +// Button +//------------------------------ +*/ +Button +{ + disabledSkin: Embed(source="AeonGraphical.swf", symbol="Button_disabledSkin"); + downSkin: Embed(source="AeonGraphical.swf", symbol="Button_downSkin"); + overSkin: Embed(source="AeonGraphical.swf", symbol="Button_overSkin"); + upSkin: Embed(source="AeonGraphical.swf", symbol="Button_upSkin"); + skin: ClassReference(null); + emphasizedSkin: ClassReference(null); +} + +/* +//------------------------------ +// ButtonBar +//------------------------------ +*/ + +ButtonBar +{ + buttonStyleName: "buttonBarButton"; + firstButtonStyleName: "firstButtonBarButton"; + lastButtonStyleName: "lastButtonBarButton"; + borderSkin: ClassReference(null); +} + +/* +//------------------------------ +// Container +//------------------------------ +*/ +Container +{ + borderSkin: ClassReference(null); +} + +/* +//------------------------------ +// ToggleButtonBar +//------------------------------ +*/ + +ToggleButtonBar +{ + buttonStyleName: "buttonBarButton"; + firstButtonStyleName: "firstButtonBarButton"; + lastButtonStyleName: "lastButtonBarButton" +} + +/* +//------------------------------ +// ButtonBarButtons +//------------------------------ +*/ + +ButtonBarButton +{ + skin: ClassReference(null); +} + +ButtonBarButton.buttonBarFirstButtonStyle +{ + skin: ClassReference(null); +} + +ButtonBarButton.buttonBarLastButtonStyle +{ + skin: ClassReference(null); +} + +.firstButtonBarButton +{ + disabledSkin: Embed(source="AeonGraphical.swf", symbol="ButtonBar_firstDisabledSkin"); + downSkin: Embed(source="AeonGraphical.swf", symbol="ButtonBar_firstDownSkin"); + overSkin: Embed(source="AeonGraphical.swf", symbol="ButtonBar_firstOverSkin"); + selectedDisabledSkin: Embed(source="AeonGraphical.swf", symbol="ButtonBar_firstSelectedDisabledSkin"); + selectedDownSkin: Embed(source="AeonGraphical.swf", symbol="ButtonBar_firstSelectedUpSkin"); + selectedOverSkin: Embed(source="AeonGraphical.swf", symbol="ButtonBar_firstSelectedUpSkin"); + selectedUpSkin: Embed(source="AeonGraphical.swf", symbol="ButtonBar_firstSelectedUpSkin"); + upSkin: Embed(source="AeonGraphical.swf", symbol="ButtonBar_firstUpSkin"); + skin: ClassReference(null); +} +.buttonBarButton +{ + disabledSkin: Embed(source="AeonGraphical.swf", symbol="ButtonBar_buttonDisabledSkin"); + downSkin: Embed(source="AeonGraphical.swf", symbol="ButtonBar_buttonDownSkin"); + overSkin: Embed(source="AeonGraphical.swf", symbol="ButtonBar_buttonOverSkin"); + selectedDisabledSkin: Embed(source="AeonGraphical.swf", symbol="ButtonBar_buttonSelectedDisabledSkin"); + selectedDownSkin: Embed(source="AeonGraphical.swf", symbol="ButtonBar_buttonSelectedUpSkin"); + selectedOverSkin: Embed(source="AeonGraphical.swf", symbol="ButtonBar_buttonSelectedUpSkin"); + selectedUpSkin: Embed(source="AeonGraphical.swf", symbol="ButtonBar_buttonSelectedUpSkin"); + upSkin: Embed(source="AeonGraphical.swf", symbol="ButtonBar_buttonUpSkin"); + skin: ClassReference(null); +} + +.lastButtonBarButton +{ + disabledSkin: Embed(source="AeonGraphical.swf", symbol="ButtonBar_lastDisabledSkin"); + downSkin: Embed(source="AeonGraphical.swf", symbol="ButtonBar_lastDownSkin"); + overSkin: Embed(source="AeonGraphical.swf", symbol="ButtonBar_lastOverSkin"); + selectedDisabledSkin: Embed(source="AeonGraphical.swf", symbol="ButtonBar_lastSelectedDisabledSkin"); + selectedDownSkin: Embed(source="AeonGraphical.swf", symbol="ButtonBar_lastSelectedUpSkin"); + selectedOverSkin: Embed(source="AeonGraphical.swf", symbol="ButtonBar_lastSelectedUpSkin"); + selectedUpSkin: Embed(source="AeonGraphical.swf", symbol="ButtonBar_lastSelectedUpSkin"); + upSkin: Embed(source="AeonGraphical.swf", symbol="ButtonBar_lastUpSkin"); + skin: ClassReference(null); +} + +/* +//------------------------------ +// CheckBox +//------------------------------ +*/ +CheckBox +{ + disabledIcon: Embed(source="AeonGraphical.swf", symbol="CheckBox_disabledIcon"); + downIcon: Embed(source="AeonGraphical.swf", symbol="CheckBox_downIcon"); + overIcon: Embed(source="AeonGraphical.swf", symbol="CheckBox_overIcon"); + selectedDisabledIcon: Embed(source="AeonGraphical.swf", symbol="CheckBox_selectedDisabledIcon"); + selectedDownIcon: Embed(source="AeonGraphical.swf", symbol="CheckBox_selectedDownIcon"); + selectedOverIcon: Embed(source="AeonGraphical.swf", symbol="CheckBox_selectedOverIcon"); + selectedUpIcon: Embed(source="AeonGraphical.swf", symbol="CheckBox_selectedUpIcon"); + upIcon: Embed(source="AeonGraphical.swf", symbol="CheckBox_upIcon"); + icon: ClassReference(null); +} + +/* +//------------------------------ +// ComboBox +//------------------------------ +*/ +ComboBox +{ + + disabledSkin: Embed(source="AeonGraphical.swf", symbol="ComboBoxArrow_disabledSkin"); + downSkin: Embed(source="AeonGraphical.swf", symbol="ComboBoxArrow_downSkin"); + editableDisabledSkin: Embed(source="AeonGraphical.swf", symbol="ComboBoxArrow_editableDisabledSkin"); + editableDownSkin: Embed(source="AeonGraphical.swf", symbol="ComboBoxArrow_editableDownSkin"); + editableOverSkin: Embed(source="AeonGraphical.swf", symbol="ComboBoxArrow_editableOverSkin"); + editableUpSkin: Embed(source="AeonGraphical.swf", symbol="ComboBoxArrow_editableUpSkin"); + overSkin: Embed(source="AeonGraphical.swf", symbol="ComboBoxArrow_overSkin"); + upSkin: Embed(source="AeonGraphical.swf", symbol="ComboBoxArrow_upSkin"); + skin: ClassReference(null); + editableSkin: ClassReference(null); +} + +/* +//------------------------------ +// ColorPicker +//------------------------------ +*/ +ColorPicker +{ + disabledSkin: ClassReference("mx.skins.halo.ColorPickerSkin"); + downSkin: ClassReference("mx.skins.halo.ColorPickerSkin"); + overSkin: ClassReference("mx.skins.halo.ColorPickerSkin"); + upSkin: ClassReference("mx.skins.halo.ColorPickerSkin"); + skin: ClassReference(null); +} + +/* +//------------------------------ +// CursorManager +//------------------------------ +*/ +CursorManager +{ + + /* busyCursor: Embed(source="AeonGraphical.swf", symbol="BusyCursor"); */ + /* busyCursorBackground: Embed(source="AeonGraphical.swf",symbol="BusyCursor"); */ + +} + +/* +//------------------------------ +// DataGrid +//------------------------------ +*/ +DataGrid +{ + + columnDropIndicatorSkin: Embed(source="AeonGraphical.swf", symbol="DataGrid_columnDropIndicatorSkin"); + columnResizeSkin: Embed(source="AeonGraphical.swf", symbol="DataGrid_columnResizeSkin"); + headerSeparatorSkin: Embed(source="AeonGraphical.swf", symbol="DataGrid_headerSeparatorSkin"); + sortArrowSkin: Embed(source="AeonGraphical.swf", symbol="DataGrid_sortArrowSkin"); + stretchCursor: Embed(source="AeonGraphical.swf",symbol="DataGrid_stretchCursor"); + headerBackgroundSkin: ClassReference("mx.skins.halo.DataGridHeaderBackgroundSkin"); +} + +/* +//------------------------------ +// DateChooser +//------------------------------ +*/ +DateChooser +{ + nextMonthDisabledSkin: Embed(source="AeonGraphical.swf", symbol="DateChooser_nextMonthDisabledSkin"); + nextMonthDownSkin: Embed(source="AeonGraphical.swf", symbol="DateChooser_nextMonthDownSkin"); + nextMonthOverSkin: Embed(source="AeonGraphical.swf", symbol="DateChooser_nextMonthOverSkin"); + nextMonthUpSkin: Embed(source="AeonGraphical.swf", symbol="DateChooser_nextMonthUpSkin"); + prevMonthDisabledSkin: Embed(source="AeonGraphical.swf", symbol="DateChooser_prevMonthDisabledSkin"); + prevMonthDownSkin: Embed(source="AeonGraphical.swf", symbol="DateChooser_prevMonthDownSkin"); + prevMonthOverSkin: Embed(source="AeonGraphical.swf", symbol="DateChooser_prevMonthOverSkin"); + prevMonthUpSkin: Embed(source="AeonGraphical.swf", symbol="DateChooser_prevMonthUpSkin"); + nextMonthSkin: ClassReference(null); + prevMonthSkin: ClassReference(null); + + nextYearDisabledSkin: Embed(source="AeonGraphical.swf", symbol="DateChooser_nextYearDisabledSkin"); + nextYearDownSkin: Embed(source="AeonGraphical.swf", symbol="DateChooser_nextYearDownSkin"); + nextYearOverSkin: Embed(source="AeonGraphical.swf", symbol="DateChooser_nextYearOverSkin"); + nextYearUpSkin: Embed(source="AeonGraphical.swf", symbol="DateChooser_nextYearUpSkin"); + prevYearDisabledSkin: Embed(source="AeonGraphical.swf", symbol="DateChooser_prevYearDisabledSkin"); + prevYearDownSkin: Embed(source="AeonGraphical.swf", symbol="DateChooser_prevYearDownSkin"); + prevYearOverSkin: Embed(source="AeonGraphical.swf", symbol="DateChooser_prevYearOverSkin"); + prevYearUpSkin: Embed(source="AeonGraphical.swf", symbol="DateChooser_prevYearUpSkin"); + nextYearSkin: ClassReference(null); + prevYearSkin: ClassReference(null); + + todayIndicatorSkin: Embed(source="AeonGraphical.swf", symbol="DateChooser_todayIndicatorSkin"); + + rollOverIndicatorSkin: Embed(source="AeonGraphical.swf", symbol="DateChooser_rollOverIndicatorSkin"); + selectionIndicatorSkin: Embed(source="AeonGraphical.swf", symbol="DateChooser_selectionIndicatorSkin"); + +} + +/* +//------------------------------ +// DateField +//------------------------------ +*/ +DateField +{ + disabledSkin: Embed(source="AeonGraphical.swf",symbol="DateField_disabledSkin"); + downSkin: Embed(source="AeonGraphical.swf",symbol="DateField_downSkin"); + overSkin: Embed(source="AeonGraphical.swf",symbol="DateField_overSkin"); + upSkin: Embed(source="AeonGraphical.swf",symbol="DateField_upSkin"); +} + +/* +//------------------------------ +// DividedBox +//------------------------------ +*/ +DividedBox +{ + dividerSkin: Embed(source="AeonGraphical.swf",symbol="DividedBox_dividerSkin"); + horizontalCursor: Embed(source="AeonGraphical.swf",symbol="DividedBox_horizontalCursor"); + verticalCursor: Embed(source="AeonGraphical.swf",symbol="DividedBox_verticalCursor"); +} + +/* +//------------------------------ +// DragManager +//------------------------------ +*/ +DragManager +{ + copyCursor: Embed(source="AeonGraphical.swf",symbol="DragManager_copyCursor"); + + defaultDragImageSkin: Embed(source="AeonGraphical.swf", symbol="DragManager_defaultDragImageSkin"); + + linkCursor: Embed(source="AeonGraphical.swf",symbol="DragManager_linkCursor"); + moveCursor: Embed(source="AeonGraphical.swf",symbol="DragManager_moveCursor"); + rejectCursor: Embed(source="AeonGraphical.swf",symbol="DragManager_rejectCursor"); +} + +/* +//------------------------------ +// FormItem +//------------------------------ +*/ +FormItem +{ + indicatorSkin: Embed(source="AeonGraphical.swf",symbol="FormItem_indicatorSkin"); +} + +/* +//------------------------------ +// HDividedBox +//------------------------------ +*/ +HDividedBox +{ + dividerSkin: Embed(source="AeonGraphical.swf",symbol="DividedBox_dividerSkin"); + horizontalCursor: Embed(source="AeonGraphical.swf",symbol="DividedBox_horizontalCursor"); + verticalCursor: Embed(source="AeonGraphical.swf",symbol="DividedBox_verticalCursor"); +} + + +/* +//------------------------------ +// HSlider +//------------------------------ +*/ +HSlider +{ + + thumbDisabledSkin: Embed(source="AeonGraphical.swf", symbol="HSliderThumb_disabledSkin"); + thumbDownSkin: Embed(source="AeonGraphical.swf", symbol="HSliderThumb_downSkin"); + thumbOverSkin: Embed(source="AeonGraphical.swf", symbol="HSliderThumb_overSkin"); + thumbUpSkin: Embed(source="AeonGraphical.swf", symbol="HSliderThumb_upSkin"); + trackHighlightSkin: Embed(source="AeonGraphical.swf", symbol="HSliderHighlight_Skin"); + trackSkin: Embed(source="AeonGraphical.swf", symbol="HSliderTrack_Skin"); + thumbSkin: ClassReference(null); + +} + +/* +//------------------------------ +// Image +//------------------------------ +*/ +Image +{ + + brokenImageSkin: Embed(source="AeonGraphical.swf",symbol="Loader_brokenImageSkin"); + +} + +/* +//------------------------------ +// Loader +//------------------------------ +*/ +SWFLoader +{ + + brokenImageSkin: Embed(source="AeonGraphical.swf",symbol="Loader_brokenImageSkin"); + +} + +/* +//------------------------------ +// Menu +//------------------------------ +*/ +Menu +{ + branchIcon: Embed(source="AeonGraphical.swf",symbol="Menu_branchIcon"); + branchDisabledIcon: Embed(source="AeonGraphical.swf",symbol="Menu_branchDisabledIcon"); + checkIcon: Embed(source="AeonGraphical.swf",symbol="Menu_checkIcon"); + checkDisabledIcon: Embed(source="AeonGraphical.swf",symbol="Menu_checkDisabledIcon"); + radioIcon: Embed(source="AeonGraphical.swf",symbol="Menu_radioIcon"); + radioDisabledIcon: Embed(source="AeonGraphical.swf",symbol="Menu_radioDisabledIcon"); + separatorSkin: Embed(source="AeonGraphical.swf",symbol="Menu_separatorSkin"); +} + +/* +//------------------------------ +// MenuBar +//------------------------------ +*/ +MenuBar +{ + + backgroundSkin: Embed(source="AeonGraphical.swf", symbol="MenuBar_backgroundSkin"); + itemUpSkin: Embed(source="AeonGraphical.swf", symbol="MenuBar_itemUpSkin"); + itemOverSkin: Embed(source="AeonGraphical.swf", symbol="MenuBar_itemOverSkin"); + itemDownSkin: Embed(source="AeonGraphical.swf", symbol="MenuBar_itemDownSkin"); + +} + +/* +//------------------------------ +// NumericStepper +//------------------------------ +*/ +NumericStepper +{ + + downArrowDisabledSkin: Embed(source="AeonGraphical.swf", symbol="NumericStepperDownArrow_DisabledSkin"); + downArrowDownSkin: Embed(source="AeonGraphical.swf", symbol="NumericStepperDownArrow_DownSkin"); + downArrowOverSkin: Embed(source="AeonGraphical.swf", symbol="NumericStepperDownArrow_OverSkin"); + downArrowUpSkin: Embed(source="AeonGraphical.swf", symbol="NumericStepperDownArrow_UpSkin"); + upArrowDisabledSkin: Embed(source="AeonGraphical.swf", symbol="NumericStepperUpArrow_DisabledSkin"); + upArrowDownSkin: Embed(source="AeonGraphical.swf", symbol="NumericStepperUpArrow_DownSkin"); + upArrowOverSkin: Embed(source="AeonGraphical.swf", symbol="NumericStepperUpArrow_OverSkin"); + upArrowUpSkin: Embed(source="AeonGraphical.swf", symbol="NumericStepperUpArrow_UpSkin"); + upArrowSkin: ClassReference(null); + downArrowSkin: ClassReference(null); + +} + +/* +//------------------------------ +// Panel +//------------------------------ +*/ +Panel +{ + + closeButtonDisabledSkin: Embed(source="AeonGraphical.swf",symbol="CloseButtonDisabled"); + closeButtonDownSkin: Embed(source="AeonGraphical.swf",symbol="CloseButtonDown"); + closeButtonOverSkin: Embed(source="AeonGraphical.swf",symbol="CloseButtonOver"); + closeButtonUpSkin: Embed(source="AeonGraphical.swf",symbol="CloseButtonUp"); + titleBackgroundSkin: Embed(source="AeonGraphical.swf", symbol="PanelTitleBackground"); + borderSkin: ClassReference(null); + +} + +Alert +{ + closeButtonDisabledSkin: Embed(source="AeonGraphical.swf",symbol="CloseButtonDisabled"); + closeButtonDownSkin: Embed(source="AeonGraphical.swf",symbol="CloseButtonDown"); + closeButtonOverSkin: Embed(source="AeonGraphical.swf",symbol="CloseButtonOver"); + closeButtonUpSkin: Embed(source="AeonGraphical.swf",symbol="CloseButtonUp"); + titleBackgroundSkin: Embed(source="AeonGraphical.swf", symbol="PanelTitleBackground"); +} + +/* +//------------------------------ +// PopUpButton +//------------------------------ +*/ +PopUpButton +{ + + disabledSkin: Embed(source="AeonGraphical.swf", symbol="PopUpButton_DisabledSkin"); + + downSkin: Embed(source="AeonGraphical.swf", symbol="PopUpButton_downSkin"); + overSkin: Embed(source="AeonGraphical.swf", symbol="PopUpButton_overSkin"); + popUpDownSkin: Embed(source="AeonGraphical.swf", symbol="PopUpButton_popUpDownSkin"); + popUpOverSkin: Embed(source="AeonGraphical.swf", symbol="PopUpButton_popUpOverSkin"); + skin: ClassReference(null); + + upSkin: Embed(source="AeonGraphical.swf", symbol="PopUpButton_upSkin"); +} + + +/* +//------------------------------ +// ProgressBar +//------------------------------ +*/ +ProgressBar +{ + + barSkin: Embed(source="AeonGraphical.swf", symbol="ProgressBarSkin"); + indeterminateSkin: Embed(source="AeonGraphical.swf", symbol="ProgressIndeterminateSkin"); + trackSkin: Embed(source="AeonGraphical.swf", symbol="ProgressTrackSkin"); + maskSkin: ClassReference(null); +} + +/* +//------------------------------ +// RadioButton +//------------------------------ +*/ +RadioButton +{ + + disabledIcon: Embed(source="AeonGraphical.swf", symbol="RadioButton_disabledIcon"); + downIcon: Embed(source="AeonGraphical.swf", symbol="RadioButton_downIcon"); + overIcon: Embed(source="AeonGraphical.swf", symbol="RadioButton_overIcon"); + selectedDisabledIcon: Embed(source="AeonGraphical.swf", symbol="RadioButtonSelected_disabledIcon"); + selectedDownIcon: Embed(source="AeonGraphical.swf", symbol="RadioButtonSelected_downIcon"); + selectedOverIcon: Embed(source="AeonGraphical.swf", symbol="RadioButtonSelected_overIcon"); + selectedUpIcon: Embed(source="AeonGraphical.swf", symbol="RadioButtonSelected_upIcon"); + upIcon: Embed(source="AeonGraphical.swf", symbol="RadioButtonIcon"); + icon: ClassReference(null); +} + +/* +//------------------------------ +// RichTextEditor +//------------------------------ +*/ +RichTextEditor +{ + closeButtonDisabledSkin: Embed(source="AeonGraphical.swf",symbol="CloseButtonDisabled"); + closeButtonDownSkin: Embed(source="AeonGraphical.swf",symbol="CloseButtonDown"); + closeButtonOverSkin: Embed(source="AeonGraphical.swf",symbol="CloseButtonOver"); + closeButtonUpSkin: Embed(source="AeonGraphical.swf",symbol="CloseButtonUp"); + titleBackgroundSkin: Embed(source="AeonGraphical.swf", symbol="PanelTitleBackground"); +} + +/* +//------------------------------ +// ScrollBar +//------------------------------ +*/ +ScrollControlBase +{ + borderSkin: ClassReference(null); +} + +/* +//------------------------------ +// ScrollBar +//------------------------------ +*/ +ScrollBar +{ + + downArrowDisabledSkin: Embed(source="AeonGraphical.swf", symbol="ScrollArrowDown_disabledSkin"); + downArrowDownSkin: Embed(source="AeonGraphical.swf", symbol="ScrollArrowDown_downSkin"); + downArrowOverSkin: Embed(source="AeonGraphical.swf", symbol="ScrollArrowDown_overSkin"); + downArrowUpSkin: Embed(source="AeonGraphical.swf", symbol="ScrollArrowDown_upSkin"); + downArrowSkin: ClassReference(null); + thumbDownSkin: Embed(source="AeonGraphical.swf", symbol="ScrollThumb_downSkin"); + thumbIcon: Embed(source="AeonGraphical.swf", symbol="ScrollBar_thumbIcon"); + thumbOverSkin: Embed(source="AeonGraphical.swf", symbol="ScrollThumb_overSkin"); + thumbUpSkin: Embed(source="AeonGraphical.swf", symbol="ScrollThumb_upSkin"); + thumbSkin: ClassReference(null); + trackSkin: Embed(source="AeonGraphical.swf", symbol="ScrollTrack_Skin"); + upArrowDisabledSkin: Embed(source="AeonGraphical.swf", symbol="ScrollArrowUp_disabledSkin"); + upArrowDownSkin: Embed(source="AeonGraphical.swf", symbol="ScrollArrowUp_downSkin"); + upArrowOverSkin: Embed(source="AeonGraphical.swf", symbol="ScrollArrowUp_overSkin"); + upArrowUpSkin: Embed(source="AeonGraphical.swf", symbol="ScrollArrowUp_upSkin"); + upArrowSkin: ClassReference(null); + +} + +/* +//------------------------------ +// TextInput +//------------------------------ +*/ +TextInput +{ + borderSkin: ClassReference(null); +} + +/* +//------------------------------ +// HScrollBar +//------------------------------ +*/ +HScrollBar +{ + + downArrowDisabledSkin: Embed(source="AeonGraphical.swf", symbol="ScrollArrowDown_disabledSkin"); + downArrowDownSkin: Embed(source="AeonGraphical.swf", symbol="ScrollArrowDown_downSkin"); + downArrowOverSkin: Embed(source="AeonGraphical.swf", symbol="ScrollArrowDown_overSkin"); + downArrowUpSkin: Embed(source="AeonGraphical.swf", symbol="ScrollArrowDown_upSkin"); + thumbDownSkin: Embed(source="AeonGraphical.swf", symbol="ScrollThumb_downSkin"); + thumbIcon: Embed(source="AeonGraphical.swf", symbol="ScrollBar_thumbIcon"); + thumbOverSkin: Embed(source="AeonGraphical.swf", symbol="ScrollThumb_overSkin"); + thumbUpSkin: Embed(source="AeonGraphical.swf", symbol="ScrollThumb_upSkin"); + trackSkin: Embed(source="AeonGraphical.swf", symbol="ScrollTrack_Skin"); + upArrowDisabledSkin: Embed(source="AeonGraphical.swf", symbol="ScrollArrowUp_disabledSkin"); + upArrowDownSkin: Embed(source="AeonGraphical.swf", symbol="ScrollArrowUp_downSkin"); + upArrowOverSkin: Embed(source="AeonGraphical.swf", symbol="ScrollArrowUp_overSkin"); + upArrowUpSkin: Embed(source="AeonGraphical.swf", symbol="ScrollArrowUp_upSkin"); + +} + +/* +//------------------------------ +// VScrollBar +//------------------------------ +*/ +VScrollBar +{ + + downArrowDisabledSkin: Embed(source="AeonGraphical.swf", symbol="ScrollArrowDown_disabledSkin"); + downArrowDownSkin: Embed(source="AeonGraphical.swf", symbol="ScrollArrowDown_downSkin"); + downArrowOverSkin: Embed(source="AeonGraphical.swf", symbol="ScrollArrowDown_overSkin"); + downArrowUpSkin: Embed(source="AeonGraphical.swf", symbol="ScrollArrowDown_upSkin"); + thumbDownSkin: Embed(source="AeonGraphical.swf", symbol="ScrollThumb_downSkin"); + thumbIcon: Embed(source="AeonGraphical.swf", symbol="ScrollBar_thumbIcon"); + thumbOverSkin: Embed(source="AeonGraphical.swf", symbol="ScrollThumb_overSkin"); + thumbUpSkin: Embed(source="AeonGraphical.swf", symbol="ScrollThumb_upSkin"); + trackSkin: Embed(source="AeonGraphical.swf", symbol="ScrollTrack_Skin"); + upArrowDisabledSkin: Embed(source="AeonGraphical.swf", symbol="ScrollArrowUp_disabledSkin"); + upArrowDownSkin: Embed(source="AeonGraphical.swf", symbol="ScrollArrowUp_downSkin"); + upArrowOverSkin: Embed(source="AeonGraphical.swf", symbol="ScrollArrowUp_overSkin"); + upArrowUpSkin: Embed(source="AeonGraphical.swf", symbol="ScrollArrowUp_upSkin"); + +} + +/* +//------------------------------ +// Slider +//------------------------------ +*/ +Slider +{ + skin: ClassReference(null); + trackSkin: ClassReference(null); + trackHighlightSkin: ClassReference(null); + thumbSkin: ClassReference(null); +} + +/* +//------------------------------ +// Tab +//------------------------------ +*/ +Tab +{ + + disabledSkin: Embed(source="AeonGraphical.swf", symbol="Tab_disabledSkin"); + downSkin: Embed(source="AeonGraphical.swf", symbol="Tab_downSkin"); + overSkin: Embed(source="AeonGraphical.swf", symbol="Tab_overSkin"); + selectedDisabledSkin: Embed(source="AeonGraphical.swf", symbol="TabSelected_disabledSkin"); + selectedDownSkin: Embed(source="AeonGraphical.swf", symbol="TabSelected_upSkin"); + selectedOverSkin: Embed(source="AeonGraphical.swf", symbol="TabSelected_upSkin"); + selectedUpSkin: Embed(source="AeonGraphical.swf", symbol="TabSelected_upSkin"); + upSkin: Embed(source="AeonGraphical.swf", symbol="Tab_upSkin"); + skin: ClassReference(null); + +} + +/* +//------------------------------ +// TitleWindow +//------------------------------ +*/ +TitleWindow +{ + closeButtonDisabledSkin: Embed(source="AeonGraphical.swf",symbol="CloseButtonDisabled"); + closeButtonDownSkin: Embed(source="AeonGraphical.swf",symbol="CloseButtonDown"); + closeButtonOverSkin: Embed(source="AeonGraphical.swf",symbol="CloseButtonOver"); + closeButtonUpSkin: Embed(source="AeonGraphical.swf",symbol="CloseButtonUp"); + titleBackgroundSkin: Embed(source="AeonGraphical.swf", symbol="PanelTitleBackground"); +} + +/* +//------------------------------ +// ToolTip +//------------------------------ +*/ +ToolTip +{ + + borderSkin: Embed(source="AeonGraphical.swf", symbol="ToolTip_borderSkin"); + +} + +/* +//------------------------------ +// Tree +//------------------------------ +*/ +Tree +{ + defaultLeafIcon: Embed(source="AeonGraphical.swf",symbol="Tree_defaultLeafIcon"); + disclosureClosedIcon: Embed(source="AeonGraphical.swf",symbol="Tree_disclosureClosedIcon"); + disclosureOpenIcon: Embed(source="AeonGraphical.swf",symbol="Tree_disclosureOpenIcon"); + folderClosedIcon: Embed(source="AeonGraphical.swf",symbol="Tree_folderClosedIcon"); + folderOpenIcon: Embed(source="AeonGraphical.swf",symbol="Tree_folderOpenIcon"); +} + +/* +//------------------------------ +// VDividedBox +//------------------------------ +*/ +VDividedBox +{ + dividerSkin: Embed(source="AeonGraphical.swf",symbol="DividedBox_dividerSkin"); + horizontalCursor: Embed(source="AeonGraphical.swf",symbol="DividedBox_horizontalCursor"); + verticalCursor: Embed(source="AeonGraphical.swf",symbol="DividedBox_verticalCursor"); +} + +/* +//------------------------------ +// VSlider +//------------------------------ +*/ +VSlider +{ + + thumbDisabledSkin: Embed(source="AeonGraphical.swf", symbol="VSliderThumb_disabledSkin"); + thumbDownSkin: Embed(source="AeonGraphical.swf", symbol="VSliderThumb_downSkin"); + thumbOverSkin: Embed(source="AeonGraphical.swf", symbol="VSliderThumb_overSkin"); + thumbUpSkin: Embed(source="AeonGraphical.swf", symbol="VSliderThumb_upSkin"); + trackHighlightSkin: Embed(source="AeonGraphical.swf", symbol="HSliderHighlight_Skin"); + trackSkin: Embed(source="AeonGraphical.swf", symbol="HSliderTrack_Skin"); + thumbSkin: ClassReference(null); + +} http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/5be16a28/attic/qa/apps/qa-regress/WEB-INF/flex/themes/AeonGraphical/AeonGraphical.swf ---------------------------------------------------------------------- diff --git a/attic/qa/apps/qa-regress/WEB-INF/flex/themes/AeonGraphical/AeonGraphical.swf b/attic/qa/apps/qa-regress/WEB-INF/flex/themes/AeonGraphical/AeonGraphical.swf new file mode 100644 index 0000000..3992dfb Binary files /dev/null and b/attic/qa/apps/qa-regress/WEB-INF/flex/themes/AeonGraphical/AeonGraphical.swf differ http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/5be16a28/attic/qa/apps/qa-regress/WEB-INF/flex/themes/AeonGraphical/preview.jpg ---------------------------------------------------------------------- diff --git a/attic/qa/apps/qa-regress/WEB-INF/flex/themes/AeonGraphical/preview.jpg b/attic/qa/apps/qa-regress/WEB-INF/flex/themes/AeonGraphical/preview.jpg new file mode 100644 index 0000000..cc870d4 Binary files /dev/null and b/attic/qa/apps/qa-regress/WEB-INF/flex/themes/AeonGraphical/preview.jpg differ http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/5be16a28/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Halo/halo.swc ---------------------------------------------------------------------- diff --git a/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Halo/halo.swc b/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Halo/halo.swc new file mode 100644 index 0000000..4e596d1 Binary files /dev/null and b/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Halo/halo.swc differ http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/5be16a28/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Halo/preview.jpg ---------------------------------------------------------------------- diff --git a/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Halo/preview.jpg b/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Halo/preview.jpg new file mode 100644 index 0000000..14c1f97 Binary files /dev/null and b/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Halo/preview.jpg differ http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/5be16a28/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Mobile/mobile.swc ---------------------------------------------------------------------- diff --git a/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Mobile/mobile.swc b/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Mobile/mobile.swc new file mode 100644 index 0000000..d8ffe30 Binary files /dev/null and b/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Mobile/mobile.swc differ http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/5be16a28/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Mobile/preview.jpg ---------------------------------------------------------------------- diff --git a/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Mobile/preview.jpg b/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Mobile/preview.jpg new file mode 100644 index 0000000..ce50697 Binary files /dev/null and b/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Mobile/preview.jpg differ http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/5be16a28/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Spark/preview.jpg ---------------------------------------------------------------------- diff --git a/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Spark/preview.jpg b/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Spark/preview.jpg new file mode 100644 index 0000000..2eedd74 Binary files /dev/null and b/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Spark/preview.jpg differ http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/5be16a28/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Spark/spark.css ---------------------------------------------------------------------- diff --git a/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Spark/spark.css b/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Spark/spark.css new file mode 100644 index 0000000..78e8ce0 --- /dev/null +++ b/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Spark/spark.css @@ -0,0 +1,61 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +@namespace mx "library://ns.adobe.com/flex/mx"; +@namespace s "library://ns.adobe.com/flex/spark"; + +mx|Menu, mx|Panel, mx|TitleWindow +{ + dropShadowVisible: true; +} + +mx|List.comboDropdown +{ + dropShadowVisible: true; +} + +mx|VideoDisplay +{ + contentBackgroundColor: #000000; +} + +s|ComboBox, s|DropDownList, s|VideoPlayer +{ + dropShadowVisible: true; +} + +s|Panel +{ + borderAlpha: 0.5; + borderColor: 0; + cornerRadius: 0; + dropShadowVisible: true; +} + +s|TitleWindow +{ + borderAlpha: 0.8; + borderColor: 0; + cornerRadius: 0; + dropShadowVisible: true; +} + +s|CalloutButton +{ + rollOverOpenDelay: NaN; /* default behavior is clicking button to open callout for spark*/ +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/5be16a28/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Wireframe/preview.jpg ---------------------------------------------------------------------- diff --git a/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Wireframe/preview.jpg b/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Wireframe/preview.jpg new file mode 100644 index 0000000..1d29360 Binary files /dev/null and b/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Wireframe/preview.jpg differ http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/5be16a28/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Wireframe/wireframe.swc ---------------------------------------------------------------------- diff --git a/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Wireframe/wireframe.swc b/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Wireframe/wireframe.swc new file mode 100644 index 0000000..e5d7a3f Binary files /dev/null and b/attic/qa/apps/qa-regress/WEB-INF/flex/themes/Wireframe/wireframe.swc differ http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/5be16a28/attic/qa/apps/qa-regress/WEB-INF/flex/version.properties ---------------------------------------------------------------------- diff --git a/attic/qa/apps/qa-regress/WEB-INF/flex/version.properties b/attic/qa/apps/qa-regress/WEB-INF/flex/version.properties new file mode 100644 index 0000000..b3761cd --- /dev/null +++ b/attic/qa/apps/qa-regress/WEB-INF/flex/version.properties @@ -0,0 +1,4 @@ +#Fri, 28 Nov 2014 10:25:11 +0100 + +build=4.6.0.dev +minimumSDKVersion=3.5 http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/5be16a28/attic/qa/apps/qa-regress/WEB-INF/flex/winFonts.ser ---------------------------------------------------------------------- diff --git a/attic/qa/apps/qa-regress/WEB-INF/flex/winFonts.ser b/attic/qa/apps/qa-regress/WEB-INF/flex/winFonts.ser new file mode 100644 index 0000000..e69de29 http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/5be16a28/attic/qa/apps/qa-regress/WEB-INF/lib/aopalliance-1.0.jar ---------------------------------------------------------------------- diff --git a/attic/qa/apps/qa-regress/WEB-INF/lib/aopalliance-1.0.jar b/attic/qa/apps/qa-regress/WEB-INF/lib/aopalliance-1.0.jar new file mode 100644 index 0000000..578b1a0 Binary files /dev/null and b/attic/qa/apps/qa-regress/WEB-INF/lib/aopalliance-1.0.jar differ http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/5be16a28/attic/qa/apps/qa-regress/WEB-INF/lib/axis.jar ---------------------------------------------------------------------- diff --git a/attic/qa/apps/qa-regress/WEB-INF/lib/axis.jar b/attic/qa/apps/qa-regress/WEB-INF/lib/axis.jar new file mode 100644 index 0000000..20b09a5 Binary files /dev/null and b/attic/qa/apps/qa-regress/WEB-INF/lib/axis.jar differ http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/5be16a28/attic/qa/apps/qa-regress/WEB-INF/lib/backport-util-concurrent-2.2.jar ---------------------------------------------------------------------- diff --git a/attic/qa/apps/qa-regress/WEB-INF/lib/backport-util-concurrent-2.2.jar b/attic/qa/apps/qa-regress/WEB-INF/lib/backport-util-concurrent-2.2.jar new file mode 100644 index 0000000..20a1687 Binary files /dev/null and b/attic/qa/apps/qa-regress/WEB-INF/lib/backport-util-concurrent-2.2.jar differ http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/5be16a28/attic/qa/apps/qa-regress/WEB-INF/lib/cglib-nodep-2.1_3.jar ---------------------------------------------------------------------- diff --git a/attic/qa/apps/qa-regress/WEB-INF/lib/cglib-nodep-2.1_3.jar b/attic/qa/apps/qa-regress/WEB-INF/lib/cglib-nodep-2.1_3.jar new file mode 100644 index 0000000..e9b17eb Binary files /dev/null and b/attic/qa/apps/qa-regress/WEB-INF/lib/cglib-nodep-2.1_3.jar differ http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/5be16a28/attic/qa/apps/qa-regress/WEB-INF/lib/commons-codec-1.5.jar ---------------------------------------------------------------------- diff --git a/attic/qa/apps/qa-regress/WEB-INF/lib/commons-codec-1.5.jar b/attic/qa/apps/qa-regress/WEB-INF/lib/commons-codec-1.5.jar new file mode 100644 index 0000000..e9013fe Binary files /dev/null and b/attic/qa/apps/qa-regress/WEB-INF/lib/commons-codec-1.5.jar differ http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/5be16a28/attic/qa/apps/qa-regress/WEB-INF/lib/commons-discovery-0.2.jar ---------------------------------------------------------------------- diff --git a/attic/qa/apps/qa-regress/WEB-INF/lib/commons-discovery-0.2.jar b/attic/qa/apps/qa-regress/WEB-INF/lib/commons-discovery-0.2.jar new file mode 100644 index 0000000..b885548 Binary files /dev/null and b/attic/qa/apps/qa-regress/WEB-INF/lib/commons-discovery-0.2.jar differ http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/5be16a28/attic/qa/apps/qa-regress/WEB-INF/lib/commons-httpclient-3.1.jar ---------------------------------------------------------------------- diff --git a/attic/qa/apps/qa-regress/WEB-INF/lib/commons-httpclient-3.1.jar b/attic/qa/apps/qa-regress/WEB-INF/lib/commons-httpclient-3.1.jar new file mode 100644 index 0000000..7c59774 Binary files /dev/null and b/attic/qa/apps/qa-regress/WEB-INF/lib/commons-httpclient-3.1.jar differ http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/5be16a28/attic/qa/apps/qa-regress/WEB-INF/lib/commons-logging-1.1.1.jar ---------------------------------------------------------------------- diff --git a/attic/qa/apps/qa-regress/WEB-INF/lib/commons-logging-1.1.1.jar b/attic/qa/apps/qa-regress/WEB-INF/lib/commons-logging-1.1.1.jar new file mode 100644 index 0000000..8758a96 Binary files /dev/null and b/attic/qa/apps/qa-regress/WEB-INF/lib/commons-logging-1.1.1.jar differ http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/5be16a28/attic/qa/apps/qa-regress/WEB-INF/lib/flex-messaging-common.jar ---------------------------------------------------------------------- diff --git a/attic/qa/apps/qa-regress/WEB-INF/lib/flex-messaging-common.jar b/attic/qa/apps/qa-regress/WEB-INF/lib/flex-messaging-common.jar new file mode 100644 index 0000000..3921d13 Binary files /dev/null and b/attic/qa/apps/qa-regress/WEB-INF/lib/flex-messaging-common.jar differ http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/5be16a28/attic/qa/apps/qa-regress/WEB-INF/lib/flex-messaging-core.jar ---------------------------------------------------------------------- diff --git a/attic/qa/apps/qa-regress/WEB-INF/lib/flex-messaging-core.jar b/attic/qa/apps/qa-regress/WEB-INF/lib/flex-messaging-core.jar new file mode 100644 index 0000000..7146e8a Binary files /dev/null and b/attic/qa/apps/qa-regress/WEB-INF/lib/flex-messaging-core.jar differ http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/5be16a28/attic/qa/apps/qa-regress/WEB-INF/lib/flex-messaging-opt.jar ---------------------------------------------------------------------- diff --git a/attic/qa/apps/qa-regress/WEB-INF/lib/flex-messaging-opt.jar b/attic/qa/apps/qa-regress/WEB-INF/lib/flex-messaging-opt.jar new file mode 100644 index 0000000..5996f43 Binary files /dev/null and b/attic/qa/apps/qa-regress/WEB-INF/lib/flex-messaging-opt.jar differ
