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

All Known Subinterfaces:
DateTagDeclaration, FileTagDeclaration, HasLabelAndAccessKey, InTagDeclaration, SelectManyListboxTagDeclaration, SelectOneChoiceTagDeclaration, SelectOneListboxTagDeclaration, TextAreaTagDeclaration, TimeTagDeclaration
All Known Implementing Classes:
DateTag, FileTag, InTag, SelectManyListboxTag, SelectOneChoiceTag, SelectOneListboxTag, TextAreaTag, TimeTag

Deprecated.

@Deprecated
public interface HasDeprecatedLabel


Method Summary
 void setLabel(String label)
          Deprecated. 
 

Method Detail

setLabel

@Deprecated
void setLabel(String label)
Deprecated. 

Text value to display as label. If text contains an underscore the next character is used as accesskey.



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