Package com.microstrategy.web.app.beans
Interface FlashTabBean
-
- All Superinterfaces:
AppComponent
,TabBean
,Transformable
,ViewBeanParserBean
,WebComponent
public interface FlashTabBean extends TabBean
This bean is used to render the 'Flash' tab of the properties editor in a report writing document.- Since:
- MicroStrategy Web 8.1.1
-
-
Field Summary
-
Fields inherited from interface com.microstrategy.web.app.beans.AppComponent
COMPONENT_POSITION_NOT_INITIALIZED
-
Fields inherited from interface com.microstrategy.web.app.beans.TabBean
CACHED, FETCH, TAB_REPRESENTED_NOT_SPECIFIED
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List
getAllSecondaryDataSources()
This method will return aList
ofRWGridGraphDef
objects that are valid secondary data sources for the current selected RWUnitjava.util.List
getSelectedDataSources(java.util.List available)
Return the VALID selections of secondary data providers.RWUnitDef
getSelectedRWUnitDef()
Return the definition for current selected RWUnit.boolean
needToCorrectSelection()
Indicates whether a correction has been made to the selected sectioni of the cart upon loading.-
Methods inherited from interface com.microstrategy.web.app.beans.AppComponent
getAppContext, getDescriptor, getDescriptor, getEventManager, getExtraInput, getExtraUrl, getLeft, getResultFilterMode, getTop, isDialog, isForcedChildrenStateSaving, isModal, isModalOpen, isOpen, setExtraInput, setExtraUrl, setForcedChildrenStateSaving, setHasJustOpened, setIsDialog, setIsModal, setIsOpen, setLeft, setTop
-
Methods inherited from interface com.microstrategy.web.app.beans.TabBean
getEnabledCmdId, getFeatures, getHelpTopic, getHelpType, getRequireSingleSelector, getSupportedTypes, getSwitchMode, getTabId, getTabLabel, getTabLabelId, getTabManager, getTabName, getTabRepresented, getViewBean, isAvailable, isPartialUpdate, setEnabledCmdId, setFeatures, setHelpTopic, setHelpType, setPartialUpdate, setRequireSingleSelector, setSupportedTypes, setSwitchMode, setTabLabel, setTabLabelId, setTabName, setTabRepresented
-
Methods inherited from interface com.microstrategy.web.beans.Transformable
addTransform, addTransformByClass, addTransformByStyle, addTransformByStyle, clearTransforms, getBeanContext, getMessageString, getMyTransformInstances, getTransformInstance, getTransformInstance, getTransformInstances, getType, hasTransform, hasTransform, invalidateTransformCache, setBeanContext, transform, transform
-
Methods inherited from interface com.microstrategy.web.app.beans.ViewBeanParserBean
getActiveElementIndex, getActiveViewKey, getTemplateElementList, getViewBean, setActiveElementIndex, setActiveViewKey
-
Methods inherited from interface com.microstrategy.web.beans.WebComponent
addChild, addChildStateInfo, addChildStateInfo, collectData, collectMinimalData, generateOutput, getBeanContext, getChild, getChild, getChildByClass, getChildByType, getChildCount, getChildrenByClass, getDefaultStateLevel, getFeaturesManager, getMaximumStateLevel, getName, getOutputFormat, getParent, getPath, getPersistMode, getRenderingFilter, getRoot, getTargetBean, getTargetBeanPath, getWebEvent, getWebEvent, getWebEventHandler, getXMLStatus, handleRequest, hasChanged, hasJustOpened, initBean, invalidateChildrenState, isBeanContextEmpty, isFeatureAvailable, prepareForReuse, removeChild, removeChild, searchChild, setBeanContext, setBeanContext, setChanged, setChanged, setDefaultStateLevel, setFeaturesManager, setName, setOutputFormat, setParent, setPersistMode, setRenderingFilter, setTargetBean, setTargetBeanPath, setWebEventHandler
-
-
-
-
Method Detail
-
needToCorrectSelection
boolean needToCorrectSelection()
Indicates whether a correction has been made to the selected sectioni of the cart upon loading.- Returns:
- true if a correction has made automatically.
-
getAllSecondaryDataSources
java.util.List getAllSecondaryDataSources() throws WebBeanException
This method will return aList
ofRWGridGraphDef
objects that are valid secondary data sources for the current selected RWUnit- Returns:
- list of secondary data sources for the current selected RWUnit
- Throws:
WebBeanException
-
getSelectedRWUnitDef
RWUnitDef getSelectedRWUnitDef() throws WebBeanException
Return the definition for current selected RWUnit. If there are multiple selections, this method will return null.- Returns:
- RWUnitDef
- Throws:
WebBeanException
-
getSelectedDataSources
java.util.List getSelectedDataSources(java.util.List available) throws WebBeanException
Return the VALID selections of secondary data providers.- Parameters:
available
- List the data providers available for selection.- Returns:
- list of valid selections of secondary data providers
- Throws:
WebBeanException
-
-