org.apache.myfaces.tobago.config
Interface Configurable

All Known Subinterfaces:
LayoutBase, LayoutBox, LayoutComponent, LayoutContainer, LayoutManager
All Known Implementing Classes:
AbstractUIBox, AbstractUIButton, AbstractUICell, AbstractUIColumn, AbstractUICommand, AbstractUIDate, AbstractUIDatePicker, AbstractUIFileInput, AbstractUIFlowLayout, AbstractUIGridLayout, AbstractUIImage, AbstractUIInput, AbstractUILabel, AbstractUILink, AbstractUIMediator, AbstractUIMenu, AbstractUIMenuBar, AbstractUIMessages, AbstractUIOut, AbstractUIPage, AbstractUIPanel, AbstractUIPopup, AbstractUISelectBooleanCheckbox, AbstractUISelectMany, AbstractUISelectManyShuttle, AbstractUISelectOneBase, AbstractUISelectOneChoice, AbstractUISelectOneListbox, AbstractUISelectOneRadio, AbstractUISeparator, AbstractUISheet, AbstractUISheetLayout, AbstractUITabGroup, AbstractUITabGroupLayout, AbstractUITime, AbstractUIToolBar, AbstractUIToolBarCommand, AbstractUITree, AbstractUITreeIndent, AbstractUITreeNode, AbstractUITreeSelect, AbstractUIWizard, UIBox, UIButton, UICalendar, UICell, UIColumn, UICommand, UIDate, UIDatePicker, UIExtensionPanel, UIFileInput, UIFlowLayout, UIGridLayout, UIImage, UIIn, UILabel, UILink, UIMediator, UIMenu, UIMenuBar, UIMenuCommand, UIMenuItem, UIMessages, UIObject, UIOut, UIPage, UIPanel, UIPopup, UIProgress, UISelectBooleanCheckbox, UISelectBooleanCommand, UISelectManyCheckbox, UISelectManyListbox, UISelectManyShuttle, UISelectOneChoice, UISelectOneCommand, UISelectOneListbox, UISelectOneRadio, UISeparator, UISheet, UISheetLayout, UITab, UITabGroup, UITabGroupLayout, UITextarea, UITime, UIToolBar, UIToolBarCheck, UIToolBarCommand, UIToolBarSelectOne, UITree, UITreeCommand, UITreeIcon, UITreeIndent, UITreeLabel, UITreeListbox, UITreeMenu, UITreeNode, UITreeSelect, UIWizard

public interface Configurable


Method Summary
 Markup getCurrentMarkup()
           
 String getRendererType()
          The renderer is an id that is used by Tobago to gather information about the components which are configured in the theme configuration files.
 

Method Detail

getRendererType

String getRendererType()
The renderer is an id that is used by Tobago to gather information about the components which are configured in the theme configuration files. E. g. the preferredWidth of a component.

Returns:
The renderer type.

getCurrentMarkup

Markup getCurrentMarkup()


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