| Пакет | com.adobe.ep.ux.content.model.search |
| Интерфейс | public interface SortField |
| Средство реализации | SortFieldImpl |
| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Общедоступные свойства
| Свойство | Определено | ||
|---|---|---|---|
| ascending : Boolean
Tells whether the sorting has to be done in asecnding or descending order. | SortField | ||
| sortFieldName : String
returns the field name on which sorting needs to be done. | SortField | ||
Сведения о свойстве
ascending | свойство |
ascending:Boolean| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Tells whether the sorting has to be done in asecnding or descending order.
Реализация
public function get ascending():Boolean public function set ascending(value:Boolean):voidsortFieldName | свойство |
sortFieldName:String| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
returns the field name on which sorting needs to be done.
Реализация
public function get sortFieldName():String public function set sortFieldName(value:String):voidTue Jun 12 2018, 11:34 AM Z