| Package | Description |
|---|---|
| org.zkoss.zss.model.impl |
ZK Spreadsheet Internal Book Model Implementation classes.
|
| org.zkoss.zss.model.impl.sys |
ZK Spreadsheet Internal Book Model Implementation classes.
|
| org.zkoss.zss.model.sys.dependency |
ZK Spreadsheet Internal Book Model Engines classes.
|
| Modifier and Type | Method and Description |
|---|---|
Ref.RefType |
RefImpl.getType() |
| Constructor and Description |
|---|
RefImpl(Ref.RefType type,
String bookName,
String sheetName,
String lastSheetName,
int row,
int column,
int lastRow,
int lastColumn) |
| Modifier and Type | Field and Description |
|---|---|
protected static EnumSet<Ref.RefType> |
DependencyTableImpl._regionTypes |
| Modifier and Type | Method and Description |
|---|---|
Ref.RefType |
Ref.getType() |
Ref.RefType |
StyleRef.getType() |
static Ref.RefType |
Ref.RefType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ref.RefType[] |
Ref.RefType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.