Package com.microstrategy.web.objects.rw
Interface RWFieldGroupDef
-
- All Superinterfaces:
RWTransactable
,RWUnitDef
,WebThresholdsContainer
public interface RWFieldGroupDef extends RWUnitDef, RWTransactable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<RWFieldDef>
getFields()
-
Methods inherited from interface com.microstrategy.web.objects.rw.RWTransactable
getAutomaticTransactionRecordNumber, getOfflineTransaction, getTransactionChangeType, getTransactionElement, setTransactionChangeType, setTransactionElement
-
Methods inherited from interface com.microstrategy.web.objects.rw.RWUnitDef
copyFormat, flushFormatChanges, getAllControlGroupBys, getElementControlGroupBys, getFilterDetailsFormatting, getFormat, getFormat, getFormat, getFormatTypes, getKey, getKeyContext, getName, getParent, getRwDefinition, getTheme, getThreshold, getThreshold, getThresholdCount, getTreeType, getType, isFirst, isLast, isVisible, nextSibling, prevSibling, revertToFormatDefaults, setName, setVisible
-
Methods inherited from interface com.microstrategy.web.objects.WebThresholdsContainer
getID, getObjectType, getThresholds, getTransactions, initElementSource
-
-
-
-
Method Detail
-
getFields
java.util.List<RWFieldDef> getFields()
- Returns:
- a list of child @link RWFieldDef for this unit
-
-