public static class DocumentImageInfo.DocumentThumbnail extends Object implements Serializable
Constructor and Description |
---|
DocumentThumbnail() |
DocumentThumbnail(org.zkoss.image.Image value,
int number)
Constructor for existing images.
|
DocumentThumbnail(org.zkoss.image.Image value,
int number,
boolean val)
Constructor for new images.
|
Modifier and Type | Method and Description |
---|---|
int |
getElementNumber() |
String |
getFileName() |
org.zkoss.image.Image |
getImage() |
boolean |
isCleared() |
boolean |
isNew() |
public DocumentThumbnail()
public DocumentThumbnail(org.zkoss.image.Image value, int number)
value
- Imagenumber
- Element numberpublic DocumentThumbnail(org.zkoss.image.Image value, int number, boolean val)
value
- Imagenumber
- Element numberval
- Value for isNewpublic int getElementNumber()
public org.zkoss.image.Image getImage()
public boolean isNew()
public String getFileName()
public boolean isCleared()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.