com.bstek.dorado.view.widget.base.accordion
public class Accordion extends Control
| Constructor and Description |
|---|
Accordion() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSection(Section section) |
int |
getCurrentSection() |
Section |
getSection(java.lang.String name) |
java.util.List<Section> |
getSections() |
boolean |
isAnimate() |
void |
setAnimate(boolean animate) |
void |
setCurrentSection(int currentSection) |
void |
setCurrentSection(Section currentSection) |
void |
setCurrentSection(java.lang.String currentSectionName) |
getClassName, getDragTags, getDroppableTags, getExClassName, getHeight, getHideMode, getLayoutConstraint, getRenderOn, getRenderTo, getStyle, getTip, getUi, getVisible, getWidth, isDraggable, isDroppable, setClassName, setDraggable, setDragTags, setDroppable, setDroppableTags, setExClassName, setHeight, setHideMode, setLayoutConstraint, setRenderOn, setRenderTo, setStyle, setTip, setUi, setVisible, setWidthcreateClientEventHolder, getUserData, getViewConfig, setUserDataaddClientEventListener, clearClientEventListeners, getAllClientEventListeners, getClientEventListenersgetId, getInnerElements, getMetaData, getParent, getTags, getView, isIgnored, registerInnerElement, setId, setIgnored, setMetaData, setParent, setTags, unregisterInnerElementpublic void addSection(Section section)
public Section getSection(java.lang.String name)
public java.util.List<Section> getSections()
public int getCurrentSection()
public void setCurrentSection(int currentSection)
public void setCurrentSection(Section currentSection)
public void setCurrentSection(java.lang.String currentSectionName)
public boolean isAnimate()
public void setAnimate(boolean animate)
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.