public class GWTExternalImage extends GWTFolderItem implements com.google.gwt.user.client.rpc.IsSerializable, GWTImage
Modifier and Type | Field and Description |
---|---|
protected int |
height |
protected String |
imageUrl |
protected String |
mimeType |
protected int |
thumbnailHeight |
protected long |
thumbnailLenght |
protected String |
thumbnailUrl |
protected int |
thumbnailWidth |
protected int |
width |
length, parent, workflowStatus
creationTime, description, id, isLoading, lastAction, lastModificationTime, name, owner, properties
Modifier | Constructor and Description |
---|---|
protected |
GWTExternalImage() |
|
GWTExternalImage(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,
long length,
int thumbnailWidth,
int thumbnailHeight,
long thumbnailLenght,
String mimeType) |
|
GWTExternalImage(String imageUrl,
String thumbnailUrl,
int width,
int height,
long length,
int thumbnailWidth,
int thumbnailHeight,
long thumbnailLenght,
String mimeType) |
Modifier and Type | Method and Description |
---|---|
GWTFolderItemType |
getFolderItemType() |
int |
getHeight() |
String |
getImageUrl() |
String |
getMimeType() |
int |
getThumbnailHeight() |
long |
getThumbnailLenght() |
String |
getThumbnailUrl() |
int |
getThumbnailWidth() |
int |
getWidth() |
getChildren, getItemDescription, getLength, 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
protected String imageUrl
protected String thumbnailUrl
protected int thumbnailWidth
protected int thumbnailHeight
protected long thumbnailLenght
protected int width
protected int height
protected String mimeType
protected GWTExternalImage()
public GWTExternalImage(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, long length, int thumbnailWidth, int thumbnailHeight, long thumbnailLenght, String mimeType)
public GWTFolderItemType getFolderItemType()
getFolderItemType
in class GWTFolderItem
public String getThumbnailUrl()
getThumbnailUrl
in interface GWTImage
public String getImageUrl()
getImageUrl
in interface GWTImage
public String getMimeType()
getMimeType
in interface GWTImage
public int getThumbnailWidth()
getThumbnailWidth
in interface GWTImage
public int getThumbnailHeight()
getThumbnailHeight
in interface GWTImage
public long getThumbnailLenght()
Copyright © 2016. All Rights Reserved.