Wt 3.1.10
Public Member Functions
Wt::Ext::NumberField Class Reference

A form field for editing a number. More...

#include <Wt/Ext/NumberField>

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

List of all members.

Public Member Functions

 NumberField (WContainerWidget *parent=0)
 Create a new number field.
void setValue (double value)
 Set the value.
double value () const
 Return the value.
void setDecimalPrecision (int decimals)
 Set the maximal decimal precision.
int decimalPrecision () const
 Return the decimal precision.

Detailed Description

A form field for editing a number.

You may set a WIntValidator or WDoubleValidator to specify in more detail the valid range, and the client-side validation messages.

 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator

Generated on Wed Jul 27 2011 for the C++ Web Toolkit (Wt) by doxygen 1.7.4