Class
caplin.presenter.node

DateField

The class is still in Beta and is subject to API changes.
A PresentationNode containing all of the attributes necessary to model a date input field on screen.

Constructor Summary

Attributes Name and Description
caplin.presenter.node.DateField( vDate, vStartDate, vEndDate)

Constructs a new instance of DateField.

Field Summary

Attributes Name and Description
endDate

End of the date range for this field

startDate

Start of the date range for this field

Fields borrowed from class caplin.presenter.node.Field:
controlName, enabled, failureMessage, hasError, label, value, visible

Constructor Detail

caplin.presenter.node.DateField( vDate, vStartDate, vEndDate)

Constructs a new instance of DateField.

Parameters
vDate Optional The initial value of the date field, either using a String or as a caplin.presenter.property.EditableProperty.
vStartDate Optional Start of the date range for this field, either as an ISO Date String, a native Date object, or a caplin.presenter.property.ISODateProperty
vEndDate Optional End of the date range for this field, either as an ISO Date String, a native Date object, or a caplin.presenter.property.ISODateProperty

Field Detail

caplin.presenter.property.ISODateProperty endDate

End of the date range for this field

caplin.presenter.property.ISODateProperty startDate

Start of the date range for this field