Uses of Enum Class
com.vaadin.componentfactory.lookupfield.LookupFieldVariant
-
Uses of LookupFieldVariant in com.vaadin.componentfactory.lookupfield
Methods in com.vaadin.componentfactory.lookupfield that return LookupFieldVariantModifier and TypeMethodDescriptionstatic LookupFieldVariantReturns the enum constant of this class with the specified name.static LookupFieldVariant[]LookupFieldVariant.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.componentfactory.lookupfield with parameters of type LookupFieldVariantModifier and TypeMethodDescriptionvoidAbstractLookupField.addThemeVariants(LookupFieldVariant... variants) Adds the theme variants of this component.voidAbstractLookupField.setThemeVariants(LookupFieldVariant variants) Sets the theme variants of this component.