flexiciousNmsp.Filter Class
A container object that encapsulates all the individual property filter settings, page settings and the sort state.
Constructor
flexiciousNmsp.Filter
    
        ()
    
    
    
    
    
    
    
    
    
    Item Index
Properties
filterDescrption
    Unknown
    
    
    
    
    
    For the filter dropdown, show the label for the pre built filters.
filterExpressions
    Unknown
    
    
    
    
    
    A collection of com.flexicious.grids.filters.FilterExpression objects.
pageCount
    Unknown
    
    
    
    
    
    The number of pages
pageIndex
    Unknown
    
    
    
    
    
    The current page index.
pageSize
    Unknown
    
    
    
    
    
    Size of the page
recordCount
    Unknown
    
    
    
    
    
    The total number of records
records
    Unknown
    
    
    
    
    
    List of records
sorts
    Unknown
    
    
    
    
    
    A collection of com.flexicious.grids.filters.FilterSort objects. Must be just 1 for Basic DataGrid, but can be more than one for advanced datagrid.
