Package com.microstrategy.web.objects.rw
Interface RWTextDef
-
- All Superinterfaces:
RWFieldDef
,RWUnitDef
,WebHyperLinkContainer
,WebThresholdsContainer
public interface RWTextDef extends RWFieldDef, WebHyperLinkContainer
Represents text field definition.- Since:
- MicroStrategy Web 8.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebAttributeForm
getAttributeFormInfo()
WebObjectInfo
getObjectInfo()
java.lang.String
getText()
Returns label textWebTransactableUnit
getTransactableUnit()
void
setText(java.lang.String val)
Sets label text-
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
-
getText
java.lang.String getText()
Returns label text- Returns:
- label text
-
setText
void setText(java.lang.String val)
Sets label text- Parameters:
val
- text value
-
getObjectInfo
WebObjectInfo getObjectInfo()
- Returns:
- the WebObject this text field associated. It could be either a WebMetric or a WebAttribute It will return null if the field has multiple sub fields or the field is just an empty field/non-dynamic text field.s
-
getAttributeFormInfo
WebAttributeForm getAttributeFormInfo()
- Returns:
- the webAttributeForm information this text field associated with.
-
getTransactableUnit
WebTransactableUnit getTransactableUnit()
-
-