Package com.microstrategy.web.objects
Interface WebDimensionHeader
-
- All Superinterfaces:
WebCssFormatContainer
,WebHeader
,WebTransactableDataObject
public interface WebDimensionHeader extends WebHeader
The WebDimensionHeader extends the WebHeader interface to provide access to additional information in dimension groupings.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebAttribute
getWebAttribute()
Retrieves the WebAttribute.WebAttributeForm
getWebAttributeForm()
Retrieves the WebAttributeForm.-
Methods inherited from interface com.microstrategy.web.objects.WebCssFormatContainer
getCssClass, getCssFormat, getFormatPropertySets
-
Methods inherited from interface com.microstrategy.web.objects.WebHeader
canExpandCollapse, getCellColor, getChildren, getColSpan, getContainer, getDepth, getDisplayName, getDrillElement, getHeaderType, getMergedChild, getMix, getOrdinal, getParent, getParentTitleUnit, getPositionInContainer, getRALevel, getRawValue, getRowSpan, getSemantics, getTarget, getThresholdIndex, getTitle, getTitleUnit, getTotalType, getTransactionAction, getUnitIndex, getWebElement, getWebElementIndex, getWebElementIndex, getWebElementsTitleUnit, hasRaChildren, isBeforeLast, isCurrentElement, isCurrentSelectorElement, isDerivedElement, isEditDisable, isFirst, isLast, isLastRow, isMultiForm, isNDE, isRaExpanded, isSameAsParent, isTotal, setTransactionAction
-
Methods inherited from interface com.microstrategy.web.objects.WebTransactableDataObject
isModifiedByTransaction
-
-
-
-
Method Detail
-
getWebAttribute
WebAttribute getWebAttribute()
Retrieves the WebAttribute.- See Also:
WebAttribute
-
getWebAttributeForm
WebAttributeForm getWebAttributeForm()
Retrieves the WebAttributeForm.- See Also:
WebAttributeForm
-
-