Uses of Class
io.keikai.api.AreaRef
-
Packages that use AreaRef Package Description io.keikai.api Keikai Spreadsheet API classes.io.keikai.ui Defines UI Component class of Keikai Spreadsheetio.keikai.ui.event Events of Keikai Spreadsheet UI Component.io.keikai.ui.impl Classes for implementing Keikai Spreadsheet UI Components (implementation only).io.keikai.ui.impl.undo Classes that doing system undoable action control on Keikai Spreadsheet UI Components.io.keikai.ui.sys Classes that doing system control on Keikai Spreadsheet UI Components.io.keikaiex.ui.dialog io.keikaiex.ui.impl.ua Classes that doing system user action control on Keikai Spreadsheet UI Components. -
-
Uses of AreaRef in io.keikai.api
Subclasses of AreaRef in io.keikai.api Modifier and Type Class Description class
AreaRefWithType
A class that represents an area reference with 4 value : row(top row), column(left column), last row(bottom row) and last column(right column) and an extra selection type.Methods in io.keikai.api that return AreaRef Modifier and Type Method Description AreaRef
AreaRef. cloneSelf()
AreaRef
AreaRefWithType. cloneSelf()
Methods in io.keikai.api with parameters of type AreaRef Modifier and Type Method Description static String
Ranges. getAreaRefString(Sheet sheet, AreaRef area)
Gets area reference expressionstatic Range
Ranges. range(Sheet sheet, AreaRef selection)
-
Uses of AreaRef in io.keikai.ui
Methods in io.keikai.ui that return AreaRef Modifier and Type Method Description AreaRef
Spreadsheet. getHighlight()
Return current highlight rectangle.AreaRef
Spreadsheet. getSelection()
Return current selection rectangle only if onCellSelection event listener is registered.AreaRef
UserActionContext.Clipboard. getSelection()
AreaRef
UserActionContext. getSelection()
Methods in io.keikai.ui with parameters of type AreaRef Modifier and Type Method Description void
UserActionContext. setClipboard(Sheet sheet, AreaRef selection, boolean cutMode, Object info)
void
Spreadsheet. setHighlight(AreaRef highlight)
Sets the highlight rectangle or sets a null value to hide it.void
Spreadsheet. setSelection(AreaRef sel)
Sets the selection rectangle.Method parameters in io.keikai.ui with type arguments of type AreaRef Modifier and Type Method Description void
Spreadsheet. setSelection(Set<AreaRef> selection)
Sets the selection rectangle. -
Uses of AreaRef in io.keikai.ui.event
Methods in io.keikai.ui.event that return AreaRef Modifier and Type Method Description AreaRef
CellAreaEvent. getArea()
AreaRef
CellFilterEvent. getFilterArea()
Gets filter area of the auto filterAreaRef
AuxActionEvent. getSelection()
AreaRef
KeyEvent. getSelection()
Constructors in io.keikai.ui.event with parameters of type AreaRef Constructor Description AuxActionEvent(String name, org.zkoss.zk.ui.Component target, Sheet sheet, String action, AreaRef selection, Map data)
CellFilterEvent(String name, org.zkoss.zk.ui.Component target, Sheet sheet, int row, int col, AreaRef filterArea, int field, int x, int y, int keys, int clientx, int clienty)
-
Uses of AreaRef in io.keikai.ui.impl
Subclasses of AreaRef in io.keikai.ui.impl Modifier and Type Class Description class
MergedRect
Methods in io.keikai.ui.impl that return AreaRef Modifier and Type Method Description AreaRef
MergedRect. cloneSelf()
AreaRef
ActiveRangeHelper. getArea(SSheet sheet)
AreaRef
DefaultUserActionManagerCtrl.ClipboardImpl. getSelection()
AreaRef
DefaultUserActionManagerCtrl.UserActionContextImpl. getSelection()
AreaRef
ActiveRangeHelper. removeActiveRange(SSheet sheet)
Methods in io.keikai.ui.impl with parameters of type AreaRef Modifier and Type Method Description void
DefaultUserActionManagerCtrl.UserActionContextImpl. setClipboard(Sheet sheet, AreaRef selection, boolean cutMode, Object info)
Constructors in io.keikai.ui.impl with parameters of type AreaRef Constructor Description ClipboardImpl(Spreadsheet ss, Sheet sheet, AreaRef selection, boolean cutMode, Object info)
UserActionContextImpl(Spreadsheet ss, org.zkoss.zk.ui.event.Event event, Book book, Sheet sheet, AreaRef selection, CellSelectionType selectionType, Map<String,Object> data, String category, String action)
-
Uses of AreaRef in io.keikai.ui.impl.undo
Methods in io.keikai.ui.impl.undo that return AreaRef Modifier and Type Method Description AreaRef
CutCellAction. getPastedRange()
AreaRef
PasteCellAction. getPastedRange()
AreaRef
PasteSpecialCellAction. getPastedRange()
AreaRef
Abstract2DCellDataStyleAction. getRedoSelection()
AreaRef
AbstractUndoableAction. getRedoSelection()
AreaRef
AggregatedAction. getRedoSelection()
AreaRef
CutCellAction. getRedoSelection()
AreaRef
PasteCellAction. getRedoSelection()
AreaRef
PasteSpecialCellAction. getRedoSelection()
AreaRef
AbstractUndoableAction. getUndoSelection()
AreaRef
AggregatedAction. getUndoSelection()
AreaRef
CutCellAction. getUndoSelection()
AreaRef
PasteCellAction. getUndoSelection()
AreaRef
PasteSpecialCellAction. getUndoSelection()
-
Uses of AreaRef in io.keikai.ui.sys
Methods in io.keikai.ui.sys that return AreaRef Modifier and Type Method Description AreaRef
SpreadsheetCtrl. getFocusArea()
AreaRef
SpreadsheetCtrl. getLoadedArea()
AreaRef
UndoableAction. getRedoSelection()
AreaRef
SpreadsheetCtrl. getSelectionArea()
AreaRef
UndoableAction. getUndoSelection()
AreaRef
SpreadsheetCtrl. getVisibleArea()
-
Uses of AreaRef in io.keikaiex.ui.dialog
Fields in io.keikaiex.ui.dialog declared as AreaRef Modifier and Type Field Description protected AreaRef
CustomSortCtrl. selection
Methods in io.keikaiex.ui.dialog with parameters of type AreaRef Modifier and Type Method Description static void
CustomSortCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, Sheet sheet, AreaRef selection, Spreadsheet ss)
-
Uses of AreaRef in io.keikaiex.ui.impl.ua
Methods in io.keikaiex.ui.impl.ua with parameters of type AreaRef Modifier and Type Method Description protected void
DataValidationHandler. showValidationDialog(UserActionContext ctx, Sheet sheet, AreaRef selection, List<Validation> validations)
-