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.ui.event |
Events of Keikai Spreadsheet UI Component.
|
io.keikaiex.ui.dialog |
Modifier and Type | Method and Description |
---|---|
static void |
CellOperationUtil.applyHyperlink(Range range,
Hyperlink.HyperlinkType type,
String address,
String label) |
void |
Range.setCellHyperlink(Hyperlink.HyperlinkType type,
String address,
String label)
Sets cell hyperlink, applies it too all cells
|
Modifier and Type | Method and Description |
---|---|
void |
RangeImpl.setCellHyperlink(Hyperlink.HyperlinkType type,
String address,
String display) |
Modifier and Type | Method and Description |
---|---|
Hyperlink.HyperlinkType |
Hyperlink.getType() |
static Hyperlink.HyperlinkType |
Hyperlink.HyperlinkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Hyperlink.HyperlinkType[] |
Hyperlink.HyperlinkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Hyperlink.HyperlinkType |
HyperlinkImpl.getType() |
static Hyperlink.HyperlinkType |
EnumUtil.toHyperlinkType(int type) |
static Hyperlink.HyperlinkType |
EnumUtil.toHyperlinkType(SHyperlink.HyperlinkType type) |
Modifier and Type | Method and Description |
---|---|
static SHyperlink.HyperlinkType |
EnumUtil.toHyperlinkType(Hyperlink.HyperlinkType type) |
Modifier and Type | Method and Description |
---|---|
Hyperlink.HyperlinkType |
CellHyperlinkEvent.getType()
URL LINK type
|
Constructor and Description |
---|
CellHyperlinkEvent(String name,
org.zkoss.zk.ui.Component target,
Sheet sheet,
int row,
int col,
String address,
Hyperlink.HyperlinkType type,
int x,
int y,
int pageX,
int pageY,
int keys) |
Modifier and Type | Field and Description |
---|---|
protected Hyperlink.HyperlinkType |
InsertHyperlinkCtrl.linkType |
Modifier and Type | Method and Description |
---|---|
protected void |
InsertHyperlinkCtrl.setLinkType(Hyperlink.HyperlinkType type) |
static void |
InsertHyperlinkCtrl.show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback,
Hyperlink.HyperlinkType type,
String address,
String display,
Spreadsheet ss) |
Copyright © 2020. All rights reserved.