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 RWUnit
Represents data unit- Since:
- MicroStrategy Web 8.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RWUnitDef
getDefinition()
Returns parent RwDefinitonRWSection
getParent()
Returns unit's parentjava.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.int
getTransactionAction()
return transactionActionEnumDSSXMLTransactionAction
boolean
isFirst()
Returns true if this unit is the first on its parent collectionboolean
isLast()
Returns true if this unit is the last on its parent collectionRWUnit
nextSibling()
Returns next siblengRWUnit
prevSibling()
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
-
-