Inherited by ERD2WEditNumberWithUnit.

Public Member Functions | |
| EOAttribute | attribute () |
| ERD2WEditNumber (WOContext context) | |
| void | reset () |
| void | setStringValue (String newStringValue) |
| String | stringValue () |
| Object | validateTakeValueForKeyPath (Object anObject, String aPath) throws NSValidation.ValidationException |
| void | validationFailedWithException (Throwable theException, Object theValue, String theKeyPath) |
Static Public Attributes | |
| static final Logger | log = Logger.getLogger(ERD2WEditNumber.class) |
Protected Member Functions | |
| Object | convertNumber (Object anObject) |
| java.text.Format | numberFormatter () |
| Object | numberFormatValueForString (String value) |
Private Attributes | |
| NSNumberFormatter | _numberFormatter |
name smartAttribute
| ERD2WEditNumber | ( | WOContext | context | ) |
| EOAttribute attribute | ( | ) |
| Object convertNumber | ( | Object | anObject | ) | [protected] |
| java.text.Format numberFormatter | ( | ) | [protected] |
| Object numberFormatValueForString | ( | String | value | ) | [protected] |
| void reset | ( | ) |
| void setStringValue | ( | String | newStringValue | ) |
| String stringValue | ( | ) |
| Object validateTakeValueForKeyPath | ( | Object | anObject, | |
| String | aPath | |||
| ) | throws NSValidation.ValidationException |
| void validationFailedWithException | ( | Throwable | theException, | |
| Object | theValue, | |||
| String | theKeyPath | |||
| ) |
NSNumberFormatter _numberFormatter [private] |
final Logger log = Logger.getLogger(ERD2WEditNumber.class) [static] |
Logging support
1.5.8