Uses of Enum Class
com.vaadin.componentfactory.ToggleButton.LabelPosition
-
Uses of ToggleButton.LabelPosition in com.vaadin.componentfactory
Methods in com.vaadin.componentfactory that return ToggleButton.LabelPositionModifier and TypeMethodDescriptionToggleButton.getLabelPosition()Returns the current label position.static ToggleButton.LabelPositionReturns the enum constant of this class with the specified name.static ToggleButton.LabelPosition[]ToggleButton.LabelPosition.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.componentfactory with parameters of type ToggleButton.LabelPositionModifier and TypeMethodDescriptionvoidToggleButton.setLabelPosition(ToggleButton.LabelPosition position) Sets the position of the label relative to the toggle switch.