cbstripe

Class Paginator

lucee.Component
    extended by cbstripe.Paginator
Class Attributes:
  • synchronized : false
  •  
  • accessors : true
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    any data


    • access = public
    • returntype = any
    true false
    any defaultParams


    • access = public
    • returntype = any
    true false
    any hasMore


    • access = public
    • returntype = any
    false true false
    any method


    • access = public
    • returntype = any
    true false
    any service


    • access = public
    • returntype = any
    true false
    Constructor Summary
    init()
    Method Summary
    private any first()
    string getData()
    string getDefaultParams()
    string getHasMore()
    string getMethod()
    string getService()
    private any last()
    any next()
    any previous()
    any setData(any data)
    any setDefaultParams([any params='[runtime expression]'])
    any setHasMore(any hasMore)
    any setMethod(any method)
    any setService(any service)
     
    Methods inherited from class lucee.Component
    None

    Constructor Detail

    init

    public init()


    Property Detail

    data

    property any data

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    defaultParams

    property any defaultParams

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    hasMore

    property any hasMore = [false]

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    method

    property any method

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    service

    property any service

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    Method Detail

    first

    private any first()


    getData

    public string getData()


    getDefaultParams

    public string getDefaultParams()


    getHasMore

    public string getHasMore()


    getMethod

    public string getMethod()


    getService

    public string getService()


    last

    private any last()


    next

    public any next()


    previous

    public any previous()


    setData

    public any setData(any data)

    Parameters:
    data

    setDefaultParams

    public any setDefaultParams([any params='[runtime expression]'])

    Parameters:
    params

    setHasMore

    public any setHasMore(any hasMore)

    Parameters:
    hasMore

    setMethod

    public any setMethod(any method)

    Parameters:
    method

    setService

    public any setService(any service)

    Parameters:
    service