Uses of Interface
io.keikai.api.model.SheetProtection
-
Packages that use SheetProtection Package Description io.keikai.api Keikai Spreadsheet API classes.io.keikai.api.impl Keikai Spreadsheet API implementation classes, internal use onlyio.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use onlyio.keikaiex.ui.dialog -
-
Uses of SheetProtection in io.keikai.api
Methods in io.keikai.api that return SheetProtection Modifier and Type Method Description SheetProtectionRange. getSheetProtection()GetsSheetProtectionwhich tells what are allowed operations for a protected sheet of this range. -
Uses of SheetProtection in io.keikai.api.impl
Methods in io.keikai.api.impl that return SheetProtection Modifier and Type Method Description SheetProtectionRangeImpl. getSheetProtection() -
Uses of SheetProtection in io.keikai.api.model.impl
Classes in io.keikai.api.model.impl that implement SheetProtection Modifier and Type Class Description classSheetProtectionImpl -
Uses of SheetProtection in io.keikaiex.ui.dialog
Methods in io.keikaiex.ui.dialog with parameters of type SheetProtection Modifier and Type Method Description protected voidProtectSheetCtrl. initialOptions(SheetProtection sheetProtection)static voidProtectSheetCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, SheetProtection sheetProtection)
-