RichFaces UI Components UI 4.2.3.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


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 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()

isActive

boolean isActive()

shouldProcess

boolean shouldProcess()

getName

String getName()

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.2.3.Final

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