Pakiet | mx.formatters |
Interfejs | public interface IFormatter |
Implementory | CurrencyFormatter, DateTimeFormatter, Formatter, NumberFormatter |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | Flash Player 10.1, AIR 2.5 |
AdvancedDataGridColumn
.
Powiązane elementy interfejsu API
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Formats a value and returns a String
containing the new formatted value. | IFormatter |
Szczegół metody
format | () | metoda |
public function format(value:Object):String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | Flash Player 10.1, AIR 2.5 |
Formats a value and returns a String
containing the new formatted value.
Parametry
value:Object — Value to be formatted.
|
String — The formatted string.
|
Tue Jun 12 2018, 12:06 PM Z