Package io.keikai.ui.impl
Class ActiveRangeHelper
java.lang.Object
io.keikai.ui.impl.ActiveRangeHelper
- All Implemented Interfaces:
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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleancontainsSheet(SSheet sheet) removeActiveRange(SSheet sheet) voidsetActiveRange(SSheet sheet, int tRow, int lCol, int bRow, int rCol) voidsetActiveRange(SSheet sheet, int tRow, int lCol, int bRow, int rCol, boolean clearFirst)
-
Constructor Details
-
ActiveRangeHelper
public ActiveRangeHelper()
-
-
Method Details
-
setActiveRange
-
setActiveRange
public void setActiveRange(SSheet sheet, int tRow, int lCol, int bRow, int rCol, boolean clearFirst) -
getArea
-
containsSheet
-
contains
-
contains
-
removeActiveRange
-
sheetIterator
-