|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
org.cruxframework.crux.plugin.gadget.client.features.osapi.mediaitems.MediaItem
public class MediaItem
A class representing images, movies, and audio.
| Constructor Summary | |
|---|---|
protected |
MediaItem()
Required by JavaScriptObject policy. |
| Method Summary | |
|---|---|
String |
getDescription()
Returns description of the media item. |
String |
getId()
Returns id Associated with the media item. |
String |
getThumbnailUrl()
Returns URL to a thumbnail image of the media item. |
String |
getTitle()
Returns title describing the media item. |
String |
getUrl()
Returns the URL where the media can be found. |
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
|---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected MediaItem()
JavaScriptObject policy.
| Method Detail |
|---|
public final String getDescription()
public final String getId()
public final String getThumbnailUrl()
public final String getTitle()
public final String getUrl()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||