| Package | Description |
|---|---|
| org.zkoss.zss.model |
ZK Spreadsheet Internal Book Model classes.
|
| org.zkoss.zss.model.impl |
ZK Spreadsheet Internal Book Model Implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
SSheet.SheetVisible |
SSheet.getSheetVisible()
Get the sheet current visible state.
|
static SSheet.SheetVisible |
SSheet.SheetVisible.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SSheet.SheetVisible[] |
SSheet.SheetVisible.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SSheet.setSheetVisible(SSheet.SheetVisible state)
Set the sheet current visible state.
|
| Modifier and Type | Method and Description |
|---|---|
SSheet.SheetVisible |
SheetImpl.getSheetVisible() |
| Modifier and Type | Method and Description |
|---|---|
void |
SheetImpl.setSheetVisible(SSheet.SheetVisible state) |
Copyright © 2019. All rights reserved.