Verwendungen von Klasse
com.vaadin.componentfactory.toolbar.ToolbarDialog
Packages, die ToolbarDialog verwenden
-
Verwendungen von ToolbarDialog in com.vaadin.componentfactory.toolbar
Methoden in com.vaadin.componentfactory.toolbar, die ToolbarDialog zurückgebenModifizierer und TypMethodeBeschreibungstatic ToolbarDialogToolbarDialog.horizontal(ToolbarSwitch toolbarSwitch, com.vaadin.flow.component.Component... components) Creates a new instance listing the given components in a horizontal order (center aligned).static ToolbarDialogToolbarDialog.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.ToolbarDialog.openAtSwitch()Will set this dialog to open at the related toolbar switch.static ToolbarDialogToolbarDialog.vertical(ToolbarSwitch toolbarSwitch, com.vaadin.flow.component.Component... components) Creates a new instance listing the given components in a vertical order.