Uses of Interface
org.zkoss.stateless.sul.IFileupload
-
Packages that use IFileupload Package Description org.zkoss.stateless.sul -
-
Uses of IFileupload in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IFileupload Modifier and Type Field Description static IFileupload
IFileupload. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IFileupload Modifier and Type Method Description static IFileupload
IFileuploadCtrl. from(Fileupload instance)
static IFileupload
IFileupload. of(java.lang.String label)
Returns the instance with the given label.static IFileupload
IFileupload. of(java.lang.String label, java.lang.String image)
Returns the instance with the given label and image.static IFileupload
IFileupload. ofDir(IButtonBase.Direction dir)
Returns the instance with the given dir.static IFileupload
IFileupload. ofId(java.lang.String id)
Returns the instance with the given id.static IFileupload
IFileupload. ofImage(java.lang.String image)
Returns the instance with the given image.static IFileupload
IFileupload. ofOrient(IButtonBase.Orient orient)
Returns the instance with the given orient.
-