Uses of Class
org.linkki.core.ui.aspects.types.PlaceholderType
-
Packages that use PlaceholderType 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 PlaceholderType in org.linkki.core.ui.aspects
Constructors in org.linkki.core.ui.aspects with parameters of type PlaceholderType Constructor Description PlaceholderAspectDefinition(String value, PlaceholderType type) -
Uses of PlaceholderType in org.linkki.core.ui.aspects.annotation
Methods in org.linkki.core.ui.aspects.annotation that return PlaceholderType Modifier and Type Method Description PlaceholderTypeplaceholderType()Defines how the placeholder should be retrieved -
Uses of PlaceholderType in org.linkki.core.ui.aspects.types
Methods in org.linkki.core.ui.aspects.types that return PlaceholderType Modifier and Type Method Description static PlaceholderTypePlaceholderType. valueOf(String name)Returns the enum constant of this type with the specified name.static PlaceholderType[]PlaceholderType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-