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 IPdfviewer
IPdfviewerController. 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 IPdfviewerController
IPdfviewerController. 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 IPdfviewer
IPdfviewer. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IPdfviewer Modifier and Type Method Description static IPdfviewer
IPdfviewerCtrl. from(Pdfviewer instance)
static IPdfviewer
IPdfviewer. of(java.lang.String src)
Returns the instance with the given src.static IPdfviewer
IPdfviewer. of(IToolbar child)
Returns the instance with the given child.static IPdfviewer
IPdfviewer. ofId(java.lang.String id)
Returns the instance with the given id.IPdfviewer
IPdfviewer. withRotation(int rotation)
Returns a copy ofthis
immutable component with the specifiedrotation
.IPdfviewer
IPdfviewer. withSrc(java.lang.String src)
Returns a copy ofthis
immutable component with the specifiedsrc
.IPdfviewer
IPdfviewer. withZoom(double zoom)
Returns a copy ofthis
immutable component with the specifiedzoom
.IPdfviewer
IPdfviewer. withZoomMode(IPdfviewer.ZoomMode zoomMode)
Returns a copy ofthis
immutable component with the specifiedzoom
.
-