PresentationNode
containing all of the attributes necessary to
model an input field on screen with a tool tip box that will be displayed when
a validation error has been produced.
The element you are modeling with this field should have as css property the tooltipClassName in order to control wich is the filed on error. This css class will be set by the caplin.presenter.util.ErrorMonitor. Also, see caplin.presenter.control.tooltip.TooltipControl on how to model the tool tip box.
Attributes | Name and Description |
---|---|
|
caplin.presenter.node.ToolTipField(Object vValue)
Constructs a new instance of |
►
caplin.presenter.node.ToolTipField(Object vValue)
Constructs a new instance of ToolTipField
.
Object | vValue | (optional) The initial value of the field, either using a primitive type or as a caplin.presenter.property.EditableProperty. |