java.lang.Object | |
↳ | com.microstrategy.web.objects.RWConditionSelectorControlObjectImpl |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Return the count of values
Return the data type from EnumDSSXMLDataType
Retrieve WebExpression
object that represents the current
condition that applied to this selector's targets
WebExpression
containing condition
Returns a hyperlink associated with the object
This method is used to get the collection of Hyperlinks defined in this container. Returns Hyperlinks collection.
WebObjectsException |
---|
Return the String representation of the maximum that this selector can select
Return the String representation of the minimum that this selector can select
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 a tooltip associated with the object
return transactionAction EnumDSSXMLTransactionAction
Returns object value. A type of value object depends on the type of data object:
Label | String |
Text | String |
Image | String |
Grid/Graph | RWViewInstance |
Returns true if this unit is the first on its parent collection
Returns true if this unit is the last on its parent collection
This method is used to create a new Hyperlink in this container. Returns a new Hyperlink object.
WebObjectsException |
---|