| Package | Description |
|---|---|
| io.keikai.ui.event |
Events of Keikai Spreadsheet UI Component.
|
| Modifier and Type | Method and Description |
|---|---|
HeaderAction |
HeaderUpdateEvent.getAction()
Returns the action
|
static HeaderAction |
HeaderAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeaderAction[] |
HeaderAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
HeaderUpdateEvent(String name,
org.zkoss.zk.ui.Component target,
SSheet sheet,
HeaderType type,
HeaderAction acton,
int index,
int size,
boolean hidden) |
Copyright © 2020. All rights reserved.