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.ZoomModeZoomData. 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 voidIPdfviewerController. 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.ZoomModeIPdfviewer. getZoomMode()Returns the zoom mode.static IPdfviewer.ZoomModeIPdfviewer.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 IPdfviewerIPdfviewer. withZoomMode(IPdfviewer.ZoomMode zoomMode)Returns a copy ofthisimmutable component with the specifiedzoom.
-