Package com.saperion.ngc.commands
Class RefreshCommand
java.lang.Object
com.saperion.ngc.commands.RefreshCommand
- All Implemented Interfaces:
org.zkoss.zk.au.AuService
Refresh command for onRefresh events triggered by JavaScript.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
service
(org.zkoss.zk.au.AuRequest request, boolean everError)
-
Constructor Details
-
RefreshCommand
public RefreshCommand()
-
-
Method Details
-
service
public boolean service(org.zkoss.zk.au.AuRequest request, boolean everError) - Specified by:
service
in interfaceorg.zkoss.zk.au.AuService
- See Also:
-
AuService.service(org.zkoss.zk.au.AuRequest, boolean)
-