Class
caplin.presenter.node

ToolTipField

A 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.

Constructor Summary

Attributes Name and Description
caplin.presenter.node.ToolTipField(Object vValue)

Constructs a new instance of ToolTipField.

Methods inherited from class caplin.presenter.node.PresentationNode:
getPath, nodes, properties, removeAllListeners, removeChildListeners

Constructor Detail

caplin.presenter.node.ToolTipField(Object vValue)

Constructs a new instance of ToolTipField.

Parameters
Object vValue (optional) The initial value of the field, either using a primitive type or as a caplin.presenter.property.EditableProperty.