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
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
Gets the value of theimageUrl
property.default void
setImageUrl
(String imageUrl) Sets the value of theimageUrl
property.
-
Property Details
-
imageUrl
-
-
Method Details
-
imageUrlProperty
- Returns:
- the
imageUrl
property - See Also:
-
setImageUrl
Sets the value of theimageUrl
property.- Property description:
- Parameters:
imageUrl
- the value for theimageUrl
property- See Also:
-
getImageUrl
Gets the value of theimageUrl
property.- Property description:
- Returns:
- the value of the
imageUrl
property - See Also:
-