Verwendungen von Klasse
com.vaadin.componentfactory.toolbar.ToolbarSwitch
Packages, die ToolbarSwitch verwenden
-
Verwendungen von ToolbarSwitch in com.vaadin.componentfactory.toolbar
Methoden in com.vaadin.componentfactory.toolbar, die ToolbarSwitch zurückgebenMethoden in com.vaadin.componentfactory.toolbar mit Parametern vom Typ ToolbarSwitchModifizierer 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.static 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 ToolbarDialogToolbarDialog.vertical(ToolbarSwitch toolbarSwitch, com.vaadin.flow.component.Component... components) Creates a new instance listing the given components in a vertical order.static ToolbarPopoverToolbarPopover.vertical(ToolbarSwitch toolbarSwitch, com.vaadin.flow.component.Component... components) Creates a new instance listing the given components in a vertical order.Konstruktoren in com.vaadin.componentfactory.toolbar mit Parametern vom Typ ToolbarSwitchModifiziererKonstruktorBeschreibungActiveChangedEvent(ToolbarSwitch source, boolean fromClient) ToolbarDialog(ToolbarSwitch toolbarSwitch) Creates a new instance, that opens/closes based on the given switch state.ToolbarDialog(ToolbarSwitch toolbarSwitch, boolean openAtSwitch) Creates a new instance, that opens/closes based on the given switch state.ToolbarPopover(ToolbarSwitch referencedSwitch) Creates a new instance, that will open, when the given switch is active.ToolbarSelectPopup(ToolbarSwitch referencedSwitch) Creates a new instance, opening, when the given switch is active.