You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2017/04/21 16:35:53 UTC

[29/43] git commit: [flex-asjs] [refs/heads/dual] - add new classes to framework

add new classes to framework


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/23f3c5ad
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/23f3c5ad
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/23f3c5ad

Branch: refs/heads/dual
Commit: 23f3c5ad13b453f321a6a8a0acd284b50fb02fc4
Parents: ee79111
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Apr 17 13:23:59 2017 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Apr 17 13:23:59 2017 +1000

----------------------------------------------------------------------
 frameworks/projects/Formatters/src/main/flex/FormattersClasses.as | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/23f3c5ad/frameworks/projects/Formatters/src/main/flex/FormattersClasses.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/Formatters/src/main/flex/FormattersClasses.as b/frameworks/projects/Formatters/src/main/flex/FormattersClasses.as
index d9013dc..53b406a 100644
--- a/frameworks/projects/Formatters/src/main/flex/FormattersClasses.as
+++ b/frameworks/projects/Formatters/src/main/flex/FormattersClasses.as
@@ -30,6 +30,9 @@ internal class FormattersClasses
 	import org.apache.flex.core.FormatBase; FormatBase;
 	
 	import org.apache.flex.html.accessories.DateFormatMMDDYYYYBead; DateFormatMMDDYYYYBead;
+	import org.apache.flex.html.accessories.DateFormatDDMMYYYYBead; DateFormatDDMMYYYYBead;
+	import org.apache.flex.html.accessories.DateFormatYYYYMMDDBead; DateFormatYYYYMMDDBead;
+	import org.apache.flex.html.accessories.SimpleDateFormatBead; SimpleDateFormatBead;
 	COMPILE::SWF
 	{
     	import org.apache.flex.html.beads.FormatableLabelView; FormatableLabelView;