Uses of Class
io.keikai.api.model.Book.BookType
-
Packages that use Book.BookType Package Description io.keikai.api.model Keikai Spreadsheet Model API classes.io.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use onlyio.keikaiex.ui.dialog -
-
Uses of Book.BookType in io.keikai.api.model
Methods in io.keikai.api.model that return Book.BookType Modifier and Type Method Description Book.BookType
Book. getType()
Gets the book typestatic Book.BookType
Book.BookType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Book.BookType[]
Book.BookType. values()
Returns an array containing the constants of this enum type, 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 Modifier and Type Method Description Book.BookType
BookImpl. getType()
-
Uses of Book.BookType in io.keikaiex.ui.dialog
Methods in io.keikaiex.ui.dialog with parameters of type Book.BookType Modifier and Type Method Description static void
PasteSpecialCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, Book.BookType type, Spreadsheet ss)
-