Package com.microstrategy.web.objects
Interface WebTitle
- 
- All Superinterfaces:
- WebCssFormatContainer,- WebTitleUnit
 
 public interface WebTitle extends WebTitleUnit, WebCssFormatContainer The WebTitle interface describes various properties in a report grid page title, column title or row title.- Since:
- MicroStrategy Web 7.3.1 or earlier
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetDepth()WebDrillMapgetDrillMap()Returns the WebDrillMap associated with this title.WebDrillMapgetGridDrillMap()Returns the WebDrillMap which defined on grid level.WebSubTitlesgetGridSubTitles()Returns the WebSubTitles under this title.intgetHeaderCount()intgetPosition()Returns the position of the title with respect to its placement of the other titles along its given axis.intgetSpan()WebObjectInfogetTarget()intgetType()Returns the object type of the WebTitle.WebTemplateUnitgetWebTemplateUnit()booleanhasRuntimeUnitLimit()booleanisFirst()booleanisLast()- 
Methods inherited from interface com.microstrategy.web.objects.WebCssFormatContainergetCssClass, getCssFormat, getFormatPropertySets
 - 
Methods inherited from interface com.microstrategy.web.objects.WebTitleUnitgetAxisType, getChildEnum, getDisplayName, getParent, getResolvedTitleUnitsIndex, getWebElements, isCurrentSelectorElement
 
- 
 
- 
- 
- 
Method Detail- 
getWebTemplateUnitWebTemplateUnit getWebTemplateUnit() throws WebObjectsException - Returns:
- the WebTemplateUnitassociated with this title.
- Throws:
- WebObjectsException- if an error occurs while retrieving the template.
 
 - 
getSpanint getSpan() - Specified by:
- getSpanin interface- WebTitleUnit
- Returns:
- the span (columns/rows) of the title.
 
 - 
getDepthint getDepth() - Returns:
- depth of the title (starting from 1).
 
 - 
getHeaderCountint getHeaderCount() - Returns:
- the number of headers encapsulated by this title.
 
 - 
getTypeint getType() Returns the object type of the WebTitle. The possible types returned are:EnumDSSXMLTemplateUnitType.DssXmlTemplateAttribute,EnumDSSXMLTemplateUnitType.DssXmlTemplateMetrics,EnumDSSXMLTemplateUnitType.DssXmlTemplateConsolidation,EnumDSSXMLTemplateUnitType.DssXmlTemplateCustomGroup,EnumDSSXMLTemplateUnitType.DssXmlTemplateDimension.- Returns:
- a type EnumDSSXMLTemplateUnitType.
- See Also:
- EnumDSSXMLTemplateUnitType
 
 - 
getPositionint getPosition() Returns the position of the title with respect to its placement of the other titles along its given axis. Also known as the unit index, the position counts begins from 1.- Returns:
- the position/unit index (starts from 1).
 
 - 
getGridSubTitlesWebSubTitles getGridSubTitles() Returns the WebSubTitles under this title. The WebSubTitles collection is never null.- Returns:
- the WebSubTitles(if any) encapsulated by this title.
 
 - 
getDrillMapWebDrillMap getDrillMap() Returns the WebDrillMap associated with this title. The WebDrillMap is never null.- Returns:
- the WebDrillMap(if any) encapsulated by this title.
 
 - 
getGridDrillMapWebDrillMap getGridDrillMap() Returns the WebDrillMap which defined on grid level.- Returns:
- the WebDrillMap
 
 - 
getTargetWebObjectInfo getTarget() throws WebObjectsException - Specified by:
- getTargetin interface- WebTitleUnit
- Returns:
- the WebObjectInfodescribing this title object.
- Throws:
- WebObjectsException
 
 - 
isFirstboolean isFirst() - Returns:
- if this is the first WebTitle in the collection.
 
 - 
isLastboolean isLast() - Returns:
- if this is the last WebTitle in the collection.
 
 - 
hasRuntimeUnitLimitboolean hasRuntimeUnitLimit() - Returns:
- if there is any runtime unit limit applied to this title.
 
 
- 
 
-