Uses of Class
org.zkoss.stateless.sul.IA.Target
-
Packages that use IA.Target Package Description org.zkoss.stateless.sul -
-
Uses of IA.Target in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul that return IA.Target Modifier and Type Method Description static IA.Target
IA.Target. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IA.Target[]
IA.Target. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.zkoss.stateless.sul with parameters of type IA.Target Modifier and Type Method Description default IA<I>
IA. withTarget(IA.Target target)
Returns a copy ofthis
immutable component with the specifiedtarget
.
-