Class ImageListEditor.Entry
- java.lang.Object
-
- org.dashbuilder.common.client.editor.list.ImageListEditor.Entry
-
- Enclosing class:
- ImageListEditor<T>
public class ImageListEditor.Entry extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.safehtml.shared.SafeHtmlgetHeading()com.google.gwt.safehtml.shared.SafeHtmlgetText()com.google.gwt.safehtml.shared.SafeUrigetUri()TgetValue()
-
-
-
Method Detail
-
getValue
public T getValue()
-
getUri
public com.google.gwt.safehtml.shared.SafeUri getUri()
-
getHeading
public com.google.gwt.safehtml.shared.SafeHtml getHeading()
-
getText
public com.google.gwt.safehtml.shared.SafeHtml getText()
-
-