new RptComponent()
Extends
- js.lang.Object
 
Methods
filter(field, op, values)
    Filters on the specified db field.
    Parameters:
| Name | Type | Description | 
|---|---|---|
field | 
            
            Object | |
op | 
            
            String | |
values | 
            
            Array | 
getAssocDBField(dsid, callback)
    Returns the associated DB field object with the specified dsid.
    Parameters:
| Name | Type | Description | 
|---|---|---|
dsid | 
            
            String | |
callback | 
            
            function | 
isFilterable() → {Boolean}
    Returns whether this data container supports filter function.
Returns:
- Type
 - Boolean
 
isSortable() → {Boolean}
    Returns whether this data container supports sort function.
Returns:
- Type
 - Boolean
 
sort(field, order)
    Sorts on the specified db field by the specified
ascending or descending order.
    Parameters:
| Name | Type | Description | 
|---|---|---|
field | 
            
            Object | |
order | 
            
            String |