Package | Description |
---|---|
io.keikai.ui.event |
Events of Keikai Spreadsheet UI Component.
|
Modifier and Type | Method and Description |
---|---|
HeaderType |
HeaderUpdateEvent.getType()
get type of this event
|
HeaderType |
HeaderMouseEvent.getType()
get type of this event, it will be
HeaderUpdateEvent#TOP_HEADER or (@link HeaderEvent#LEFT_HEADER} |
static HeaderType |
HeaderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeaderType[] |
HeaderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
HeaderMouseEvent(String name,
org.zkoss.zk.ui.Component target,
int x,
int y,
int keys,
SSheet sheet,
HeaderType type,
int index,
int clientx,
int clienty) |
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.