Uses of Class
org.zkoss.stateless.sul.IVideo.Crossorigin
-
Packages that use IVideo.Crossorigin Package Description org.zkoss.stateless.sul -
-
Uses of IVideo.Crossorigin in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul that return IVideo.Crossorigin Modifier and Type Method Description static IVideo.Crossorigin
IVideo.Crossorigin. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IVideo.Crossorigin[]
IVideo.Crossorigin. 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 IVideo.Crossorigin Modifier and Type Method Description default IVideo
IVideo. withCrossorigin(IVideo.Crossorigin crossorigin)
Returns a copy ofthis
immutable component with the specifiedcrossorigin
.
-