public class GWTImageDocument extends GWTDocument implements com.google.gwt.user.client.rpc.IsSerializable, GWTImage
Modifier and Type | Field and Description |
---|---|
protected int |
height |
protected String |
imageUrl |
protected long |
lenght |
protected int |
thumbnailHeight |
protected long |
thumbnailLenght |
protected String |
thumbnailUrl |
protected int |
thumbnailWidth |
protected int |
width |
annotation, collectionName, metadata, mimeType, numberOfAlternatives, numberOfParts
oid
length, parent, workflowStatus
creationTime, description, id, isLoading, lastAction, lastModificationTime, name, owner, properties
Modifier | Constructor and Description |
---|---|
protected |
GWTImageDocument() |
|
GWTImageDocument(Date creationTime,
String id,
GWTProperties properties,
String name,
String owner,
String description,
Date lastModificationTime,
GWTWorkspaceItemAction lastAction,
GWTWorkspaceFolder parent,
String imageUrl,
String thumbnailUrl,
int width,
int height,
int thumbnailWidth,
int thumbnailHeight,
long thumbnailLenght,
long length,
String mimeType,
String oid,
Map<String,GWTDocumentMetadata> metadata,
Map<String,String> annotation,
String collection,
int numberOfAlternatives,
int numberOfParts) |
Modifier and Type | Method and Description |
---|---|
GWTFolderItemType |
getFolderItemType() |
int |
getHeight() |
String |
getImageUrl() |
long |
getLength() |
int |
getThumbnailHeight() |
String |
getThumbnailUrl() |
int |
getThumbnailWidth() |
int |
getWidth() |
getAnnotation, getCollectionName, getMetadata, getMimeType, getNumberOfAlternatives, getNumberOfParts
getOid
getChildren, getItemDescription, getType, getWorkflowStatus, setWorkflowStatus
countSubTreeChildren, countSubTreeChildren, equals, getCreationTime, getDescription, getIconClass, getId, getLabel, getLastAction, getLastModificationTime, getName, getOwner, getParent, getPath, getProperties, isAncestor, isLoading, isRoot, setDescription, setName, setParent, toString
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMimeType
protected String imageUrl
protected String thumbnailUrl
protected int thumbnailWidth
protected int thumbnailHeight
protected long thumbnailLenght
protected int width
protected int height
protected long lenght
protected GWTImageDocument()
public GWTImageDocument(Date creationTime, String id, GWTProperties properties, String name, String owner, String description, Date lastModificationTime, GWTWorkspaceItemAction lastAction, GWTWorkspaceFolder parent, String imageUrl, String thumbnailUrl, int width, int height, int thumbnailWidth, int thumbnailHeight, long thumbnailLenght, long length, String mimeType, String oid, Map<String,GWTDocumentMetadata> metadata, Map<String,String> annotation, String collection, int numberOfAlternatives, int numberOfParts)
public String getThumbnailUrl()
getThumbnailUrl
in interface GWTImage
public String getImageUrl()
getImageUrl
in interface GWTImage
public long getLength()
getLength
in interface GWTImage
getLength
in class GWTFolderItem
public int getThumbnailWidth()
getThumbnailWidth
in interface GWTImage
public int getThumbnailHeight()
getThumbnailHeight
in interface GWTImage
public GWTFolderItemType getFolderItemType()
getFolderItemType
in class GWTDocument
Copyright © 2016. All Rights Reserved.