Package com.microstrategy.web.objects
Class RWConditionSelectorControlObjectImpl
- java.lang.Object
-
- com.microstrategy.web.objects.RWConditionSelectorControlObjectImpl
-
- All Implemented Interfaces:
RWConditionSelectorControlObject
,RWObject
,RWSelectorControlObject
,RWUnit
,WebHyperLinkContainer
public class RWConditionSelectorControlObjectImpl extends java.lang.Object implements RWConditionSelectorControlObject
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCount()
Return the count of valuesint
getDataType()
Return the data type fromEnumDSSXMLDataType
RWUnitDef
getDefinition()
Returns parent RwDefinitonRWGroupByElements
getElements()
Returns available elementsWebExpression
getExpression()
RetrieveWebExpression
object that represents the current condition that applied to this selector's targetsjava.lang.String
getHyperLink()
Returns a hyperlink associated with the objectWebHyperLinks
getHyperLinks()
This method is used to get the collection of Hyperlinks defined in this container.java.lang.String
getMax()
Return the String representation of the maximum that this selector can selectjava.lang.String
getMin()
Return the String representation of the minimum that this selector can selectRWSection
getParent()
Returns unit's parentRWSection
getRoot()
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.java.lang.String
getToolTip()
Returns a tooltip associated with the objectint
getTransactionAction()
return transactionActionEnumDSSXMLTransactionAction
java.lang.Object
getValue()
Returns object value.protected void
handle(SAXSupport parser, com.microstrategy.web.objects.WebObjectInfoImpl oiMap)
boolean
isFirst()
Returns true if this unit is the first on its parent collectionboolean
isHidden()
boolean
isLast()
Returns true if this unit is the last on its parent collectioncom.microstrategy.web.objects.RWDataHyperLinkImpl
newHyperLink()
This method is used to create a new Hyperlink in this container.RWUnit
nextSibling()
Returns next siblengRWUnit
prevSibling()
Returns previous sibling-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.microstrategy.web.objects.rw.RWObject
getHyperLink, getToolTip, getValue, isHidden
-
Methods inherited from interface com.microstrategy.web.objects.rw.RWSelectorControlObject
getElements
-
Methods inherited from interface com.microstrategy.web.objects.rw.RWUnit
getDefinition, getParent, getThresholdId, getTransactionAction, isFirst, isLast, nextSibling, prevSibling
-
Methods inherited from interface com.microstrategy.web.objects.WebHyperLinkContainer
getHyperLinks, newHyperLink
-
-
-
-
Method Detail
-
getExpression
public WebExpression getExpression()
Description copied from interface:RWConditionSelectorControlObject
RetrieveWebExpression
object that represents the current condition that applied to this selector's targets- Specified by:
getExpression
in interfaceRWConditionSelectorControlObject
- Returns:
WebExpression
containing condition
-
getMax
public java.lang.String getMax()
Description copied from interface:RWConditionSelectorControlObject
Return the String representation of the maximum that this selector can select- Specified by:
getMax
in interfaceRWConditionSelectorControlObject
- Returns:
- String maximum
-
getMin
public java.lang.String getMin()
Description copied from interface:RWConditionSelectorControlObject
Return the String representation of the minimum that this selector can select- Specified by:
getMin
in interfaceRWConditionSelectorControlObject
- Returns:
- String minimum
-
getCount
public int getCount()
Description copied from interface:RWConditionSelectorControlObject
Return the count of values- Specified by:
getCount
in interfaceRWConditionSelectorControlObject
- Returns:
- int
-
getDataType
public int getDataType()
Description copied from interface:RWConditionSelectorControlObject
Return the data type fromEnumDSSXMLDataType
- Specified by:
getDataType
in interfaceRWConditionSelectorControlObject
- Returns:
- int value of the dataType.
-
getElements
public RWGroupByElements getElements()
Description copied from interface:RWSelectorControlObject
Returns available elements- Specified by:
getElements
in interfaceRWSelectorControlObject
- Returns:
- available elements
-
handle
protected void handle(SAXSupport parser, com.microstrategy.web.objects.WebObjectInfoImpl oiMap)
-
getValue
public java.lang.Object getValue()
Description copied from interface:RWObject
Returns object value. A type of value object depends on the type of data object:Label String Text String Image String Grid/Graph RWViewInstance
-
getHyperLink
public java.lang.String getHyperLink()
Description copied from interface:RWObject
Returns a hyperlink associated with the object- Specified by:
getHyperLink
in interfaceRWObject
- Returns:
- a hyperlink associated with the object
-
getHyperLinks
public WebHyperLinks getHyperLinks() throws WebObjectsException
Description copied from interface:WebHyperLinkContainer
This method is used to get the collection of Hyperlinks defined in this container. Returns Hyperlinks collection.- Specified by:
getHyperLinks
in interfaceWebHyperLinkContainer
- Returns:
WebHyperLinks
.- Throws:
WebObjectsException
-
newHyperLink
public com.microstrategy.web.objects.RWDataHyperLinkImpl newHyperLink() throws WebObjectsException
Description copied from interface:WebHyperLinkContainer
This method is used to create a new Hyperlink in this container. Returns a new Hyperlink object.- Specified by:
newHyperLink
in interfaceWebHyperLinkContainer
- Returns:
WebHyperLink
.- Throws:
WebObjectsException
-
getToolTip
public java.lang.String getToolTip()
Description copied from interface:RWObject
Returns a tooltip associated with the object- Specified by:
getToolTip
in interfaceRWObject
- Returns:
- a tooltip associated with the object String
-
getDefinition
public RWUnitDef getDefinition()
Description copied from interface:RWUnit
Returns parent RwDefiniton- Specified by:
getDefinition
in interfaceRWUnit
- Returns:
- parent RwDefiniton
-
getParent
public RWSection getParent()
Description copied from interface:RWUnit
Returns unit's parent
-
isFirst
public boolean isFirst()
Description copied from interface:RWUnit
Returns true if this unit is the first on its parent collection
-
isLast
public boolean isLast()
Description copied from interface:RWUnit
Returns true if this unit is the last on its parent collection
-
nextSibling
public RWUnit nextSibling()
Description copied from interface:RWUnit
Returns next sibleng- Specified by:
nextSibling
in interfaceRWUnit
- Returns:
- next sibleng
-
prevSibling
public RWUnit prevSibling()
Description copied from interface:RWUnit
Returns previous sibling- Specified by:
prevSibling
in interfaceRWUnit
- Returns:
- previous sibling
-
getThresholdId
public java.lang.String getThresholdId()
Description copied from interface:RWUnit
Returns an ID of the threshold that shall be used to format this data unit or null of the base format shall be used.- Specified by:
getThresholdId
in interfaceRWUnit
- Returns:
- an ID of the threshold that shall be used to format this data unit
-
getTransactionAction
public int getTransactionAction()
Description copied from interface:RWUnit
return transactionActionEnumDSSXMLTransactionAction
- Specified by:
getTransactionAction
in interfaceRWUnit
- Returns:
- transactionAction
EnumDSSXMLTransactionAction
-
getRoot
public RWSection getRoot()
- Since:
- MicroStrategy Web 8.1.0
-
-