Class CellSelectionUpdateEvent

java.lang.Object
org.zkoss.zk.ui.event.Event
All Implemented Interfaces:
Serializable

public class CellSelectionUpdateEvent extends CellSelectionEvent
Event about selection update of cells
Since:
3.0.0
Author:
Dennis.Chen
See Also:
  • Constructor Details

    • CellSelectionUpdateEvent

      public CellSelectionUpdateEvent(String name, org.zkoss.zk.ui.Component target, Sheet sheet, int tRow, int lCol, int bRow, int rCol, int otRow, int olCol, int obRow, int orCol, CellSelectionType type, CellSelectionAction action)
  • Method Details

    • getAction

      public CellSelectionAction getAction()
      Returns the action of this event.
    • getOrigRow

      public int getOrigRow()
    • getOrigColumn

      public int getOrigColumn()
    • getOrigLastRow

      public int getOrigLastRow()
    • getOrigLastColumn

      public int getOrigLastColumn()