Uses of Interface
org.zkoss.stateless.sul.IPdfviewer
-
Packages that use IPdfviewer Package Description org.zkoss.stateless.state org.zkoss.stateless.sul -
-
Uses of IPdfviewer in org.zkoss.stateless.state
Methods in org.zkoss.stateless.state that return IPdfviewer Modifier and Type Method Description IPdfviewerIPdfviewerController. build()Returns the immutable Pdfviewer instance that the controller to build with.Methods in org.zkoss.stateless.state with parameters of type IPdfviewer Modifier and Type Method Description static IPdfviewerControllerIPdfviewerController. of(IPdfviewer owner)Returns the controller instance with the givenPdfviewer -
Uses of IPdfviewer in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IPdfviewer Modifier and Type Field Description static IPdfviewerIPdfviewer. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IPdfviewer Modifier and Type Method Description static IPdfviewerIPdfviewerCtrl. from(org.zkoss.zkex.zul.Pdfviewer instance)static IPdfviewerIPdfviewer. of(java.lang.String src)Returns the instance with the given src.static IPdfviewerIPdfviewer. of(IToolbar child)Returns the instance with the given child.static IPdfviewerIPdfviewer. ofId(java.lang.String id)Returns the instance with the given id.IPdfviewerIPdfviewer. withRotation(int rotation)Returns a copy ofthisimmutable component with the specifiedrotation.IPdfviewerIPdfviewer. withSrc(java.lang.String src)Returns a copy ofthisimmutable component with the specifiedsrc.IPdfviewerIPdfviewer. withZoom(double zoom)Returns a copy ofthisimmutable component with the specifiedzoom.IPdfviewerIPdfviewer. withZoomMode(IPdfviewer.ZoomMode zoomMode)Returns a copy ofthisimmutable component with the specifiedzoom.
-