Uses of Interface
io.keikai.api.model.Book
-
Packages that use Book Package Description io.keikai.api Keikai Spreadsheet API classes.io.keikai.api.impl Keikai Spreadsheet API implementation classes, internal use onlyio.keikai.api.model Keikai Spreadsheet Model API classes.io.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use onlyio.keikai.app io.keikai.app.impl io.keikai.jsp Keikai Spreadsheet JSP implementation.io.keikai.ui Defines UI Component class of Keikai Spreadsheetio.keikai.ui.au.in Keikai Spreadsheet UI Component Command (Client to Server).io.keikai.ui.impl Classes for implementing Keikai Spreadsheet UI Components (implementation only).io.keikai.ui.impl.ua Classes that doing system user action control on Keikai Spreadsheet UI Components.io.keikai.ui.sys Classes that doing system control on Keikai Spreadsheet UI Components.io.keikaiex.app.impl io.keikaiex.ui.dialog io.keikaiex.ui.impl.ua Classes that doing system user action control on Keikai Spreadsheet UI Components. -
-
Uses of Book in io.keikai.api
Methods in io.keikai.api that return Book Modifier and Type Method Description static Book
Books. createBook(String bookName)
Create a book with the bookName, e.g.Book
Range. getBook()
Gets the book of this rangeBook
Importer. imports(File file, String bookName)
Import book from a fileBook
Importer. imports(File file, String bookName, PostImport postImport)
Import book from a fileBook
Importer. imports(InputStream is, String bookName)
Import book from a input streamBook
Importer. imports(InputStream is, String bookName, PostImport postImport)
Import book from a input streamBook
Importer. imports(URL url, String bookName)
Import book from a URLBook
Importer. imports(URL url, String bookName, PostImport postImport)
Import book from a URLMethods in io.keikai.api with parameters of type Book Modifier and Type Method Description abstract void
BookSeriesBuilder. buildBookSeries(Book... books)
void
Exporter. export(Book book, File file)
Export bookvoid
Exporter. export(Book book, OutputStream fos)
Export bookvoid
PostImport. process(Book book)
Used withImporter
for post-import-processing life cycle.static Range
Ranges. range(Book book)
Method parameters in io.keikai.api with type arguments of type Book Modifier and Type Method Description abstract void
BookSeriesBuilder. buildBookSeries(Set<Book> books)
-
Uses of Book in io.keikai.api.impl
Methods in io.keikai.api.impl that return Book Modifier and Type Method Description Book
RangeImpl. getBook()
Book
ImporterImpl. imports(File file, String bookName)
Book
ImporterImpl. imports(File file, String bookName, PostImport postImport)
Book
ImporterImpl. imports(InputStream is, String bookName)
Book
ImporterImpl. imports(InputStream is, String bookName, PostImport postImport)
Book
ImporterImpl. imports(URL url, String bookName)
Book
ImporterImpl. imports(URL url, String bookName, PostImport postImport)
Methods in io.keikai.api.impl with parameters of type Book Modifier and Type Method Description void
ExporterImpl. export(Book book, File file)
void
ExporterImpl. export(Book book, OutputStream fos)
Constructors in io.keikai.api.impl with parameters of type Book Constructor Description RangeImpl(SRange range, Book book)
-
Uses of Book in io.keikai.api.model
Methods in io.keikai.api.model that return Book Modifier and Type Method Description Book
Book. cloneBook()
Clones a new book.Book
Sheet. getBook()
-
Uses of Book in io.keikai.api.model.impl
Classes in io.keikai.api.model.impl that implement Book Modifier and Type Class Description class
BookImpl
Methods in io.keikai.api.model.impl that return Book Modifier and Type Method Description Book
BookImpl. cloneBook()
Book
SheetImpl. getBook()
Constructors in io.keikai.api.model.impl with parameters of type Book Constructor Description RichTextImpl(Book book)
-
Uses of Book in io.keikai.app
Methods in io.keikai.app that return Book Modifier and Type Method Description Book
BookRepository. load(BookInfo info)
Loads a bookBook
BookManager. readBook(BookInfo info)
Methods in io.keikai.app with parameters of type Book Modifier and Type Method Description BookInfo
BookRepository. save(BookInfo info, Book book)
Saves a book and replace book of BookInfo.BookInfo
BookRepository. save(BookInfo info, Book book, boolean isForce)
Saves a book and replace book of BookInfoBookInfo
BookRepository. saveAs(String name, Book book)
Saves a book with a new name,BookInfo
BookManager. saveBook(BookInfo info, Book book)
void
CollaborationInfo. setRelationship(String username, Book book)
set relationship between username and bookBookInfo
BookManager. updateBook(BookInfo info, Book book)
-
Uses of Book in io.keikai.app.impl
Methods in io.keikai.app.impl that return Book Modifier and Type Method Description Book
BookManagerImpl. readBook(BookInfo info)
Methods in io.keikai.app.impl with parameters of type Book Modifier and Type Method Description BookInfo
BookManagerImpl. saveBook(BookInfo info, Book book)
void
CollaborationInfoImpl. setRelationship(String username, Book book)
BookInfo
BookManagerImpl. updateBook(BookInfo info, Book book)
-
Uses of Book in io.keikai.jsp
Methods in io.keikai.jsp that return Book Modifier and Type Method Description Book
BookProvider. loadBook(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse res)
Method parameters in io.keikai.jsp with type arguments of type Book Modifier and Type Method Description SmartUpdateBridge.Builder
SmartUpdateBridge.Builder. withBook(Consumer<Book> consumer)
Processes with the Book instance. -
Uses of Book in io.keikai.ui
Methods in io.keikai.ui that return Book Modifier and Type Method Description Book
Spreadsheet. getBook()
Returns the book model of this Spreadsheet.Book
UserActionContext. getBook()
Methods in io.keikai.ui with parameters of type Book Modifier and Type Method Description boolean
UserActionHandler. isEnabled(Book book, Sheet sheet)
get the enabled state of this actionstatic Object[]
Spreadsheet. parseLinkAddress(Book book, String linkAddress)
void
Spreadsheet. setBook(Book book)
Sets the book data model of this spread sheet. -
Uses of Book in io.keikai.ui.au.in
Methods in io.keikai.ui.au.in with parameters of type Book Modifier and Type Method Description static Sheet
AbstractCommand. getSheetByUuid(Book book, String uuid)
-
Uses of Book in io.keikai.ui.impl
Methods in io.keikai.ui.impl that return Book Modifier and Type Method Description Book
DefaultUserActionManagerCtrl.UserActionContextImpl. getBook()
Methods in io.keikai.ui.impl with parameters of type Book Modifier and Type Method Description void
DefaultUserActionManagerCtrl. doAfterLoadBook(Book book)
Constructors in io.keikai.ui.impl with parameters of type Book Constructor Description 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)
UserActionContextImpl(Spreadsheet ss, org.zkoss.zk.ui.event.Event event, Book book, Sheet sheet, Set<AreaRefWithType> selection, Map<String,Object> data, String category, String action)
-
Uses of Book in io.keikai.ui.impl.ua
Methods in io.keikai.ui.impl.ua with parameters of type Book Modifier and Type Method Description boolean
AbstractBookHandler. isEnabled(Book book, Sheet sheet)
boolean
AbstractCellHandler. isEnabled(Book book, Sheet sheet)
boolean
AbstractFilterHandler. isEnabled(Book book, Sheet sheet)
boolean
AbstractHandler. isEnabled(Book book, Sheet sheet)
boolean
AbstractProtectedHandler. isEnabled(Book book, Sheet sheet)
boolean
AbstractSheetHandler. isEnabled(Book book, Sheet sheet)
boolean
DeleteColumnHandler. isEnabled(Book book, Sheet sheet)
boolean
DeleteRowHandler. isEnabled(Book book, Sheet sheet)
boolean
DeleteSheetHandler. isEnabled(Book book, Sheet sheet)
boolean
HideHeaderHandler. isEnabled(Book book, Sheet sheet)
boolean
InsertColumnHandler. isEnabled(Book book, Sheet sheet)
boolean
InsertRowHandler. isEnabled(Book book, Sheet sheet)
boolean
MoveSheetHandler. isEnabled(Book book, Sheet sheet)
boolean
NilHandler. isEnabled(Book book, Sheet sheet)
-
Uses of Book in io.keikai.ui.sys
Methods in io.keikai.ui.sys with parameters of type Book Modifier and Type Method Description void
UserActionManagerCtrl. doAfterLoadBook(Book book)
Will be called when a book set to sparedshetboolean
SortHandler. isEnabled(Book book, Sheet sheet)
-
Uses of Book in io.keikaiex.app.impl
Methods in io.keikaiex.app.impl that return Book Modifier and Type Method Description Book
BookManagerEx. readBook(BookInfo info)
Methods in io.keikaiex.app.impl with parameters of type Book Modifier and Type Method Description BookInfo
BookManagerEx. saveBook(BookInfo info, Book book)
void
CollaborationInfoEx. setRelationship(String username, Book book)
BookInfo
BookManagerEx. updateBook(BookInfo info, Book book)
-
Uses of Book in io.keikaiex.ui.dialog
Fields in io.keikaiex.ui.dialog declared as Book Modifier and Type Field Description protected Book
InsertHyperlinkCtrl. book
Methods in io.keikaiex.ui.dialog with parameters of type Book Modifier and Type Method Description protected void
InsertHyperlinkCtrl. buildDocumentListbox(org.zkoss.zul.Combobox refSheet, org.zkoss.zul.Textbox cellRef, Book book)
-
Uses of Book in io.keikaiex.ui.impl.ua
Methods in io.keikaiex.ui.impl.ua with parameters of type Book Modifier and Type Method Description protected int
HideSheetHandler. findAvailableCandidate(Book book, int index, int length)
boolean
AbstractObjectHandler. isEnabled(Book book, Sheet sheet)
boolean
ApplyFilterHandler. isEnabled(Book book, Sheet sheet)
boolean
AutoFillHandler. isEnabled(Book book, Sheet sheet)
AutoFill is not disabled under sheet protection.boolean
CleanFilterHandler. isEnabled(Book book, Sheet sheet)
boolean
CustomSortHandler. isEnabled(Book book, Sheet sheet)
boolean
DeleteCommentHandler. isEnabled(Book book, Sheet sheet)
boolean
EditCommentHandler. isEnabled(Book book, Sheet sheet)
boolean
HeaderSizeHandler. isEnabled(Book book, Sheet sheet)
boolean
HideSheetHandler. isEnabled(Book book, Sheet sheet)
boolean
HyperlinkHandler. isEnabled(Book book, Sheet sheet)
boolean
InsertCommentHandler. isEnabled(Book book, Sheet sheet)
boolean
ReapplyFilterHandler. isEnabled(Book book, Sheet sheet)
boolean
UnhideSheetHandler. isEnabled(Book book, Sheet sheet)
-