RichFaces UI Components UI 4.3.3.Final

Uses of Interface
org.richfaces.component.AbstractTogglePanelItemInterface

Packages that use AbstractTogglePanelItemInterface
org.richfaces.component   
 

Uses of AbstractTogglePanelItemInterface in org.richfaces.component
 

Subinterfaces of AbstractTogglePanelItemInterface in org.richfaces.component
 interface AbstractTogglePanelTitledItem
           
 

Classes in org.richfaces.component that implement AbstractTogglePanelItemInterface
 class AbstractAccordionItem
          The <rich:accordionItem> component is a panel for use with the <rich:accordion> component.
 class AbstractTab
          The <rich:tab> component represents an individual tab inside a <rich:tabPanel> component, including the tab's content.
 class AbstractTogglePanelItem
          The <rich:togglePanelItem> component is a switchable panel for use with the <rich:togglePanel> component.
 class UIAccordionItem
          The <rich:accordionItem> component is a panel for use with the <rich:accordion> component.
 class UITab
          The <rich:tab> component represents an individual tab inside a <rich:tabPanel> component, including the tab's content.
 class UITogglePanelItem
          The <rich:togglePanelItem> component is a switchable panel for use with the <rich:togglePanel> component.
 

Methods in org.richfaces.component that return AbstractTogglePanelItemInterface
 AbstractTogglePanelItemInterface AbstractTogglePanel.getFirstItem()
           
 AbstractTogglePanelItemInterface TogglePanelVisitState.getItem()
           
 AbstractTogglePanelItemInterface AbstractTogglePanel.getItem(String name)
           
 AbstractTogglePanelItemInterface AbstractTogglePanel.getItemByIndex(int index)
           
 AbstractTogglePanelItemInterface AbstractTogglePanel.getLastItem()
           
 AbstractTogglePanelItemInterface AbstractTogglePanel.getNextItem()
           
 AbstractTogglePanelItemInterface AbstractTogglePanel.getNextItem(String name)
           
 AbstractTogglePanelItemInterface AbstractTogglePanel.getPrevItem()
           
 AbstractTogglePanelItemInterface AbstractTogglePanel.getPrevItem(String name)
           
 

Methods in org.richfaces.component with parameters of type AbstractTogglePanelItemInterface
protected  boolean AbstractTogglePanel.isActiveItem(AbstractTogglePanelItemInterface item, String value)
           
 void TogglePanelVisitState.setItem(AbstractTogglePanelItemInterface item)
           
 void TogglePanelVisitState.setState(String name, AbstractTogglePanelItemInterface item)
           
 


RichFaces UI Components UI 4.3.3.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.