search for: dateformatter

Displaying 2 results from an estimated 2 matches for "dateformatter".

Did you mean: dataformatters
2009 May 15
1
[PATCH server] First round of (largely) cosmetic changes to flexchart.
...ge org.ovirt.charts { import mx.controls.TextInput; import mx.controls.DateField; import mx.controls.Button; + import mx.controls.Label; import mx.controls.PopUpMenuButton; import mx.controls.Text; import mx.events.MenuEvent; + import mx.events.FlexEvent; import mx.formatters.DateFormatter; import org.ovirt.data.*; import org.ovirt.elements.*; @@ -54,10 +58,22 @@ package org.ovirt.charts { private var functionMenu:PopUpMenuButton; private var dateBar:Box; private var datePattern:RegExp; + private var selectedBar:SingleBar; /* Private, class-spec...
2006 Oct 20
7
MVC and modules. Views telling models to behave
I was thinking today, it would be nice if a view could tell a model how to format it''s data for that particular view. Kind of like, the view is bestowing instant, and temporary knowledge on the model for the duration of the views run. It seemed to me that this would be more objecty than say a helper that formats a string format_my_string( my_string ) Instead, in my view. Lets assume I