Uses of Class
org.linkki.core.ui.aspects.annotation.BindReadOnly.ReadOnlyType
-
Packages that use BindReadOnly.ReadOnlyType Package Description org.linkki.core.ui.aspects Aspects of Vaadin UI components that can be bound by linkki.org.linkki.core.ui.aspects.annotation -
-
Uses of BindReadOnly.ReadOnlyType in org.linkki.core.ui.aspects
Constructors in org.linkki.core.ui.aspects with parameters of type BindReadOnly.ReadOnlyType Constructor Description BindReadOnlyAspectDefinition(BindReadOnly.ReadOnlyType value) -
Uses of BindReadOnly.ReadOnlyType in org.linkki.core.ui.aspects.annotation
Methods in org.linkki.core.ui.aspects.annotation that return BindReadOnly.ReadOnlyType Modifier and Type Method Description BindReadOnly.ReadOnlyTypevalue()If and how the read-only state of the UI element is bound to the PMO.static BindReadOnly.ReadOnlyTypeBindReadOnly.ReadOnlyType. valueOf(String name)Returns the enum constant of this type with the specified name.static BindReadOnly.ReadOnlyType[]BindReadOnly.ReadOnlyType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-