套件 | 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):void
sortFieldName | 屬性 |
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):void
Tue Jun 12 2018, 03:47 PM Z