Package com.microstrategy.web.objects.rw
Interface RWUnit
- 
- All Known Subinterfaces:
 RWConditionSelectorControlObject,RWGridGraphObject,RWHTMLObject,RWObject,RWSection,RWSelectorControlObject,RWTextObject
- All Known Implementing Classes:
 RWConditionSelectorControlObjectImpl
public interface RWUnitRepresents data unit- Since:
 - MicroStrategy Web 8.0.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RWUnitDefgetDefinition()Returns parent RwDefinitonRWSectiongetParent()Returns unit's parentjava.lang.StringgetThresholdId()Returns an ID of the threshold that shall be used to format this data unit or null of the base format shall be used.intgetTransactionAction()return transactionActionEnumDSSXMLTransactionActionbooleanisFirst()Returns true if this unit is the first on its parent collectionbooleanisLast()Returns true if this unit is the last on its parent collectionRWUnitnextSibling()Returns next siblengRWUnitprevSibling()Returns previous sibling 
 - 
 
- 
- 
Method Detail
- 
getDefinition
RWUnitDef getDefinition()
Returns parent RwDefiniton- Returns:
 - parent RwDefiniton
 
 
- 
getParent
RWSection getParent()
Returns unit's parent- Returns:
 - unit's parent
 
 
- 
isFirst
boolean isFirst()
Returns true if this unit is the first on its parent collection- Returns:
 - true if this unit is the first on its parent collection
 
 
- 
isLast
boolean isLast()
Returns true if this unit is the last on its parent collection- Returns:
 - true if this unit is the last on its parent collection
 
 
- 
nextSibling
RWUnit nextSibling()
Returns next sibleng- Returns:
 - next sibleng
 
 
- 
prevSibling
RWUnit prevSibling()
Returns previous sibling- Returns:
 - previous sibling
 
 
- 
getThresholdId
java.lang.String getThresholdId()
Returns an ID of the threshold that shall be used to format this data unit or null of the base format shall be used.- Returns:
 - an ID of the threshold that shall be used to format this data unit
 
 
- 
getTransactionAction
int getTransactionAction()
return transactionActionEnumDSSXMLTransactionAction- Returns:
 - transactionAction 
EnumDSSXMLTransactionAction 
 
 - 
 
 -