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 classAreaRefWithTypeA 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 AreaRefAreaRef. cloneSelf()AreaRefAreaRefWithType. cloneSelf()Methods in io.keikai.api with parameters of type AreaRef Modifier and Type Method Description static StringRanges. getAreaRefString(Sheet sheet, AreaRef area)Gets area reference expressionstatic RangeRanges. 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 AreaRefSpreadsheet. getHighlight()Return current highlight rectangle.AreaRefSpreadsheet. getSelection()Return current selection rectangle only if onCellSelection event listener is registered.AreaRefUserActionContext.Clipboard. getSelection()AreaRefUserActionContext. getSelection()Methods in io.keikai.ui with parameters of type AreaRef Modifier and Type Method Description voidUserActionContext. setClipboard(Sheet sheet, AreaRef selection, boolean cutMode, Object info)voidSpreadsheet. setHighlight(AreaRef highlight)Sets the highlight rectangle or sets a null value to hide it.voidSpreadsheet. setSelection(AreaRef sel)Sets the selection rectangle.Method parameters in io.keikai.ui with type arguments of type AreaRef Modifier and Type Method Description voidSpreadsheet. 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 AreaRefCellAreaEvent. getArea()AreaRefCellFilterEvent. getFilterArea()Gets filter area of the auto filterAreaRefAuxActionEvent. getSelection()AreaRefKeyEvent. 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 classMergedRectMethods in io.keikai.ui.impl that return AreaRef Modifier and Type Method Description AreaRefMergedRect. cloneSelf()AreaRefActiveRangeHelper. getArea(SSheet sheet)AreaRefDefaultUserActionManagerCtrl.ClipboardImpl. getSelection()AreaRefDefaultUserActionManagerCtrl.UserActionContextImpl. getSelection()AreaRefActiveRangeHelper. removeActiveRange(SSheet sheet)Methods in io.keikai.ui.impl with parameters of type AreaRef Modifier and Type Method Description voidDefaultUserActionManagerCtrl.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 AreaRefCutCellAction. getPastedRange()AreaRefPasteCellAction. getPastedRange()AreaRefPasteSpecialCellAction. getPastedRange()AreaRefAbstract2DCellDataStyleAction. getRedoSelection()AreaRefAbstractUndoableAction. getRedoSelection()AreaRefAggregatedAction. getRedoSelection()AreaRefCutCellAction. getRedoSelection()AreaRefPasteCellAction. getRedoSelection()AreaRefPasteSpecialCellAction. getRedoSelection()AreaRefAbstractUndoableAction. getUndoSelection()AreaRefAggregatedAction. getUndoSelection()AreaRefCutCellAction. getUndoSelection()AreaRefPasteCellAction. getUndoSelection()AreaRefPasteSpecialCellAction. getUndoSelection() -
Uses of AreaRef in io.keikai.ui.sys
Methods in io.keikai.ui.sys that return AreaRef Modifier and Type Method Description AreaRefSpreadsheetCtrl. getFocusArea()AreaRefSpreadsheetCtrl. getLoadedArea()AreaRefUndoableAction. getRedoSelection()AreaRefSpreadsheetCtrl. getSelectionArea()AreaRefUndoableAction. getUndoSelection()AreaRefSpreadsheetCtrl. getVisibleArea() -
Uses of AreaRef in io.keikaiex.ui.dialog
Fields in io.keikaiex.ui.dialog declared as AreaRef Modifier and Type Field Description protected AreaRefCustomSortCtrl. selectionMethods in io.keikaiex.ui.dialog with parameters of type AreaRef Modifier and Type Method Description static voidCustomSortCtrl. 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 voidDataValidationHandler. showValidationDialog(UserActionContext ctx, Sheet sheet, AreaRef selection, List<Validation> validations)
-