| Pacote | com.adobe.ep.ux.content.model.search |
| Interface | public interface SortField |
| Implementadores | SortFieldImpl |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Propriedades públicas
| Propriedade | 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 | ||
Detalhes da propriedade
ascending | propriedade |
ascending:Boolean| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Tells whether the sorting has to be done in asecnding or descending order.
Implementação
public function get ascending():Boolean public function set ascending(value:Boolean):voidsortFieldName | propriedade |
sortFieldName:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
returns the field name on which sorting needs to be done.
Implementação
public function get sortFieldName():String public function set sortFieldName(value:String):voidWed Jun 13 2018, 11:10 AM Z