| Pacchetto | com.adobe.ep.ux.content.model.search |
| Interfaccia | public interface SortField |
| Implementatori | SortFieldImpl |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Proprietà pubbliche
| Proprietà | Definito da | ||
|---|---|---|---|
| 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 | ||
Descrizione delle proprietà
ascending | proprietà |
ascending:Boolean| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Tells whether the sorting has to be done in asecnding or descending order.
Implementazione
public function get ascending():Boolean public function set ascending(value:Boolean):voidsortFieldName | proprietà |
sortFieldName:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
returns the field name on which sorting needs to be done.
Implementazione
public function get sortFieldName():String public function set sortFieldName(value:String):voidTue Jun 12 2018, 02:44 PM Z