Uses of Enum Class
io.keikai.api.model.Book.BookType
Packages that use Book.BookType
Package
Description
Keikai Spreadsheet Model API classes.
Keikai Spreadsheet Model API implementation classes, Internal use only
-
Uses of Book.BookType in io.keikai.api.model
Methods in io.keikai.api.model that return Book.BookTypeModifier and TypeMethodDescriptionBook.getType()Gets the book typestatic Book.BookTypeReturns the enum constant of this class with the specified name.static Book.BookType[]Book.BookType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Book.BookType in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return Book.BookType -
Uses of Book.BookType in io.keikaiex.ui.dialog
Methods in io.keikaiex.ui.dialog with parameters of type Book.BookTypeModifier and TypeMethodDescriptionstatic voidPasteSpecialCtrl.show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, Book.BookType type, Spreadsheet ss)