RichFaces UI Components UI 4.3.1.Final

org.richfaces.component
Interface AbstractTogglePanelItemInterface

All Superinterfaces:
AbstractDivPanel
All Known Subinterfaces:
AbstractTogglePanelTitledItem
All Known Implementing Classes:
AbstractAccordionItem, AbstractTab, AbstractTogglePanelItem, UIAccordionItem, UITab, UITogglePanelItem

public interface AbstractTogglePanelItemInterface
extends AbstractDivPanel

Author:
Brian Leathem

Method Summary
 String getName()
           
 String getOnenter()
          The function to perform when the mouse enters the panel
 String getOnleave()
          The function to perform when the mouse leaves the panel.
 AbstractTogglePanel getParentPanel()
           
 org.richfaces.component.SwitchType getSwitchType()
           
 boolean isActive()
           
 boolean isDynamicPanelItem()
           
 boolean isRendered()
           
 boolean shouldProcess()
           
 
Methods inherited from interface org.richfaces.component.AbstractDivPanel
getDir, getLang, getOnclick, getOndblclick, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getStyle, getStyleClass, getTitle
 

Method Detail

getParentPanel

AbstractTogglePanel getParentPanel()

isDynamicPanelItem

boolean isDynamicPanelItem()

isActive

boolean isActive()

shouldProcess

boolean shouldProcess()

getName

String getName()

isRendered

boolean isRendered()

getSwitchType

org.richfaces.component.SwitchType getSwitchType()

getOnenter

String getOnenter()
The function to perform when the mouse enters the panel


getOnleave

String getOnleave()
The function to perform when the mouse leaves the panel.


RichFaces UI Components UI 4.3.1.Final

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