Uses of Class
org.vaadin.miki.shared.labels.LabelPosition
-
Packages that use LabelPosition Package Description org.vaadin.miki.markers org.vaadin.miki.shared.labels org.vaadin.miki.superfields.numbers -
-
Uses of LabelPosition in org.vaadin.miki.markers
Methods in org.vaadin.miki.markers that return LabelPosition Modifier and Type Method Description default LabelPositionHasLabelPositionable. getLabelPosition()Returns current label position, if it has been set.Methods in org.vaadin.miki.markers with parameters of type LabelPosition Modifier and Type Method Description default voidHasLabelPositionable. setLabelPosition(LabelPosition position)Sets the label position to a new one.default SELFWithLabelPositionableMixin. withLabelPosition(LabelPosition position)ChainsHasLabelPositionable.setLabelPosition(LabelPosition)and returns itself. -
Uses of LabelPosition in org.vaadin.miki.shared.labels
Methods in org.vaadin.miki.shared.labels that return LabelPosition Modifier and Type Method Description static LabelPositionLabelPosition. valueOf(String name)Returns the enum constant of this type with the specified name.static LabelPosition[]LabelPosition. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LabelPosition in org.vaadin.miki.superfields.numbers
Methods in org.vaadin.miki.superfields.numbers that return LabelPosition Modifier and Type Method Description LabelPositionAbstractSuperNumberField. getLabelPosition()Methods in org.vaadin.miki.superfields.numbers with parameters of type LabelPosition Modifier and Type Method Description voidAbstractSuperNumberField. setLabelPosition(LabelPosition position)
-