| Pakket | com.adobe.ep.ux.content.model.search |
| Interface | public interface SortField |
| Geïmplementeerd door | SortFieldImpl |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Openbare eigenschappen
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| 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 | ||
Eigenschapdetails
ascending | eigenschap |
ascending:Boolean| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Tells whether the sorting has to be done in asecnding or descending order.
Implementatie
public function get ascending():Boolean public function set ascending(value:Boolean):voidsortFieldName | eigenschap |
sortFieldName:String| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
returns the field name on which sorting needs to be done.
Implementatie
public function get sortFieldName():String public function set sortFieldName(value:String):voidWed Jun 13 2018, 11:42 AM Z