sprox.dojo.fillerbase

fillerbase Module

Classes to help fill widgets with data

Copyright (c) 2008 Christopher Perkins Original Version by Christopher Perkins 2008 Released under MIT license.

Classes

class sprox.dojo.fillerbase.DojoTableFiller(provider_hint=None, **provider_hints)

Bases: sprox.fillerbase.TableFiller

get_count()

Returns the total number of items possible for retrieval. This can only be executed after a get_value() call. This call is useful for creating pagination in the context of a user interface.

get_value(value=None, **kw)

Discuss

blog comments powered by Disqus

Table Of Contents

Previous topic

sprox.dojo.tablebase

Next topic

sprox.dojo.formbase

This Page