defines the interface for an XPropertyControl which supports displaying and entering numerical values.
More...
|
boolean | isModified () |
| determines whether the control content is currently modified
|
|
void | notifyModifiedValue () |
| notifies the context in which the control lives of the current control value, if this value is currently modified
|
|
defines the interface for an XPropertyControl which supports displaying and entering numerical values.
- Since
- OOo 2.0.3
◆ DecimalDigits
describes the number of decimal digits to use for the value
◆ DisplayUnit
◆ MaxValue
com::sun::star::beans::Optional<double> MaxValue |
|
attribute |
describes the maximum value which is allowed to be entered in the control
◆ MinValue
com::sun::star::beans::Optional<double> MinValue |
|
attribute |
describes the minimum value which is allowed to be entered in the control
◆ ValueUnit
describes a com::sun::star::util::MeasureUnit to be applied for transferring values.
The core measurement unit for a property value might differ from the unit which is used by the control to display it. For instance, your property value might require that your values denote 100th millimeters, but to the user, you want to present the value as, say, inches. In this case, a numeric control can automatically handle the value conversion for you, if you give it a ValueUnit different from the DisplayUnit.
- See also
- XPropertyControl::Value
The documentation for this interface was generated from the following file: