Index

B C E G S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

B

BOTTOM - Enum constant in enum class com.vaadin.componentfactory.ToggleButton.LabelPosition
Label below the toggle.

C

com.vaadin.componentfactory - package com.vaadin.componentfactory
 

E

END - Enum constant in enum class com.vaadin.componentfactory.ToggleButton.LabelPosition
Label to the right of the toggle (default).

G

getLabelPosition() - Method in class com.vaadin.componentfactory.ToggleButton
Returns the current label position.

S

setLabelPosition(ToggleButton.LabelPosition) - Method in class com.vaadin.componentfactory.ToggleButton
Sets the position of the label relative to the toggle switch.
START - Enum constant in enum class com.vaadin.componentfactory.ToggleButton.LabelPosition
Label to the left of the toggle.

T

THEME_NAME - Static variable in class com.vaadin.componentfactory.ToggleButton
 
ToggleButton - Class in com.vaadin.componentfactory
Server-side component that provides an on/off toggle switch.
ToggleButton() - Constructor for class com.vaadin.componentfactory.ToggleButton
Default constructor.
ToggleButton(boolean) - Constructor for class com.vaadin.componentfactory.ToggleButton
Constructs a toggle button with the initial value.
ToggleButton(String) - Constructor for class com.vaadin.componentfactory.ToggleButton
Constructs a toggle button with the initial label text.
ToggleButton(String, boolean) - Constructor for class com.vaadin.componentfactory.ToggleButton
Constructs a toggle button with the initial label text and value.
ToggleButton(String, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<Checkbox, Boolean>>) - Constructor for class com.vaadin.componentfactory.ToggleButton
Constructs a toggle button with the initial label text and value change listener.
ToggleButton.LabelPosition - Enum Class in com.vaadin.componentfactory
Defines where the label is placed relative to the toggle switch.
TOP - Enum constant in enum class com.vaadin.componentfactory.ToggleButton.LabelPosition
Label above the toggle.

V

valueOf(String) - Static method in enum class com.vaadin.componentfactory.ToggleButton.LabelPosition
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.vaadin.componentfactory.ToggleButton.LabelPosition
Returns an array containing the constants of this enum class, in the order they are declared.
B C E G S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form