SortBy

SortBy

DSS排序类

Constructor

new SortBy()

Example
new GeoGlobe.DSS.SortBy({
    sorts: [
        ['name', GeoGlobe.DSS.SortBy.ASC],
        ['age', GeoGlobe.DSS.SortBy.DESC]
    ]
})

Members

sorts :Array.<Array>

字段名称
Type:
  • Array.<Array>

Methods

initialize(options)

Parameters:
Name Type Description
options Object

serialize()