We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Class
com.vaadin.flow.component.accordion.AccordionPanel
Packages that use AccordionPanel
-
Uses of AccordionPanel in com.vaadin.flow.component.accordion
Methods in com.vaadin.flow.component.accordion that return AccordionPanelModifier and TypeMethodDescriptionAccordion.add
(AccordionPanel panel) Adds a panel.
Adds a panel created from the given title and content.
Get the panel with the summary.
Methods in com.vaadin.flow.component.accordion that return types with arguments of type AccordionPanelModifier and TypeMethodDescriptionAccordion.getOpenedPanel()
Gets the opened panel.
Accordion.OpenedChangeEvent.getOpenedPanel()
Gets the opened panel.
Methods in com.vaadin.flow.component.accordion with parameters of type AccordionPanelModifier and TypeMethodDescriptionAccordion.add
(AccordionPanel panel) Adds a panel.
void
Accordion.open
(AccordionPanel panel) Opens the specified panel.
void
Accordion.remove
(AccordionPanel panel) Removes a panel.