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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VAccordion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VAccordionwithOpen(int index)VAccordionwithOpen(com.vaadin.flow.component.accordion.AccordionPanel panel)VAccordionwithOpenedChangeListener(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, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, 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 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.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
-
-
-
-
Method Detail
-
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)
-
-