Wt  3.2.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
List of all members
Wt::Ext::PagingToolBar Class Reference

A tool bar that provides paging controls for supporting large data sets in a table view. More...

#include <Wt/Ext/PagingToolBar>

Inheritance diagram for Wt::Ext::PagingToolBar:
Inheritance graph
[legend]

Additional Inherited Members

- Public Types inherited from Wt::WObject
typedef void(WObject::* Method )()
 Typedef for a WObject method without arguments.
- Public Member Functions inherited from Wt::Ext::ToolBar
 ToolBar (WContainerWidget *parent=0)
 Create a new tool bar.
ButtonaddButton (const WString &text)
 Add a button with given text.
ButtonaddButton (const std::string &iconPath, const WString &text)
 Add a button with given icon and text.
template<class T , class V >
ButtonaddButton (const WString &text, T *target, void(V::*method)())
 Add a button with given text, and specify a slot method to be called when activated.
template<class T , class V >
ButtonaddButton (const std::string &iconPath, const WString &text, T *target, void(V::*method)())
 Add a button with given text and icon, and specify a slot method to be called when activated.
ButtonaddButton (const WString &text, Menu *menu)
 Add a menu button, with given text.
ButtonaddButton (const std::string &iconPath, const WString &text, Menu *menu)
 Add a menu button, with given icon and text.
void add (Button *item)
 Add a button to the tool bar.
void add (WWidget *item)
 Add a widget to the tool bar.
void insert (int index, Button *item)
 Insert a button in the tool bar.
void insert (int index, WWidget *item)
 Insert a widget in the tool bar.
void addSeparator ()
 Add a separator to the tool bar.
void addStretch ()
 Adds stretch to the tool bar.
- Static Public Member Functions inherited from Wt::WWebWidget
static WString escapeText (const WString &text, bool newlinesToo=false)
 Escape HTML control characters in the text, to display literally (deprecated).
static std::string & escapeText (std::string &text, bool newlinestoo=false)
 Escape HTML control characters in the text, to display literally (deprecated).
static bool removeScript (WString &text)
 Remove tags/attributes from text that are not passive (deprecated).
static std::string jsStringLiteral (const std::string &v, char delimiter= '\'')
 Turn a UTF8 encoded string into a JavaScript string literal.
- Protected Member Functions inherited from Wt::WWebWidget
virtual void propagateSetEnabled (bool enabled)
 Propagates that a widget was enabled or disabled through children.
virtual void enableAjax ()
 Progresses to an Ajax-enabled widget.
virtual void removeChild (WObject *child)
 Removes a child object.
- Static Protected Member Functions inherited from Wt::WObject
static WObjectsender ()
 Returns the sender of the current slot call.

Detailed Description

A tool bar that provides paging controls for supporting large data sets in a table view.

See Also
TableView::createPagingToolBar()
Panel::setTopToolBar(), Panel::setBottomToolBar()

Generated on Mon Sep 24 2012 for the C++ Web Toolkit (Wt) by doxygen 1.8.1.2