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