Verwendungen von Klasse
com.vaadin.componentfactory.toolbar.ToolbarPopover
Packages, die ToolbarPopover verwenden
-
Verwendungen von ToolbarPopover in com.vaadin.componentfactory.toolbar
Methoden in com.vaadin.componentfactory.toolbar, die ToolbarPopover zurückgebenModifizierer und TypMethodeBeschreibungstatic ToolbarPopoverToolbarPopover.horizontal(ToolbarSwitch toolbarSwitch, com.vaadin.flow.component.Component... components) Creates a new instance listing the given components in a horizontal order (center aligned).static ToolbarPopoverToolbarPopover.horizontal(ToolbarSwitch toolbarSwitch, com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment alignment, com.vaadin.flow.component.Component... components) Creates a new instance listing the given components in a horizontal order with the given alignment.static ToolbarPopoverToolbarPopover.vertical(ToolbarSwitch toolbarSwitch, com.vaadin.flow.component.Component... components) Creates a new instance listing the given components in a vertical order.