Package org.jboss.hal.ballroom
Class Accordion
- java.lang.Object
-
- org.jboss.hal.ballroom.Accordion
-
- All Implemented Interfaces:
org.jboss.elemento.IsElement
public class Accordion extends Object implements org.jboss.elemento.IsElement
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(String id, String title, elemental2.dom.HTMLElement first, elemental2.dom.HTMLElement... rest)elemental2.dom.HTMLElementelement()voidhidePanel(String id)voidsetContent(String id, elemental2.dom.Element first, elemental2.dom.Element... rest)voidshowPanel(String id)voidtogglePanel(String id)
-
-
-
Constructor Detail
-
Accordion
public Accordion(String id)
-
-
Method Detail
-
add
public void add(String id, String title, elemental2.dom.HTMLElement first, elemental2.dom.HTMLElement... rest)
-
element
public elemental2.dom.HTMLElement element()
- Specified by:
elementin interfaceorg.jboss.elemento.IsElement
-
showPanel
public void showPanel(String id)
-
hidePanel
public void hidePanel(String id)
-
togglePanel
public void togglePanel(String id)
-
setContent
public void setContent(String id, elemental2.dom.Element first, elemental2.dom.Element... rest)
-
-