Uses of Class
org.odlabs.wiquery.ui.accordion.Accordion

Packages that use Accordion
org.odlabs.wiquery.ui.accordion   
 

Uses of Accordion in org.odlabs.wiquery.ui.accordion
 

Methods in org.odlabs.wiquery.ui.accordion that return Accordion
 Accordion Accordion.hideIcons()
          Allows to hide the icons.
 Accordion Accordion.setActive(AccordionActive active)
          Selector for the active element.
 Accordion Accordion.setAnimated(AccordionAnimated animationEffect)
          Sets the effect to apply when the accordion's content is switched.
 Accordion Accordion.setAnimationEffect(AccordionAnimated animationEffect)
          Deprecated. will be removed in 1.2
 Accordion Accordion.setAutoHeight(boolean autoHeight)
          Sets if the accordion's height is fixed to the highest content part.
 Accordion Accordion.setChangeEvent(JsScopeUiEvent change)
          Set's the callback when the accordion changes.
 Accordion Accordion.setChangeStartEvent(JsScopeUiEvent changestart)
          Set's the callback when the accordion starts to change.
 Accordion Accordion.setClearStyle(boolean clearStyle)
          If set, clears height and overflow styles after finishing animations.
 Accordion Accordion.setCollapsible(boolean collapsible)
          Whether all the sections can be closed at once.
 Accordion Accordion.setDisabled(boolean disabled)
          Disables (true) or enables (false) the accordion.
 Accordion Accordion.setEvent(Accordion.AccordionTriggerEvent accordionTriggerEvent)
          Sets the Accordion.AccordionTriggerEvent to use to open content.
 Accordion Accordion.setFillSpace(boolean fillSpace)
          Makes this accordion's height to the maximum size possible in this' parent container.
 Accordion Accordion.setHeader(AccordionHeader header)
          Sets the CSS selector used to defined a header in this accordion.
 Accordion Accordion.setIcons(AccordionIcon icons)
          Icons to use for headers.
 Accordion Accordion.setIcons(UiIcon header, UiIcon headerSelected)
          Icons to use for headers.
 Accordion Accordion.setNavigation(boolean navigation)
          If set, looks for the anchor that matches location.href and activates it.
 Accordion Accordion.setNavigationFilter(JsScope navigationFilter)
          Overwrite the default location.href-matching with your own matcher.
 Accordion Accordion.setTriggerEvent(Accordion.AccordionTriggerEvent accordionTriggerEvent)
          Deprecated. will be removed in 1.2
 



Copyright © 2012. All Rights Reserved.