Package com.microstrategy.web.objects
Interface WebAttributeHeader
-
- All Superinterfaces:
WebCssFormatContainer,WebHeader,WebTransactableDataObject
public interface WebAttributeHeader extends WebHeader
The WebAttributeHeader extends the WebHeader to provide addtional information for retrieving theWebAttributeForm.Note, only one attribute form can be retrieved from this interface, because a single attribute header must always correspond to a specific attribute form.
- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebAttributegetWebAttribute()returns theWebAttributeassociated with this header.WebAttributeFormgetWebAttributeForm()Returns 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
-
getWebAttributeForm
WebAttributeForm getWebAttributeForm()
Returns the WebAttributeForm.- See Also:
WebAttributeForm
-
getWebAttribute
WebAttribute getWebAttribute() throws WebObjectsException
returns theWebAttributeassociated with this header.- Returns:
- WebAttribute The
WebAttributeassociated with this header. - Throws:
WebObjectsException- Thrown when there is error in getting this information.- Since:
- MicroStrategy Web 8.0.0
-
-