Class VAccordion
java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.accordion.Accordion
org.vaadin.firitin.components.accordion.VAccordion
- All Implemented Interfaces:
 com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, Serializable, FluentAttachNotifier<VAccordion>, FluentComponent<VAccordion>, FluentDetachNotifier<VAccordion>, FluentHasStyle<VAccordion>
public class VAccordion
extends com.vaadin.flow.component.accordion.Accordion
implements FluentComponent<VAccordion>, FluentHasStyle<VAccordion>
- See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class com.vaadin.flow.component.accordion.Accordion
com.vaadin.flow.component.accordion.Accordion.OpenedChangeEvent - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionwithOpen(int index) withOpen(com.vaadin.flow.component.accordion.AccordionPanel panel) withOpenedChangeListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.accordion.Accordion.OpenedChangeEvent> listener) Methods inherited from class com.vaadin.flow.component.accordion.Accordion
add, add, addOpenedChangeListener, close, getOpenedIndex, getOpenedPanel, open, open, remove, removeMethods inherited from class com.vaadin.flow.component.Component
addListener, findAncestor, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getListeners, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, removeFromParent, scrollIntoView, scrollIntoView, set, setElement, setId, setVisibleMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.flow.component.AttachNotifier
addAttachListenerMethods inherited from interface com.vaadin.flow.component.DetachNotifier
addDetachListenerMethods inherited from interface FluentAttachNotifier
withAttachListenerMethods inherited from interface FluentComponent
navigate, setId, setVisible, withId, withVisibleMethods inherited from interface FluentDetachNotifier
withDetachListenerMethods inherited from interface FluentHasStyle
getStyle, withAddedClassName, withClassName, withStyleMethods inherited from interface com.vaadin.flow.component.HasElement
getElementMethods inherited from interface com.vaadin.flow.component.HasSize
getHeight, getHeightUnit, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, getWidthUnit, setHeight, setHeight, setHeightFull, setMaxHeight, setMaxHeight, setMaxWidth, setMaxWidth, setMinHeight, setMinHeight, setMinWidth, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidth, setWidthFullMethods inherited from interface com.vaadin.flow.component.HasStyle
addClassName, addClassNames, getClassName, getClassNames, hasClassName, removeClassName, removeClassNames, setClassName, setClassName 
- 
Constructor Details
- 
VAccordion
public VAccordion() 
 - 
 - 
Method Details
- 
withOpen
 - 
withOpen
 - 
withOpenedChangeListener
public VAccordion withOpenedChangeListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.accordion.Accordion.OpenedChangeEvent> listener)  
 -