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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    withOpen(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, remove

    Methods 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, setVisible

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.vaadin.flow.component.AttachNotifier

    addAttachListener

    Methods inherited from interface com.vaadin.flow.component.DetachNotifier

    addDetachListener

    Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentAttachNotifier

    withAttachListener

    Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentComponent

    setId, setVisible, withId, withVisible

    Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentDetachNotifier

    withDetachListener

    Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentHasStyle

    withAddedClassName, withClassName, withStyle

    Methods inherited from interface com.vaadin.flow.component.HasElement

    getElement

    Methods 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, setWidthFull

    Methods inherited from interface com.vaadin.flow.component.HasStyle

    addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName
  • Constructor Details

    • VAccordion

      public VAccordion()
  • Method Details

    • withOpen

      public VAccordion withOpen(int index)
    • withOpen

      public VAccordion withOpen(com.vaadin.flow.component.accordion.AccordionPanel panel)
    • withOpenedChangeListener

      public VAccordion withOpenedChangeListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.accordion.Accordion.OpenedChangeEvent> listener)