A tool bar that provides paging controls for supporting large data sets in a table view. More...
#include <Wt/Ext/PagingToolBar>
Additional Inherited Members | |
![]() | |
typedef void(WObject::* | Method )() |
Typedef for a WObject method without arguments. | |
![]() | |
ToolBar (WContainerWidget *parent=0) | |
Create a new tool bar. | |
Button * | addButton (const WString &text) |
Add a button with given text. | |
Button * | addButton (const std::string &iconPath, const WString &text) |
Add a button with given icon and text. | |
template<class T , class V > | |
Button * | addButton (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 > | |
Button * | addButton (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... | |
Button * | addButton (const WString &text, Menu *menu) |
Add a menu button, with given text. | |
Button * | addButton (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 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... | |
![]() | |
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 | removeChild (WObject *child) |
Removes a child object. More... | |
virtual void | render (WFlags< RenderFlag > flags) |
Renders the widget. More... | |
![]() | |
static WObject * | sender () |
Returns the sender of the current slot call. More... | |
A tool bar that provides paging controls for supporting large data sets in a table view.