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 IFileuploadIFileupload. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IFileupload Modifier and Type Method Description static IFileuploadIFileuploadCtrl. from(org.zkoss.zul.Fileupload instance)static IFileuploadIFileupload. of(java.lang.String label)Returns the instance with the given label.static IFileuploadIFileupload. of(java.lang.String label, java.lang.String image)Returns the instance with the given label and image.static IFileuploadIFileupload. ofDir(IButtonBase.Direction dir)Returns the instance with the given dir.static IFileuploadIFileupload. ofId(java.lang.String id)Returns the instance with the given id.static IFileuploadIFileupload. ofImage(java.lang.String image)Returns the instance with the given image.static IFileuploadIFileupload. ofOrient(IButtonBase.Orient orient)Returns the instance with the given orient.
-