org.tentackle.ui
Interface TooltipDisplay

All Known Implementing Classes:
TooltipAndErrorPanel

public interface TooltipDisplay

The TooltipDisplay displays the tooltip of a FormComponent usually in a StringFormField in a FormPanel. FormComponents thus can display the tooltip as soon as they receive focus. See TooltipAndErrorPanel for an example.

Author:
harald

Method Summary
 void setTooltip(String text)
          Sets the text for the tooltip.
 

Method Detail

setTooltip

void setTooltip(String text)
Sets the text for the tooltip.

Parameters:
text - the tooltip text


Copyright © 2001-2008 Harald Krake, Bergstr. 48, 78098 Triberg, Germany, harald@krake.de