Package | Description |
---|---|
io.keikai.ui |
Defines UI Component class of Keikai Spreadsheet
|
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.ui.impl.ua |
Classes that doing system user action control on Keikai Spreadsheet UI Components.
|
Modifier and Type | Method and Description |
---|---|
void |
UserActionManager.registerHandler(String category,
String action,
UserActionHandler handler)
Register a handler to the handler list of category/action, append to the last handler of same category/action.
|
void |
UserActionManager.setHandler(String category,
String action,
UserActionHandler handler)
set a handler to the handler list of category/action, it will remove all other handlers in same category/action
|
Modifier and Type | Method and Description |
---|---|
protected List<UserActionHandler> |
DefaultUserActionManagerCtrl.getHandlerList(String category,
String action) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultUserActionManagerCtrl.registerHandler(String category,
String action,
UserActionHandler handler) |
void |
DefaultUserActionManagerCtrl.setHandler(String category,
String action,
UserActionHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
DisplayGridlinesAction |
class |
SortHandler |
Copyright © 2020. All rights reserved.