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

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

public interface HasTip

$Id: HasTip.java 374936 2006-02-04 21:47:46Z 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-2006 Apache Software Foundation. All Rights Reserved.