Uses of Class
org.zkoss.bind.annotation.Scope
-
Packages that use Scope Package Description org.zkoss.bind.annotation -
-
Uses of Scope in org.zkoss.bind.annotation
Methods in org.zkoss.bind.annotation that return Scope Modifier and Type Method Description Scope[]
scopes()
the scopes to evaluate.static Scope
Scope. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Scope[]
Scope. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-