Wt  3.3.2
 All Classes Namespaces 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. More...
 
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. More...
 
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. More...
 
void addSeparator ()
 Add a separator to the tool bar.
 
void addStretch ()
 Adds stretch to the tool bar. More...
 
- 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). More...
 
static std::string & escapeText (std::string &text, bool newlinestoo=false)
 Escape HTML control characters in the text, to display literally (deprecated). More...
 
static bool removeScript (WString &text)
 Remove tags/attributes from text that are not passive (deprecated). More...
 
static std::string jsStringLiteral (const std::string &v, char delimiter= '\'')
 Turn a UTF8 encoded string into a JavaScript string literal. More...
 
- Protected Member Functions inherited from Wt::WWebWidget
virtual void propagateSetEnabled (bool enabled)
 Propagates that a widget was enabled or disabled through children. More...
 
virtual void enableAjax ()
 Progresses to an Ajax-enabled widget. More...
 
virtual void render (WFlags< RenderFlag > flags)
 Renders the widget. More...
 
- Static Protected Member Functions inherited from Wt::WObject
static WObjectsender ()
 Returns the sender of the current slot call. More...
 

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 Wed Mar 12 2014 for the C++ Web Toolkit (Wt) by doxygen 1.8.4