Package com.microstrategy.web.objects.rw
Interface RWAttributeSelector
-
- All Superinterfaces:
KeyedObject
,RWControl
,RWElementSelector
,RWSelectorControl
public interface RWAttributeSelector extends RWElementSelector
-
-
Field Summary
-
Fields inherited from interface com.microstrategy.web.objects.rw.RWSelectorControl
AUTO_SYNC, NO_AUTO_SYNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<WebAttribute>
getCandidateAttrs()
void
setCandidateAttributes(java.lang.String[] ids, java.lang.String[] types)
-
Methods inherited from interface com.microstrategy.utils.KeyedObject
_getObKey
-
Methods inherited from interface com.microstrategy.web.objects.rw.RWControl
addDatasetTarget, addDatasetTarget, addPlaceHolderTarget, addTarget, addTarget, canMultiSelect, canUseSubtotals, generateGridControlFormatDelta, getDatasetTargets, getGroupByTargetKeys, getInfoWindowTarget, getKey, getKeyContext, getParent, getPlaceHolderGroupByTargetKeys, getPlaceHolderTargets, getSubtotals, getTarget, getTargetCount, getTargets, getTransactionAction, getType, hasDatasetTarget, hasTarget, hasTargets, isShowAll, isTopMost, isUnset, removeAllDatasetTargets, removeDatasetTarget, removePlaceHolderTarget, removeTarget, setInfoWindowTarget, setShowAll, setTopMost
-
Methods inherited from interface com.microstrategy.web.objects.rw.RWElementSelector
getAlias, getControlAttributeForms, getControlAttributeFormsDelimiter, getControlAttributeFormsDisplayType, getDataFilterMode, getDataSourcesXML, getDDICTarget, getDDICTargetCount, getMetricConditionalityType, getSorts, getSource, isInList, setControlAttributeForms, setControlAttributeFormsDelimiter, setControlAttributeFormsDisplayType, setDataFilterMode, setIsInList, setMetricConditionalityType, setSource
-
Methods inherited from interface com.microstrategy.web.objects.rw.RWSelectorControl
createElements, getAutoSyncMode, getCurrentElements, getSduc, getTargetType, getUnsetCount, getUnsetStatus, setAutoSyncMode, setTargetType, setUnsetStatus
-
-
-
-
Method Detail
-
getCandidateAttrs
java.util.List<WebAttribute> getCandidateAttrs()
-
setCandidateAttributes
void setCandidateAttributes(java.lang.String[] ids, java.lang.String[] types)
-
-