public interface URLImageComponent extends Component
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescriptor()
Returns the value of the 'Descriptor' attribute.
|
java.lang.String |
getFallbackImageUrl()
Returns the value of the 'Fallback Image Url' attribute.
|
java.lang.Integer |
getHeight()
Returns the value of the 'Height' attribute.
|
java.lang.String |
getImageUrl()
Returns the value of the 'Image Url' attribute.
|
java.lang.Integer |
getWidth()
Returns the value of the 'Width' attribute.
|
void |
setDescriptor(java.lang.String value)
Sets the value of the '
Descriptor' attribute. |
void |
setFallbackImageUrl(java.lang.String value)
Sets the value of the '
Fallback Image Url' attribute. |
void |
setHeight(java.lang.Integer value)
Sets the value of the '
Height' attribute. |
void |
setImageUrl(java.lang.String value)
Sets the value of the '
Image Url' attribute. |
void |
setWidth(java.lang.Integer value)
Sets the value of the '
Width' attribute. |
getVisibility, setVisibilityjava.lang.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(java.lang.String value)
Descriptor' attribute.
value - the new value of the 'Descriptor' attribute.getDescriptor()java.lang.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(java.lang.String value)
Image Url' attribute.
value - the new value of the 'Image Url' attribute.getImageUrl()java.lang.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(java.lang.String value)
Fallback Image Url' attribute.
value - the new value of the 'Fallback Image Url' attribute.getFallbackImageUrl()java.lang.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(java.lang.Integer value)
Width' attribute.
value - the new value of the 'Width' attribute.getWidth()java.lang.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(java.lang.Integer value)
Height' attribute.
value - the new value of the 'Height' attribute.getHeight()
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0