Interface HasImageUrlProperty
- All Known Implementing Classes:
Button,ButtonBase,Cell,CheckBox,Hyperlink,ImageView,Label,Labeled,RadioButton,TitledPane,ToggleButton
public interface HasImageUrlProperty
- Author:
- Bruno Salmon
-
Property Summary
Properties -
Method Summary
Modifier and TypeMethodDescriptiondefault StringGets the value of theimageUrlproperty.default voidsetImageUrl(String imageUrl) Sets the value of theimageUrlproperty.
-
Property Details
-
imageUrl
-
-
Method Details
-
imageUrlProperty
- Returns:
- the
imageUrlproperty - See Also:
-
setImageUrl
Sets the value of theimageUrlproperty.- Property description:
- Parameters:
imageUrl- the value for theimageUrlproperty- See Also:
-
getImageUrl
Gets the value of theimageUrlproperty.- Property description:
- Returns:
- the value of the
imageUrlproperty - See Also:
-