Uses of Class
org.zkoss.stateless.sul.IPdfviewer.ZoomMode
-
Packages that use IPdfviewer.ZoomMode Package Description org.zkoss.stateless.action.data org.zkoss.stateless.state org.zkoss.stateless.sul -
-
Uses of IPdfviewer.ZoomMode in org.zkoss.stateless.action.data
Methods in org.zkoss.stateless.action.data that return IPdfviewer.ZoomMode Modifier and Type Method Description IPdfviewer.ZoomMode
ZoomData. getZoomMode()
Returns the current zoom level. -
Uses of IPdfviewer.ZoomMode in org.zkoss.stateless.state
Methods in org.zkoss.stateless.state with parameters of type IPdfviewer.ZoomMode Modifier and Type Method Description void
IPdfviewerController. setZoom(IPdfviewer.ZoomMode zoomMode)
Sets the zoom level. -
Uses of IPdfviewer.ZoomMode in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul that return IPdfviewer.ZoomMode Modifier and Type Method Description default IPdfviewer.ZoomMode
IPdfviewer. getZoomMode()
Returns the zoom mode.static IPdfviewer.ZoomMode
IPdfviewer.ZoomMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IPdfviewer.ZoomMode[]
IPdfviewer.ZoomMode. 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 IPdfviewer.ZoomMode Modifier and Type Method Description IPdfviewer
IPdfviewer. withZoomMode(IPdfviewer.ZoomMode zoomMode)
Returns a copy ofthis
immutable component with the specifiedzoom
.
-