| Paquete | com.adobe.ep.ux.content.model.search |
| Interfaz | public interface SortField |
| Implementadores | SortFieldImpl |
| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Propiedades públicas
| Propiedad | Definido por | ||
|---|---|---|---|
| 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 | ||
Información sobre propiedades
ascending | propiedad |
ascending:Boolean| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Tells whether the sorting has to be done in asecnding or descending order.
Implementación
public function get ascending():Boolean public function set ascending(value:Boolean):voidsortFieldName | propiedad |
sortFieldName:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
returns the field name on which sorting needs to be done.
Implementación
public function get sortFieldName():String public function set sortFieldName(value:String):voidTue Jun 12 2018, 02:12 PM Z