Package com.microstrategy.web.objects.rw
Interface RWFieldDef
-
- All Superinterfaces:
RWUnitDef
,WebThresholdsContainer
- All Known Subinterfaces:
RWHTMLDef
,RWImageDef
,RWLineDef
,RWShapeDef
,RWTextDef
public interface RWFieldDef extends RWUnitDef
Base interface for field definitions.- Since:
- MicroStrategy Web 8.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Returns field namevoid
setName(java.lang.String val)
Sets field name-
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.WebThresholdsContainer
getID, getObjectType, getThresholds, getTransactions, initElementSource
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
Returns field name- Specified by:
getName
in interfaceRWUnitDef
- Specified by:
getName
in interfaceWebThresholdsContainer
- Returns:
- field name
-
-