org.apache.myfaces.tobago.taglib.decl
Interface HasTip

All Known Subinterfaces:
ButtonTagDeclaration, ColumnTagDeclaration, DateTagDeclaration, FileTagDeclaration, ImageTagDeclaration, InTagDeclaration, LabelTagDeclaration, LinkTagDeclaration, OutTagDeclaration, PanelTagDeclaration, ProgressTagDeclaration, SelectBooleanCheckboxTagDeclaration, SelectManyListboxTagDeclaration, SelectOneChoiceTagDeclaration, SelectOneListboxTagDeclaration, TabTagDeclaration, TextAreaTagDeclaration, TimeTagDeclaration, ToolBarCommandTagDeclaration, ToolBarSelectBooleanTagDeclaration, ToolBarTagDeclaration
All Known Implementing Classes:
ButtonTag, ColumnTag, DateExtensionTag, DateTag, FileExtensionTag, FileTag, ImageTag, InExtensionTag, InTag, LabelExtensionTag, LabelTag, LinkTag, OutTag, PanelTag, ProgressTag, SelectBooleanCheckboxExtensionTag, SelectBooleanCheckboxTag, SelectManyCheckboxExtensionTag, SelectManyListboxExtensionTag, SelectManyListboxTag, SelectOneChoiceExtensionTag, SelectOneChoiceTag, SelectOneListboxExtensionTag, SelectOneListboxTag, SelectOneRadioExtensionTag, TabTag, TextAreaExtensionTag, TextAreaTag, TimeExtensionTag, TimeTag, ToolBarCommandTag, ToolBarSelectBooleanTag, ToolBarTag

public interface HasTip

$Id: HasTip.java 601107 2007-12-04 22:12:14Z bommel $


Method Summary
 void setTip(String tip)
          Text value to display as tooltip.
 

Method Detail

setTip

void setTip(String tip)
Text value to display as tooltip.



Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.