Package | Description |
---|---|
io.keikai.api |
Keikai Spreadsheet API classes.
|
io.keikai.api.impl |
Keikai Spreadsheet API implementation classes, internal use only
|
io.keikai.api.model |
Keikai Spreadsheet Model API classes.
|
io.keikai.api.model.impl |
Keikai Spreadsheet Model API implementation classes, Internal use only
|
io.keikai.app | |
io.keikai.app.impl | |
io.keikai.app.repository.impl | |
io.keikai.app.ui.dlg | |
io.keikai.jsp |
Keikai Spreadsheet JSP implementation.
|
io.keikai.ui |
Defines UI Component class of Keikai Spreadsheet
|
io.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.
|
Modifier and Type | Method and Description |
---|---|
static Book |
Books.createBook(String bookName)
Create a book with the bookName, e.g.
|
Book |
Range.getBook()
Gets the book of this range
|
Book |
Importer.imports(File file,
String bookName)
Import book from a file
|
Book |
Importer.imports(File file,
String bookName,
PostImport postImport)
Import book from a file
|
Book |
Importer.imports(InputStream is,
String bookName)
Import book from a input stream
|
Book |
Importer.imports(InputStream is,
String bookName,
PostImport postImport)
Import book from a input stream
|
Book |
Importer.imports(URL url,
String bookName)
Import book from a URL
|
Book |
Importer.imports(URL url,
String bookName,
PostImport postImport)
Import book from a URL
|
Modifier and Type | Method and Description |
---|---|
abstract void |
BookSeriesBuilder.buildBookSeries(Book... books) |
void |
Exporter.export(Book book,
File file)
Export book
|
void |
Exporter.export(Book book,
OutputStream fos)
Export book
|
void |
PostImport.process(Book book)
Used with
Importer for post-import-processing life cycle. |
static Range |
Ranges.range(Book book)
|
Modifier and Type | Method and Description |
---|---|
abstract void |
BookSeriesBuilder.buildBookSeries(Set<Book> books) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
void |
ExporterImpl.export(Book book,
File file) |
void |
ExporterImpl.export(Book book,
OutputStream fos) |
Constructor and Description |
---|
RangeImpl(SRange range,
Book book) |
Modifier and Type | Method and Description |
---|---|
Book |
Sheet.getBook() |
Modifier and Type | Class and Description |
---|---|
class |
BookImpl |
Modifier and Type | Method and Description |
---|---|
Book |
SheetImpl.getBook() |
Constructor and Description |
---|
RichTextImpl(Book book) |
Modifier and Type | Method and Description |
---|---|
Book |
BookRepository.load(BookInfo info)
Loads a book
|
Book |
BookManager.readBook(BookInfo info) |
Modifier and Type | Method and 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 BookInfo
|
BookInfo |
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 book
|
BookInfo |
BookManager.updateBook(BookInfo info,
Book book) |
Modifier and Type | Method and Description |
---|---|
Book |
BookManagerImpl.readBook(BookInfo info) |
Modifier and Type | Method and Description |
---|---|
BookInfo |
BookManagerImpl.saveBook(BookInfo info,
Book book) |
void |
CollaborationInfoImpl.setRelationship(String username,
Book book) |
BookInfo |
BookManagerImpl.updateBook(BookInfo info,
Book book) |
Modifier and Type | Method and Description |
---|---|
Book |
SimpleRepository.load(BookInfo info) |
Book |
CollaborativeRepository.load(BookInfo info) |
Modifier and Type | Method and Description |
---|---|
static String |
BookUtil.appendExtension(String fileName,
Book book)
Attach extension for a file name if the extension dones't exist
|
BookInfo |
SimpleRepository.save(BookInfo info,
Book book) |
BookInfo |
CollaborativeRepository.save(BookInfo info,
Book book) |
BookInfo |
SimpleRepository.save(BookInfo info,
Book book,
boolean isForce) |
BookInfo |
CollaborativeRepository.save(BookInfo info,
Book book,
boolean isForce) |
BookInfo |
SimpleRepository.saveAs(String bookname,
Book book) |
BookInfo |
CollaborativeRepository.saveAs(String bookname,
Book book) |
static File |
BookUtil.saveBookToWorkingFolder(Book book) |
static File |
BookUtil.saveBookToWorkingFolder(Book book,
String exporterType) |
static String |
BookUtil.suggestFileName(Book book)
Gets suggested file name of a book
|
static String |
BookUtil.suggestFileName(String fileName,
Book book,
BookRepository rep)
Gets suggested file name of a book
|
static String |
BookUtil.suggestPdfName(Book book) |
Modifier and Type | Method and Description |
---|---|
static void |
SaveBookAsCtrl.show(org.zkoss.zk.ui.event.EventListener<DlgCallbackEvent> callback,
String name,
Book book) |
static void |
SaveBookAsCtrl.show(org.zkoss.zk.ui.event.EventListener<DlgCallbackEvent> callback,
String name,
Book book,
String title,
String okBtnName) |
Modifier and Type | Method and Description |
---|---|
Book |
BookProvider.loadBook(javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse res) |
Modifier and Type | Method and Description |
---|---|
Book |
UserActionContext.getBook() |
Book |
Spreadsheet.getBook()
Returns the book model of this Spreadsheet.
|
Modifier and Type | Method and Description |
---|---|
boolean |
UserActionHandler.isEnabled(Book book,
Sheet sheet)
get the enabled state of this action
|
static Object[] |
Spreadsheet.parseLinkAddress(Book book,
String linkAddress) |
void |
Spreadsheet.setBook(Book book)
Sets the book data model of this spread sheet.
|
Modifier and Type | Method and Description |
---|---|
static Sheet |
AbstractCommand.getSheetByUuid(Book book,
String uuid) |
Modifier and Type | Method and Description |
---|---|
Book |
DefaultUserActionManagerCtrl.UserActionContextImpl.getBook() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultUserActionManagerCtrl.doAfterLoadBook(Book book) |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
boolean |
NilHandler.isEnabled(Book book,
Sheet sheet) |
boolean |
MoveSheetHandler.isEnabled(Book book,
Sheet sheet) |
boolean |
InsertRowHandler.isEnabled(Book book,
Sheet sheet) |
boolean |
InsertColumnHandler.isEnabled(Book book,
Sheet sheet) |
boolean |
HideHeaderHandler.isEnabled(Book book,
Sheet sheet) |
boolean |
DeleteSheetHandler.isEnabled(Book book,
Sheet sheet) |
boolean |
DeleteRowHandler.isEnabled(Book book,
Sheet sheet) |
boolean |
DeleteColumnHandler.isEnabled(Book book,
Sheet sheet) |
boolean |
AbstractSheetHandler.isEnabled(Book book,
Sheet sheet) |
boolean |
AbstractProtectedHandler.isEnabled(Book book,
Sheet sheet) |
boolean |
AbstractHandler.isEnabled(Book book,
Sheet sheet) |
boolean |
AbstractCellHandler.isEnabled(Book book,
Sheet sheet) |
boolean |
AbstractBookHandler.isEnabled(Book book,
Sheet sheet) |
Modifier and Type | Method and Description |
---|---|
void |
UserActionManagerCtrl.doAfterLoadBook(Book book)
Will be called when a book set to sparedshet
|
boolean |
SortHandler.isEnabled(Book book,
Sheet sheet) |
Modifier and Type | Method and Description |
---|---|
Book |
BookManagerEx.readBook(BookInfo info) |
Modifier and Type | Method and Description |
---|---|
BookInfo |
BookManagerEx.saveBook(BookInfo info,
Book book) |
void |
CollaborationInfoEx.setRelationship(String username,
Book book) |
BookInfo |
BookManagerEx.updateBook(BookInfo info,
Book book) |
Modifier and Type | Field and Description |
---|---|
protected Book |
InsertHyperlinkCtrl.book |
Modifier and Type | Method and Description |
---|---|
protected void |
InsertHyperlinkCtrl.buildDocumentListbox(org.zkoss.zul.Combobox refSheet,
org.zkoss.zul.Textbox cellRef,
Book book) |
Modifier and Type | Method and Description |
---|---|
protected int |
HideSheetHandler.findAvailableCandidate(Book book,
int index,
int length) |
boolean |
UnhideSheetHandler.isEnabled(Book book,
Sheet sheet) |
boolean |
ReapplyFilterHandler.isEnabled(Book book,
Sheet sheet) |
boolean |
InsertCommentHandler.isEnabled(Book book,
Sheet sheet) |
boolean |
HyperlinkHandler.isEnabled(Book book,
Sheet sheet) |
boolean |
HideSheetHandler.isEnabled(Book book,
Sheet sheet) |
boolean |
HeaderSizeHandler.isEnabled(Book book,
Sheet sheet) |
boolean |
EditCommentHandler.isEnabled(Book book,
Sheet sheet) |
boolean |
DeleteCommentHandler.isEnabled(Book book,
Sheet sheet) |
boolean |
CustomSortHandler.isEnabled(Book book,
Sheet sheet) |
boolean |
CleanFilterHandler.isEnabled(Book book,
Sheet sheet) |
boolean |
AutoFillHandler.isEnabled(Book book,
Sheet sheet)
AutoFill is not disabled under sheet protection.
|
boolean |
ApplyFilterHandler.isEnabled(Book book,
Sheet sheet) |
boolean |
AbstractObjectHandler.isEnabled(Book book,
Sheet sheet) |
Copyright © 2020. All rights reserved.