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 SheetProtection
Range. getSheetProtection()
GetsSheetProtection
which 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 SheetProtection
RangeImpl. 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 class
SheetProtectionImpl
-
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 void
ProtectSheetCtrl. initialOptions(SheetProtection sheetProtection)
static void
ProtectSheetCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, SheetProtection sheetProtection)
-