Package com.microstrategy.web.objects.rw
Interface RWImageDef
-
- All Superinterfaces:
RWFieldDef
,RWUnitDef
,WebHyperLinkContainer
,WebThresholdsContainer
public interface RWImageDef extends RWFieldDef, WebHyperLinkContainer
Represents image definition. ROTOTYPE. There is no any special image properties in prototype as here we simply use XML attributes.- Since:
- MicroStrategy Web 8.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getImageName()
Returns name of embedded imagejava.lang.String
getPath()
Returns image pathint
getURLType()
Returns url typevoid
setPath(java.lang.String val)
Sets image pathvoid
setURLType(int type)
Sets image url type-
Methods inherited from interface com.microstrategy.web.objects.rw.RWFieldDef
getName, setName
-
Methods inherited from interface com.microstrategy.web.objects.rw.RWUnitDef
copyFormat, flushFormatChanges, getAllControlGroupBys, getElementControlGroupBys, getFilterDetailsFormatting, getFormat, getFormat, getFormat, getFormatTypes, getKey, getKeyContext, getParent, getRwDefinition, getTheme, getThreshold, getThreshold, getThresholdCount, getTreeType, getType, isFirst, isLast, isVisible, nextSibling, prevSibling, revertToFormatDefaults, setVisible
-
Methods inherited from interface com.microstrategy.web.objects.WebHyperLinkContainer
getHyperLinks, newHyperLink
-
Methods inherited from interface com.microstrategy.web.objects.WebThresholdsContainer
getID, getObjectType, getThresholds, getTransactions, initElementSource
-
-
-
-
Method Detail
-
getPath
java.lang.String getPath()
Returns image path- Returns:
- image path
-
setPath
void setPath(java.lang.String val)
Sets image path- Parameters:
val
- image path
-
getURLType
int getURLType()
Returns url type
-
setURLType
void setURLType(int type)
Sets image url type
-
getImageName
java.lang.String getImageName()
Returns name of embedded image
-
-