Package orm2 :: Package ui :: Package xist :: Module result_table :: Class page_param
[hide private]
[frames] | no frames]

Class page_param

source code

query_param --+
              |
             page_param

Query param for the current page. Does not have an available_values argument/ivar.

Instance Methods [hide private]
  __init__(self, name, default_value=0)
  validate(self, value)
Check if VALUE allowed for this param.

Inherited from query_param: get


Method Details [hide private]

__init__(self, name, default_value=0)
(Constructor)

source code 
Overrides: query_param.__init__
(inherited documentation)

validate(self, value)

source code 
Check if VALUE allowed for this param.
Overrides: query_param.validate
(inherited documentation)