Uses of Interface
org.apache.myfaces.tobago.config.Configurable

Packages that use Configurable
org.apache.myfaces.tobago.component   
org.apache.myfaces.tobago.context   
org.apache.myfaces.tobago.internal.component   
org.apache.myfaces.tobago.layout   
org.apache.myfaces.tobago.renderkit   
 

Uses of Configurable in org.apache.myfaces.tobago.component
 

Classes in org.apache.myfaces.tobago.component that implement Configurable
 class UIBox
          Renders a panel with border and title.
 class UIButton
          Renders a button element.
 class UICalendar
          Renders a calendar.
 class UICell
          Deprecated.  
 class UIColumn
          Renders a UIComponent that represents a single column of data within a parent UISheet component.
 class UICommand
          Use this tag only as a facet for click, change in selectOneRadio, selectBooleanCheckbox, selectManyCheckbox and selectOneChoice UIComponent class, generated from template component1.2.stg with class org.apache.myfaces.tobago.internal.taglib.component.CommandTagDeclaration.
 class UIDate
          Renders a date input field.
 class UIDatePicker
           
 class UIFileInput
          Renders a file input field.
 class UIFlowLayout
          XXX Warning: Still in progress!
 class UIGridLayout
          Renders a GridLayout.
 class UIImage
          Renders an image.
 class UIIn
          Renders a text input field.
 class UILabel
          Renders a label component.
 class UILink
          Renders a link element.
 class UIMediator
          Component to put other components from other frameworks into.
 class UIMenu
          Container component to hold submenus and items.
 class UIMenuBar
          Renders a menu bar.
 class UIMenuCommand
          Renders a menu item.
 class UIMenuItem
          Deprecated.  
 class UIMessages
          Renders error/validation messages.
 class UIObject
          UIComponent class, generated from template component1.2.stg with class org.apache.myfaces.tobago.internal.taglib.component.ObjectTagDeclaration.
 class UIOut
          Renders a text UIComponent class, generated from template component1.2.stg with class org.apache.myfaces.tobago.internal.taglib.component.OutTagDeclaration.
 class UIPage
          Renders a page element.
 class UIPanel
          Intended for use in situations when only one UIComponent child can be nested, such as in the case of facets.
 class UIPopup
          Renders a popup panel.
 class UIProgress
          Renders a progress bar.
 class UISelectBooleanCheckbox
          Renders a checkbox.
 class UISelectBooleanCommand
          UIComponent class, generated from template component1.2.stg with class org.apache.myfaces.tobago.internal.taglib.component.SelectBooleanCommandTagDeclaration.
 class UISelectManyCheckbox
          Render a group of checkboxes.
 class UISelectManyListbox
          Render a multi selection option listbox.
 class UISelectOneChoice
          Render a single selection dropdown list.
 class UISelectOneCommand
          UIComponent class, generated from template component1.2.stg with class org.apache.myfaces.tobago.internal.taglib.component.SelectOneCommandTagDeclaration.
 class UISelectOneListbox
          Render a single selection option listbox.
 class UISelectOneRadio
          Render a set of radio buttons.
 class UISeparator
          Renders a separator.
 class UISheet
          Render a sheet element.
 class UISheetLayout
          Creates a SheetLayout, which is a internal layout manager of a sheet.
 class UITab
          Renders a tab within a tabgroup.
 class UITabGroup
          Renders a tab group which contains tab panels.
 class UITabGroupLayout
          Creates a TabGroupLayout, which is a internal layout manager of a tabGroup.
 class UITextarea
          Renders a multi line text input control.
 class UITime
          Renders a time input field.
 class UIToolBar
          

Renders a toolbar.

 class UIToolBarCheck
          Renders a selectable command button within a toolbar.
 class UIToolBarCommand
          Renders a command button within a toolbar.
 class UIToolBarSelectOne
          Renders a set of radio command button's within a toolbar.
 class UITree
          A tree with classical look.
 class UITreeCommand
          Renders a command inside of a tree.
 class UITreeIcon
          Renders an image beside a tree node.
 class UITreeIndent
          Renders an indent beside a tree node.
 class UITreeLabel
          Renders a label inside of a tree.
 class UITreeListbox
          A tree data structure displayed as a set of list boxes.
 class UITreeMenu
          A tree which will be displayed like a flat menu.
 class UITreeNode
          Creates a tree node.
 class UITreeSelect
          Makes a tree node selectable.
 class UIWizard
          Renders a flexible wizard.
 

Uses of Configurable in org.apache.myfaces.tobago.context
 

Methods in org.apache.myfaces.tobago.context with parameters of type Configurable
 Measure ResourceManager.getThemeMeasure(FacesContext facesContext, Configurable configurable, String name)
           
static Measure ResourceManagerUtils.getThemeMeasure(FacesContext facesContext, Configurable configurable, String name)
           
 

Uses of Configurable in org.apache.myfaces.tobago.internal.component
 

Classes in org.apache.myfaces.tobago.internal.component that implement Configurable
 class org.apache.myfaces.tobago.internal.component.AbstactUISelectOneBase
           
 class org.apache.myfaces.tobago.internal.component.AbstractUIBox
           
 class org.apache.myfaces.tobago.internal.component.AbstractUICell
          Deprecated. 
 class org.apache.myfaces.tobago.internal.component.AbstractUIColumn
           
 class org.apache.myfaces.tobago.internal.component.AbstractUICommand
           
 class org.apache.myfaces.tobago.internal.component.AbstractUIDate
           
 class org.apache.myfaces.tobago.internal.component.AbstractUIFileInput
           
 class org.apache.myfaces.tobago.internal.component.AbstractUIFlowLayout
           
 class org.apache.myfaces.tobago.internal.component.AbstractUIGridLayout
           
 class org.apache.myfaces.tobago.internal.component.AbstractUIImage
           
 class org.apache.myfaces.tobago.internal.component.AbstractUIInput
           
 class org.apache.myfaces.tobago.internal.component.AbstractUILabel
           
 class org.apache.myfaces.tobago.internal.component.AbstractUIMediator
           
 class org.apache.myfaces.tobago.internal.component.AbstractUIMenu
           
 class org.apache.myfaces.tobago.internal.component.AbstractUIMenuBar
           
 class org.apache.myfaces.tobago.internal.component.AbstractUIMessages
           
 class org.apache.myfaces.tobago.internal.component.AbstractUIOut
           
 class org.apache.myfaces.tobago.internal.component.AbstractUIPage
           
 class org.apache.myfaces.tobago.internal.component.AbstractUIPanel
           
 class org.apache.myfaces.tobago.internal.component.AbstractUIPopup
           
 class org.apache.myfaces.tobago.internal.component.AbstractUISelectBooleanCheckbox
           
 class org.apache.myfaces.tobago.internal.component.AbstractUISelectMany
           
 class org.apache.myfaces.tobago.internal.component.AbstractUISelectOneChoice
           
 class org.apache.myfaces.tobago.internal.component.AbstractUISelectOneListbox
           
 class org.apache.myfaces.tobago.internal.component.AbstractUISelectOneRadio
           
 class org.apache.myfaces.tobago.internal.component.AbstractUISeparator
           
 class org.apache.myfaces.tobago.internal.component.AbstractUISheet
           
 class org.apache.myfaces.tobago.internal.component.AbstractUISheetLayout
           
 class org.apache.myfaces.tobago.internal.component.AbstractUITabGroup
           
 class org.apache.myfaces.tobago.internal.component.AbstractUITabGroupLayout
           
 class org.apache.myfaces.tobago.internal.component.AbstractUITime
           
 class org.apache.myfaces.tobago.internal.component.AbstractUIToolBar
           
 class org.apache.myfaces.tobago.internal.component.AbstractUIToolBarCommand
           
 class org.apache.myfaces.tobago.internal.component.AbstractUITree
           
 class org.apache.myfaces.tobago.internal.component.AbstractUITreeIndent
           
 class org.apache.myfaces.tobago.internal.component.AbstractUITreeNode
           
 class org.apache.myfaces.tobago.internal.component.AbstractUITreeSelect
           
 class org.apache.myfaces.tobago.internal.component.AbstractUIWizard
           
 

Uses of Configurable in org.apache.myfaces.tobago.layout
 

Subinterfaces of Configurable in org.apache.myfaces.tobago.layout
 interface LayoutBase
          A LayoutBase is the technical base for LayoutComponent and LayoutContainer.
 interface LayoutBox
           
 interface LayoutComponent
          A LayoutComponent is a piece which can be positioned in a LayoutContainer.
 interface LayoutContainer
           
 interface LayoutManager
           
 

Uses of Configurable in org.apache.myfaces.tobago.renderkit
 

Methods in org.apache.myfaces.tobago.renderkit with parameters of type Configurable
 Measure AbstractLayoutableRendererBaseWrapper.getBorderBottom(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRendererBase.getBorderBottom(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRenderer.getBorderBottom(FacesContext facesContext, Configurable component)
           
 Measure AbstractLayoutableRendererBaseWrapper.getBorderLeft(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRendererBase.getBorderLeft(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRenderer.getBorderLeft(FacesContext facesContext, Configurable component)
           
 Measure AbstractLayoutableRendererBaseWrapper.getBorderRight(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRendererBase.getBorderRight(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRenderer.getBorderRight(FacesContext facesContext, Configurable component)
           
 Measure AbstractLayoutableRendererBaseWrapper.getBorderTop(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRendererBase.getBorderTop(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRenderer.getBorderTop(FacesContext facesContext, Configurable component)
           
 Measure SpacingValues.getColumnSpacing(FacesContext facesContext, Configurable component)
           
 Measure AbstractLayoutRendererWrapper.getColumnSpacing(FacesContext facesContext, Configurable component)
           
 Measure AbstractLayoutableRendererBaseWrapper.getCustomMeasure(FacesContext facesContext, Configurable component, String name)
           
 Measure LayoutComponentRendererBase.getCustomMeasure(FacesContext facesContext, Configurable component, String name)
           
 Measure LayoutComponentRenderer.getCustomMeasure(FacesContext facesContext, Configurable component, String name)
           
 Measure AbstractLayoutableRendererBaseWrapper.getHeight(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRendererBase.getHeight(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRenderer.getHeight(FacesContext facesContext, Configurable component)
           
 Measure AbstractLayoutableRendererBaseWrapper.getMarginBottom(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRendererBase.getMarginBottom(FacesContext facesContext, Configurable component)
           
 Measure MarginValues.getMarginBottom(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRenderer.getMarginBottom(FacesContext facesContext, Configurable component)
           
 Measure AbstractLayoutRendererWrapper.getMarginBottom(FacesContext facesContext, Configurable component)
           
 Measure AbstractLayoutableRendererBaseWrapper.getMarginLeft(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRendererBase.getMarginLeft(FacesContext facesContext, Configurable component)
           
 Measure MarginValues.getMarginLeft(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRenderer.getMarginLeft(FacesContext facesContext, Configurable component)
           
 Measure AbstractLayoutRendererWrapper.getMarginLeft(FacesContext facesContext, Configurable component)
           
 Measure AbstractLayoutableRendererBaseWrapper.getMarginRight(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRendererBase.getMarginRight(FacesContext facesContext, Configurable component)
           
 Measure MarginValues.getMarginRight(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRenderer.getMarginRight(FacesContext facesContext, Configurable component)
           
 Measure AbstractLayoutRendererWrapper.getMarginRight(FacesContext facesContext, Configurable component)
           
 Measure AbstractLayoutableRendererBaseWrapper.getMarginTop(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRendererBase.getMarginTop(FacesContext facesContext, Configurable component)
           
 Measure MarginValues.getMarginTop(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRenderer.getMarginTop(FacesContext facesContext, Configurable component)
           
 Measure AbstractLayoutRendererWrapper.getMarginTop(FacesContext facesContext, Configurable component)
           
 Measure AbstractLayoutableRendererBaseWrapper.getMaximumHeight(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRendererBase.getMaximumHeight(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRenderer.getMaximumHeight(FacesContext facesContext, Configurable component)
           
 Measure AbstractLayoutableRendererBaseWrapper.getMaximumWidth(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRendererBase.getMaximumWidth(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRenderer.getMaximumWidth(FacesContext facesContext, Configurable component)
           
 Measure AbstractLayoutableRendererBaseWrapper.getMinimumHeight(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRendererBase.getMinimumHeight(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRenderer.getMinimumHeight(FacesContext facesContext, Configurable component)
           
 Measure AbstractLayoutableRendererBaseWrapper.getMinimumWidth(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRendererBase.getMinimumWidth(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRenderer.getMinimumWidth(FacesContext facesContext, Configurable component)
           
 Measure AbstractLayoutableRendererBaseWrapper.getPaddingBottom(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRendererBase.getPaddingBottom(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRenderer.getPaddingBottom(FacesContext facesContext, Configurable component)
           
 Measure AbstractLayoutableRendererBaseWrapper.getPaddingLeft(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRendererBase.getPaddingLeft(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRenderer.getPaddingLeft(FacesContext facesContext, Configurable component)
           
 Measure AbstractLayoutableRendererBaseWrapper.getPaddingRight(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRendererBase.getPaddingRight(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRenderer.getPaddingRight(FacesContext facesContext, Configurable component)
           
 Measure AbstractLayoutableRendererBaseWrapper.getPaddingTop(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRendererBase.getPaddingTop(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRenderer.getPaddingTop(FacesContext facesContext, Configurable component)
           
 Measure AbstractLayoutableRendererBaseWrapper.getPreferredHeight(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRendererBase.getPreferredHeight(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRenderer.getPreferredHeight(FacesContext facesContext, Configurable component)
           
 Measure AbstractLayoutableRendererBaseWrapper.getPreferredWidth(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRendererBase.getPreferredWidth(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRenderer.getPreferredWidth(FacesContext facesContext, Configurable component)
           
 Measure SpacingValues.getRowSpacing(FacesContext facesContext, Configurable component)
           
 Measure AbstractLayoutRendererWrapper.getRowSpacing(FacesContext facesContext, Configurable component)
           
 Measure AbstractLayoutableRendererBaseWrapper.getVerticalScrollbarWeight(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRendererBase.getVerticalScrollbarWeight(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRenderer.getVerticalScrollbarWeight(FacesContext facesContext, Configurable component)
           
 Measure AbstractLayoutableRendererBaseWrapper.getWidth(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRendererBase.getWidth(FacesContext facesContext, Configurable component)
           
 Measure LayoutComponentRenderer.getWidth(FacesContext facesContext, Configurable component)
           
 



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