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

All Known Subinterfaces:
BoxTagDeclaration, BoxToolBarTagDeclaration, ButtonTagDeclaration, CalendarTagDeclaration, CellTagDeclaration, ColumnTagDeclaration, CommandTagDeclaration, DatePickerTagDeclaration, DateTagDeclaration, ExtensionPanelDeclaration, FileTagDeclaration, FlowLayoutTagDeclaration, GridLayoutTagDeclaration, ImageTagDeclaration, InTagDeclaration, LabelTagDeclaration, LinkTagDeclaration, MediatorTagDeclaration, MenuBarTagDeclaration, MenuSeparatorTagDeclaration, MenuTagDeclaration, MessagesTagDeclaration, ObjectTagDeclaration, OutTagDeclaration, PageTagDeclaration, PanelTagDeclaration, PopupTagDeclaration, ProgressTagDeclaration, SelectBooleanCheckboxTagDeclaration, SelectItemTagDeclaration, SelectManyCheckboxTagDeclaration, SelectManyListboxTagDeclaration, SelectManyShuttleTagDeclaration, SelectOneChoiceTagDeclaration, SelectOneListboxTagDeclaration, SelectOneRadioTagDeclaration, SelectOneTagDeclaration, SeparatorTagDeclaration, SheetLayoutTagDeclaration, SheetPageCommandTagDeclaration, SheetTagDeclaration, TabGroupLayoutTagDeclaration, TabGroupTagDeclaration, TabGroupToolBarTagDeclaration, TabTagDeclaration, TextareaTagDeclaration, TimeTagDeclaration, ToolBarCommandTagDeclaration, ToolBarTagDeclaration, TreeCommandTagDeclaration, TreeIconTagDeclaration, TreeIndentTagDeclaration, TreeLabelTagDeclaration, TreeListboxNodeTagDeclaration, TreeListboxTagDeclaration, TreeMenuCommandTagDeclaration, TreeMenuLabelTagDeclaration, TreeMenuNodeTagDeclaration, TreeMenuTagDeclaration, TreeNodeTagDeclaration, TreeSelectTagDeclaration, TreeTagDeclaration, WizardTagDeclaration

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. The allowed markups can be defined or overridden in the theme. The value 'none' should not be used any longer. Just leave the attribute empty, or use a NULL pointer.



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