Package com.microstrategy.web.app.beans
Interface RWActionControlEditorBean
-
- All Superinterfaces:
AppComponent
,EnumWebPersistableState
,FrameElement
,Persistable
,RequestPersistable
,Transformable
,ViewBeanParserBean
,WebComponent
public interface RWActionControlEditorBean extends FrameElement, ViewBeanParserBean
- Since:
- MicroStrategy Web 8.1.0
-
-
Field Summary
-
Fields inherited from interface com.microstrategy.web.app.beans.AppComponent
COMPONENT_POSITION_NOT_INITIALIZED
-
Fields inherited from interface com.microstrategy.utils.serialization.EnumWebPersistableState
BARE_MINIMAL_STATE_INFO, MAXIMAL_STATE_INFO, MINIMAL_STATE_INFO, TYPICAL_STATE_INFO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getActiveUnitId()
int
getActiveUnitSubType()
int
getActiveUnitType()
Returns the type of the RW Unit associated with the editor Sets the type of the RW Unit associated with the editor.RWControl
getControl()
Returns the instance ofRWControl
associated with the beanboolean
isUnitHaveDerivedElements()
void
setActiveUnitId(java.lang.String attributeId)
Sets the ID of the RW Unit associated with the editorvoid
setActiveUnitSubType(int type)
Sets the subtype of the RW Unit associated with the editorvoid
setActiveUnitType(int type)
Sets the type of the RW Unit associated with the editor.-
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.FrameElement
getFrameBean, getTargetBean, getTargetBeanPath, getUseIFrame, isEditor, isEnabled, setTargetBean, setTargetBeanPath, setUseIFrame
-
Methods inherited from interface com.microstrategy.utils.serialization.Persistable
restoreState, restoreState, saveState, saveState, saveState, saveState
-
Methods inherited from interface com.microstrategy.web.beans.RequestPersistable
restoreStateFromRequest, restoreStateFromRequest
-
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, 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, 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, setWebEventHandler
-
-
-
-
Method Detail
-
setActiveUnitId
void setActiveUnitId(java.lang.String attributeId)
Sets the ID of the RW Unit associated with the editor- Parameters:
attributeId
-
-
getActiveUnitId
java.lang.String getActiveUnitId()
- Returns:
- the ID of the RW Unit associated with the editor
-
setActiveUnitType
void setActiveUnitType(int type)
Sets the type of the RW Unit associated with the editor. FromEnumRWUnitTypes
- Parameters:
type
-
-
getActiveUnitType
int getActiveUnitType()
Returns the type of the RW Unit associated with the editor Sets the type of the RW Unit associated with the editor. FromEnumRWUnitTypes
-
setActiveUnitSubType
void setActiveUnitSubType(int type)
Sets the subtype of the RW Unit associated with the editor- Parameters:
type
-
-
getActiveUnitSubType
int getActiveUnitSubType()
- Returns:
- the subtype of the RW Unit associated with the editor
-
getControl
RWControl getControl()
Returns the instance ofRWControl
associated with the bean- Returns:
- RWControl
-
isUnitHaveDerivedElements
boolean isUnitHaveDerivedElements()
- Returns:
- whether the active unit has Derived Elements defined in base report or RWGridGraph
-
-