public interface ImageDialog
ImageDialogComponent
Modifier and Type | Method and Description |
---|---|
void |
setAltFieldText(java.lang.String text)
Sets the 'alt' text for the image.
|
void |
setSrcFieldText(java.lang.String src)
Sets the URL to display in the image src field.
|
void setSrcFieldText(java.lang.String src)
src
- URL to the selected image.void setAltFieldText(java.lang.String text)
text
- 'alt' text for image