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 intgetCount()Return the count of valuesintgetDataType()Return the data type fromEnumDSSXMLDataTypeRWUnitDefgetDefinition()Returns parent RwDefinitonRWGroupByElementsgetElements()Returns available elementsWebExpressiongetExpression()RetrieveWebExpressionobject that represents the current condition that applied to this selector's targetsjava.lang.StringgetHyperLink()Returns a hyperlink associated with the objectWebHyperLinksgetHyperLinks()This method is used to get the collection of Hyperlinks defined in this container.java.lang.StringgetMax()Return the String representation of the maximum that this selector can selectjava.lang.StringgetMin()Return the String representation of the minimum that this selector can selectRWSectiongetParent()Returns unit's parentRWSectiongetRoot()java.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.java.lang.StringgetToolTip()Returns a tooltip associated with the objectintgetTransactionAction()return transactionActionEnumDSSXMLTransactionActionjava.lang.ObjectgetValue()Returns object value.protected voidhandle(SAXSupport parser, com.microstrategy.web.objects.WebObjectInfoImpl oiMap)booleanisFirst()Returns true if this unit is the first on its parent collectionbooleanisHidden()booleanisLast()Returns true if this unit is the last on its parent collectioncom.microstrategy.web.objects.RWDataHyperLinkImplnewHyperLink()This method is used to create a new Hyperlink in this container.RWUnitnextSibling()Returns next siblengRWUnitprevSibling()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:RWConditionSelectorControlObjectRetrieveWebExpressionobject that represents the current condition that applied to this selector's targets- Specified by:
getExpressionin interfaceRWConditionSelectorControlObject- Returns:
WebExpressioncontaining condition
-
getMax
public java.lang.String getMax()
Description copied from interface:RWConditionSelectorControlObjectReturn the String representation of the maximum that this selector can select- Specified by:
getMaxin interfaceRWConditionSelectorControlObject- Returns:
- String maximum
-
getMin
public java.lang.String getMin()
Description copied from interface:RWConditionSelectorControlObjectReturn the String representation of the minimum that this selector can select- Specified by:
getMinin interfaceRWConditionSelectorControlObject- Returns:
- String minimum
-
getCount
public int getCount()
Description copied from interface:RWConditionSelectorControlObjectReturn the count of values- Specified by:
getCountin interfaceRWConditionSelectorControlObject- Returns:
- int
-
getDataType
public int getDataType()
Description copied from interface:RWConditionSelectorControlObjectReturn the data type fromEnumDSSXMLDataType- Specified by:
getDataTypein interfaceRWConditionSelectorControlObject- Returns:
- int value of the dataType.
-
getElements
public RWGroupByElements getElements()
Description copied from interface:RWSelectorControlObjectReturns available elements- Specified by:
getElementsin 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:RWObjectReturns 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:RWObjectReturns a hyperlink associated with the object- Specified by:
getHyperLinkin interfaceRWObject- Returns:
- a hyperlink associated with the object
-
getHyperLinks
public WebHyperLinks getHyperLinks() throws WebObjectsException
Description copied from interface:WebHyperLinkContainerThis method is used to get the collection of Hyperlinks defined in this container. Returns Hyperlinks collection.- Specified by:
getHyperLinksin interfaceWebHyperLinkContainer- Returns:
WebHyperLinks.- Throws:
WebObjectsException
-
newHyperLink
public com.microstrategy.web.objects.RWDataHyperLinkImpl newHyperLink() throws WebObjectsExceptionDescription copied from interface:WebHyperLinkContainerThis method is used to create a new Hyperlink in this container. Returns a new Hyperlink object.- Specified by:
newHyperLinkin interfaceWebHyperLinkContainer- Returns:
WebHyperLink.- Throws:
WebObjectsException
-
getToolTip
public java.lang.String getToolTip()
Description copied from interface:RWObjectReturns a tooltip associated with the object- Specified by:
getToolTipin interfaceRWObject- Returns:
- a tooltip associated with the object String
-
getDefinition
public RWUnitDef getDefinition()
Description copied from interface:RWUnitReturns parent RwDefiniton- Specified by:
getDefinitionin interfaceRWUnit- Returns:
- parent RwDefiniton
-
getParent
public RWSection getParent()
Description copied from interface:RWUnitReturns unit's parent
-
isFirst
public boolean isFirst()
Description copied from interface:RWUnitReturns true if this unit is the first on its parent collection
-
isLast
public boolean isLast()
Description copied from interface:RWUnitReturns true if this unit is the last on its parent collection
-
nextSibling
public RWUnit nextSibling()
Description copied from interface:RWUnitReturns next sibleng- Specified by:
nextSiblingin interfaceRWUnit- Returns:
- next sibleng
-
prevSibling
public RWUnit prevSibling()
Description copied from interface:RWUnitReturns previous sibling- Specified by:
prevSiblingin interfaceRWUnit- Returns:
- previous sibling
-
getThresholdId
public java.lang.String getThresholdId()
Description copied from interface:RWUnitReturns 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:
getThresholdIdin interfaceRWUnit- Returns:
- an ID of the threshold that shall be used to format this data unit
-
getTransactionAction
public int getTransactionAction()
Description copied from interface:RWUnitreturn transactionActionEnumDSSXMLTransactionAction- Specified by:
getTransactionActionin interfaceRWUnit- Returns:
- transactionAction
EnumDSSXMLTransactionAction
-
getRoot
public RWSection getRoot()
- Since:
- MicroStrategy Web 8.1.0
-
-