org.apache.myfaces.tobago.internal.taglib.declaration
Interface HasLabel

All Known Subinterfaces:
BoxTagDeclaration, ButtonTagDeclaration, ColumnNodeTagDeclaration, ColumnTagDeclaration, DateTagDeclaration, FileTagDeclaration, HasLabelAndAccessKey, LinkTagDeclaration, MenuCommandTagDeclaration, MenuTagDeclaration, PageTagDeclaration, SelectBooleanCheckboxTagDeclaration, SelectManyListboxTagDeclaration, SelectOneChoiceTagDeclaration, SelectOneListboxTagDeclaration, SeparatorTagDeclaration, SheetPageCommandTagDeclaration, TabTagDeclaration, TextareaTagDeclaration, TimeTagDeclaration, ToolBarCommandTagDeclaration, ToolBarSelectBooleanTagDeclaration, TreeCommandTagDeclaration, TreeMenuCommandTagDeclaration, TreeSelectTagDeclaration

public interface HasLabel


Method Summary
 void setLabel(String label)
          Text value to display as label.
 

Method Detail

setLabel

void setLabel(String label)
Text value to display as label. If text contains an underscore the next character is used as accesskey.



Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.