Class BackgroundOperationDefinition


  • public class BackgroundOperationDefinition
    extends java.lang.Object
    • Constructor Detail

      • BackgroundOperationDefinition

        public BackgroundOperationDefinition()
    • Method Detail

      • getId

        public java.lang.String getId()
      • setId

        public void setId​(java.lang.String id)
        Parameters:
        id - the id to set
      • getOperation

        public Operation getOperation()
        Returns:
        the operation
      • setOperation

        public void setOperation​(Operation operation)
        Parameters:
        operation - the operation to set
      • getCallbackEvent

        public org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> getCallbackEvent()
        Returns:
        the callbackEvent
      • setCallbackEvent

        public void setCallbackEvent​(org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> callbackEvent)
        Parameters:
        callbackEvent - the callbackEvent to set
      • getBusyMessage

        public java.lang.String getBusyMessage()
        Returns:
        the busyMessage
      • setBusyMessage

        public void setBusyMessage​(java.lang.String busyMessage)
        Parameters:
        busyMessage - the busyMessage to set