
Public Member Functions | |
| ERDEditYearsMonths (WOContext context) | |
| boolean | isStateless () |
| NSArray | monthList () |
| Integer | numberOfMonths () |
| Integer | numberOfYears () |
| boolean | synchronizesVariablesWithBindings () |
| void | takeValuesFromRequest (WORequest q, WOContext c) throws NSValidation.ValidationException |
| Number | totalNumberOfMonths () |
| NSArray | yearList () |
Static Public Attributes | |
| static final NSMutableArray | _monthList = new NSMutableArray() |
| static final NSMutableArray | _yearList = new NSMutableArray() |
Protected Attributes | |
| Integer | numberOfMonths |
| Integer | numberOfYears |
Static Package Functions | |
| [static initializer] | |
| [static initializer] | |
| ERDEditYearsMonths | ( | WOContext | context | ) |
| [static initializer] | ( | ) | [static, package] |
| [static initializer] | ( | ) | [static, package] |
| boolean isStateless | ( | ) |
component is not stateless
Reimplemented from ERDCustomEditComponent.
| NSArray monthList | ( | ) |
| Integer numberOfMonths | ( | ) |
| Integer numberOfYears | ( | ) |
| boolean synchronizesVariablesWithBindings | ( | ) |
Overridden from superclass to turn on component synching, which is the default.
Reimplemented from ERDCustomEditComponent.
| void takeValuesFromRequest | ( | WORequest | request, | |
| WOContext | context | |||
| ) | throws NSValidation.ValidationException |
Calls resetCachedBindingsInStatefulComponent prior to super.takeValuesFromRequest.
| request | from which the values will be taken | |
| context | of the request |
Reimplemented from ERXNonSynchronizingComponent.
| Number totalNumberOfMonths | ( | ) |
| NSArray yearList | ( | ) |
final NSMutableArray _monthList = new NSMutableArray() [static] |
final NSMutableArray _yearList = new NSMutableArray() [static] |
Integer numberOfMonths [protected] |
Integer numberOfYears [protected] |
1.5.8