public class

RWConditionSelectorControlObjectImpl

extends Object
implements RWConditionSelectorControlObject RWObject RWSelectorControlObject RWUnit
java.lang.Object
   ↳ com.microstrategy.web.objects.RWConditionSelectorControlObjectImpl

Summary

Public Methods
int getCount()
Return the count of values
int getDataType()
Return the data type from EnumDSSXMLDataType
RWUnitDef getDefinition()
Returns parent RwDefiniton
RWGroupByElements getElements()
Returns available elements
WebExpression getExpression()
Retrieve WebExpression object that represents the current condition that applied to this selector's targets
String getHyperLink()
Returns a hyperlink associated with the object
WebHyperLinks getHyperLinks()
This method is used to get the collection of Hyperlinks defined in this container.
String getMax()
Return the String representation of the maximum that this selector can select
String getMin()
Return the String representation of the minimum that this selector can select
RWSection getParent()
Returns unit's parent
RWSection getRoot()
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.
String getToolTip()
Returns a tooltip associated with the object
int getTransactionAction()
return transactionAction EnumDSSXMLTransactionAction
Object getValue()
Returns object value.
boolean isFirst()
Returns true if this unit is the first on its parent collection
boolean isHidden()
boolean isLast()
Returns true if this unit is the last on its parent collection
RWDataHyperLinkImpl newHyperLink()
This method is used to create a new Hyperlink in this container.
RWUnit nextSibling()
Returns next sibleng
RWUnit prevSibling()
Returns previous sibling
Protected Methods
void handle(SAXSupport parser, WebObjectInfoImpl oiMap)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.microstrategy.web.objects.WebHyperLinkContainer
From interface com.microstrategy.web.objects.rw.RWConditionSelectorControlObject
From interface com.microstrategy.web.objects.rw.RWObject
From interface com.microstrategy.web.objects.rw.RWSelectorControlObject
From interface com.microstrategy.web.objects.rw.RWUnit

Public Methods

public int getCount ()

Return the count of values

Returns
  • int

public int getDataType ()

Return the data type from EnumDSSXMLDataType

Returns
  • int value of the dataType.

public RWUnitDef getDefinition ()

Returns parent RwDefiniton

Returns
  • parent RwDefiniton

public RWGroupByElements getElements ()

Returns available elements

Returns
  • available elements

public WebExpression getExpression ()

Retrieve WebExpression object that represents the current condition that applied to this selector's targets

Returns

public String getHyperLink ()

Returns a hyperlink associated with the object

Returns
  • a hyperlink associated with the object

public WebHyperLinks getHyperLinks ()

This method is used to get the collection of Hyperlinks defined in this container. Returns Hyperlinks collection.

Returns

public String getMax ()

Return the String representation of the maximum that this selector can select

Returns
  • String maximum

public String getMin ()

Return the String representation of the minimum that this selector can select

Returns
  • String minimum

public RWSection getParent ()

Returns unit's parent

Returns
  • unit's parent

public RWSection getRoot ()

public 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

public String getToolTip ()

Returns a tooltip associated with the object

Returns
  • a tooltip associated with the object String

public int getTransactionAction ()

return transactionAction EnumDSSXMLTransactionAction

Returns
  • transactionAction EnumDSSXMLTransactionAction

public Object getValue ()

Returns object value. A type of value object depends on the type of data object:

LabelString
TextString
ImageString
Grid/GraphRWViewInstance

Returns
  • object value.

public 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

public boolean isHidden ()

public 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

public RWDataHyperLinkImpl newHyperLink ()

This method is used to create a new Hyperlink in this container. Returns a new Hyperlink object.

Returns

public RWUnit nextSibling ()

Returns next sibleng

Returns
  • next sibleng

public RWUnit prevSibling ()

Returns previous sibling

Returns
  • previous sibling

Protected Methods

protected void handle (SAXSupport parser, WebObjectInfoImpl oiMap)