[svn:fx-trunk] 10951: TitleWindow initial checkin.
Revision: 10951
Author: klin@adobe.com
Date: 2009-10-09 10:15:44 -0700 (Fri, 09 Oct 2009)
Log Message:
***********
TitleWindow initial checkin. This is the spark equivalent of the mx:TitleWindow. One major difference is that we support a new skinstate called active. In this state, the titlebar of the window that is in focus or if one of that window's children is in focus.
-Added TitleWindow component to spark framework.
-Added new TitleWindowBoundsEvent to define events when you drag a TitleWindow.
-Added TitleWindow default skin and wireframe skin.
-Included TitleWindow to manifests and stylesheets.
-Added TitleWindow checkin test.
-Modified Panel's controlBarGroupProperties and related constants to be mx_internal in order for titlewindow to have the correct state when the controlBar is present and visible.
-Added ASDoc example for TW.
-Added icon for FB integration.
-Changed mx:TitleWindow's Alternative metadata to point to the spark TitleWindow.
SDK-23648 - small cosmetic fix on TitleWindow skin for titleDisplay overlapping with the closeButton
QE notes: TitleWindow ready for testing.
Doc notes: Yes
Bugs: SDK-23648
Reviewer: Ryan
Tests run: checkintests
Is noteworthy for integration: Yes
Ticket Links:
************
http://bugs.adobe.com/jira/browse/SDK-23648
http://bugs.adobe.com/jira/browse/SDK-23648
Modified Paths:
**************
flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/TitleWindow.as
flex/sdk/trunk/frameworks/projects/spark/defaults-3.0.0.css
flex/sdk/trunk/frameworks/projects/spark/defaults.css
flex/sdk/trunk/frameworks/projects/spark/src/SparkClasses.as
flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Panel.as
flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/PanelSkin.mxml
flex/sdk/trunk/frameworks/projects/wireframe/defaults.css
flex/sdk/trunk/frameworks/projects/wireframe/src/WireframeClasses.as
flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/PanelSkin.mxml
flex/sdk/trunk/frameworks/spark-manifest.xml
flex/sdk/trunk/frameworks/tests/basicTests/BasicTests-config.xml
flex/sdk/trunk/frameworks/tests/basicTests/BasicTests.mxml
Added Paths:
***********
flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/components/examples/SimpleTitleWindowExample.mxml
flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/components/examples/TitleWindowApp.mxml
flex/sdk/trunk/frameworks/projects/spark/src/spark/components/TitleWindow.as
flex/sdk/trunk/frameworks/projects/spark/src/spark/components/TitleWindow.png
flex/sdk/trunk/frameworks/projects/spark/src/spark/events/TitleWindowBoundsEvent.as
flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TitleWindowCloseButtonSkin.mxml
flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TitleWindowSkin.mxml
flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/TitleWindowCloseButtonSkin.mxml
flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/TitleWindowSkin.mxml
flex/sdk/trunk/frameworks/tests/basicTests/spark/scripts/TitleWindowTestScript.mxml
flex/sdk/trunk/frameworks/tests/basicTests/spark/views/TitleWindowTests.mxml
