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

All Known Subinterfaces:
ButtonTagDeclaration, DateTagDeclaration, LabelTagDeclaration, LinkTagDeclaration, ProgressTagDeclaration, SelectBooleanCheckboxTagDeclaration, SelectItemTagDeclaration, SelectManyCheckboxTagDeclaration, SelectManyListboxTagDeclaration, SelectManyTagDeclaration, SelectOneChoiceTagDeclaration, SelectOneListboxTagDeclaration, SelectOneRadioTagDeclaration, SelectOneTagDeclaration, TabTagDeclaration
All Known Implementing Classes:
ButtonTag, DateExtensionTag, DateTag, InExtensionTag, LabelTag, LinkTag, ProgressTag, SelectBooleanCheckboxExtensionTag, SelectBooleanCheckboxTag, SelectItemTag, SelectManyCheckboxExtensionTag, SelectManyCheckboxTag, SelectManyListboxExtensionTag, SelectManyListboxTag, SelectManyTag, SelectOneChoiceExtensionTag, SelectOneChoiceTag, SelectOneListboxTag, SelectOneRadioTag, SelectOneTag, TabTag, TextAreaExtensionTag

public interface HasMarkup


Method Summary
 void setMarkup(String markup)
          Indicate markup of this component.
 

Method Detail

setMarkup

void setMarkup(String markup)
Indicate markup of this component. Possible value is 'none'. But this can be overridden in the theme.



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