public interface UserActionManagerCtrl
extends org.zkoss.zk.ui.event.SerializableEventListener<org.zkoss.zk.ui.event.Event>
Modifier and Type | Method and Description |
---|---|
void |
bind(Spreadsheet sparedsheet)
Will be called when a handler assign to spreadsheet.
|
void |
doAfterLoadBook(Book book)
Will be called when a book set to sparedshet
|
String |
getCtrlKeys()
Returns the interested ctrlKeys of the spreadsheet
|
Set<String> |
getInterestedEvents()
Returns the interested events of the spreadsheet.
|
Set<String> |
getSupportedUserAction(Sheet sheet)
Returns the supported user action that should be disabled
|
Set<String> getInterestedEvents()
Events
String getCtrlKeys()
Spreadsheet.setCtrlKeys(String)
Set<String> getSupportedUserAction(Sheet sheet)
sheet
- the sheet for cheekingvoid bind(Spreadsheet sparedsheet)
sparedsheet
- void doAfterLoadBook(Book book)
book
- the book to load or null if close a bookCopyright © 2020. All rights reserved.