Class RefreshCommand

  • All Implemented Interfaces:
    org.zkoss.zk.au.AuService

    public class RefreshCommand
    extends java.lang.Object
    implements org.zkoss.zk.au.AuService
    Refresh command for onRefresh events triggered by JavaScript.
    • Constructor Summary

      Constructors 
      Constructor Description
      RefreshCommand()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean service​(org.zkoss.zk.au.AuRequest request, boolean everError)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RefreshCommand

        public RefreshCommand()
    • Method Detail

      • service

        public boolean service​(org.zkoss.zk.au.AuRequest request,
                               boolean everError)
        Specified by:
        service in interface org.zkoss.zk.au.AuService
        See Also:
        AuService.service(org.zkoss.zk.au.AuRequest, boolean)