Attributes | Name and Description |
---|---|
|
caplin.presenter.node.CalendarDateField( vDate, vStartDate, vEndDate)
|
Attributes | Name and Description |
---|---|
<static>
|
caplin.presenter.node.CalendarDateField.ALL_DAYS
Represents the ALL days strategy |
|
currentMonth
The current month displayed. |
|
currentYear
The current year displayed |
<static>
|
caplin.presenter.node.CalendarDateField.NO_DAYS
Represents the NO days strategy |
|
validDatesForMonth
The current valid dates is the displayed month. |
Attributes | Name and Description |
---|---|
|
Array
getValidDatesForMonth()
Returns an array of integers, which are the valid dates for the current month. |
|
void
setAvailableDateStrategy(int nStrategy)
Sets the strategy of available dates. |
►
caplin.presenter.node.CalendarDateField( vDate, vStartDate, vEndDate)
vDate | The initial date | |
vStartDate | The first selectable date | |
vEndDate | The last selectable date. |
►
<static>
int
caplin.presenter.node.CalendarDateField.ALL_DAYS
Represents the ALL days strategy
►
caplin.presenter.property.WritableProperty
currentMonth
The current month displayed.
►
caplin.presenter.property.WritableProperty
currentYear
The current year displayed
►
<static>
int
caplin.presenter.node.CalendarDateField.NO_DAYS
Represents the NO days strategy
►
caplin.presenter.property.WritableProperty
validDatesForMonth
The current valid dates is the displayed month.
►
Array
getValidDatesForMonth()
Returns an array of integers, which are the valid dates for the current month.
►
void
setAvailableDateStrategy(int nStrategy)
Sets the strategy of available dates.
int | nStrategy | one of the static constants (e.g. ALL_DAYS, or NO_DAYS) on this class. |