Class ActiveRangeHelper

  • All Implemented Interfaces:
    Serializable

    public class ActiveRangeHelper
    extends Object
    implements Serializable
    keep track of the currently visible area of the only 1 active sheet, visible to end-users in a browser. Spreadsheet only renders that visible area of the active sheet to end-users.
    Author:
    sam,Hawk
    See Also:
    Serialized Form
    • Constructor Detail

      • ActiveRangeHelper

        public ActiveRangeHelper()
    • Method Detail

      • setActiveRange

        public void setActiveRange​(SSheet sheet,
                                   int tRow,
                                   int lCol,
                                   int bRow,
                                   int rCol)
      • containsSheet

        public boolean containsSheet​(SSheet sheet)
      • contains

        public boolean contains​(SSheet sheet,
                                int row,
                                int col)
      • contains

        public boolean contains​(SSheet sheet,
                                int tRow,
                                int lCol,
                                int bRow,
                                int rCol)
      • removeActiveRange

        public AreaRef removeActiveRange​(SSheet sheet)