Uses of Class
org.linkki.core.ui.aspects.types.SuffixType
-
Packages that use SuffixType Package Description org.linkki.core.ui.aspects Aspects of Vaadin UI components that can be bound by linkki.org.linkki.core.ui.aspects.annotation org.linkki.core.ui.aspects.types -
-
Uses of SuffixType in org.linkki.core.ui.aspects
Constructors in org.linkki.core.ui.aspects with parameters of type SuffixType Constructor Description SuffixAspectDefinition(String value, SuffixType suffixType) -
Uses of SuffixType in org.linkki.core.ui.aspects.annotation
Methods in org.linkki.core.ui.aspects.annotation that return SuffixType Modifier and Type Method Description SuffixTypesuffixType()Defines how the suffix text should be retrieved -
Uses of SuffixType in org.linkki.core.ui.aspects.types
Methods in org.linkki.core.ui.aspects.types that return SuffixType Modifier and Type Method Description static SuffixTypeSuffixType. valueOf(String name)Returns the enum constant of this type with the specified name.static SuffixType[]SuffixType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-