public interface URLImageComponent extends Component
The following features are supported:
DetailViewPackage.getURLImageComponent()
Modifier and Type | Method and Description |
---|---|
String |
getDescriptor()
Returns the value of the 'Descriptor' attribute.
|
String |
getFallbackImageUrl()
Returns the value of the 'Fallback Image Url' attribute.
|
Integer |
getHeight()
Returns the value of the 'Height' attribute.
|
String |
getImageUrl()
Returns the value of the 'Image Url' attribute.
|
Long |
getReloadTimer()
Returns the value of the 'Reload Timer' attribute.
|
Integer |
getWidth()
Returns the value of the 'Width' attribute.
|
void |
setDescriptor(String value)
Sets the value of the '
Descriptor ' attribute. |
void |
setFallbackImageUrl(String value)
Sets the value of the '
Fallback Image Url ' attribute. |
void |
setHeight(Integer value)
Sets the value of the '
Height ' attribute. |
void |
setImageUrl(String value)
Sets the value of the '
Image Url ' attribute. |
void |
setReloadTimer(Long value)
Sets the value of the '
Reload Timer ' attribute. |
void |
setWidth(Integer value)
Sets the value of the '
Width ' attribute. |
getVisibility, setVisibility
String getDescriptor()
If the meaning of the 'Descriptor' attribute isn't clear, there really should be more of a description here...
setDescriptor(String)
,
DetailViewPackage.getURLImageComponent_Descriptor()
void setDescriptor(String value)
Descriptor
' attribute.
value
- the new value of the 'Descriptor' attribute.getDescriptor()
String getImageUrl()
If the meaning of the 'Image Url' attribute isn't clear, there really should be more of a description here...
setImageUrl(String)
,
DetailViewPackage.getURLImageComponent_ImageUrl()
void setImageUrl(String value)
Image Url
' attribute.
value
- the new value of the 'Image Url' attribute.getImageUrl()
String getFallbackImageUrl()
If the meaning of the 'Fallback Image Url' attribute isn't clear, there really should be more of a description here...
setFallbackImageUrl(String)
,
DetailViewPackage.getURLImageComponent_FallbackImageUrl()
void setFallbackImageUrl(String value)
Fallback Image Url
' attribute.
value
- the new value of the 'Fallback Image Url' attribute.getFallbackImageUrl()
Integer getWidth()
If the meaning of the 'Width' attribute isn't clear, there really should be more of a description here...
setWidth(Integer)
,
DetailViewPackage.getURLImageComponent_Width()
void setWidth(Integer value)
Width
' attribute.
value
- the new value of the 'Width' attribute.getWidth()
Integer getHeight()
If the meaning of the 'Height' attribute isn't clear, there really should be more of a description here...
setHeight(Integer)
,
DetailViewPackage.getURLImageComponent_Height()
void setHeight(Integer value)
Height
' attribute.
value
- the new value of the 'Height' attribute.getHeight()
Long getReloadTimer()
If the meaning of the 'Reload Timer' attribute isn't clear, there really should be more of a description here...
setReloadTimer(Long)
,
DetailViewPackage.getURLImageComponent_ReloadTimer()
void setReloadTimer(Long value)
Reload Timer
' attribute.
value
- the new value of the 'Reload Timer' attribute.getReloadTimer()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.