Package com.microstrategy.web.app.beans
Interface GraphFormatEditorBean
-
- All Superinterfaces:
AppComponent
,EnumWebPersistableState
,FrameElement
,Persistable
,ReportFrameElement
,RequestPersistable
,Transformable
,WebComponent
public interface GraphFormatEditorBean extends ReportFrameElement, RequestPersistable
This class provides the graph formatting editor interface for modifying the looks of the graph currently being displayed to the user.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static int
MAX_SERIES_UNDEFINED
-
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 int
getCurrentTab()
Get the tab that it's currently selected for being displayed by the Graph Format Editor.int
getGraphMajorType()
Get the graph major type being applied to the current reportint
getGraphMinorType()
Get the graph minor type being applied to the current reportjava.lang.String
getTarget()
void
setCurrentTab(int currentTab)
Set the tab to be displayed by the Graph Format Editor as current one.void
setFontColorPicker(ShortcutList fontColorPicker)
void
setFontNamePicker(ShortcutList fontNamePicker)
void
setFontSizePicker(ShortcutList fontSizePicker)
void
setMajorTypePicker(ShortcutList majorTypePicker)
void
setMinorTypePicker(ShortcutList minorTypePicker)
void
setTarget(java.lang.String target)
Set the current target of the graph format 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.app.beans.ReportFrameElement
getReportFrameBean, isGridDataNecessary
-
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.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
-
-
-
-
Field Detail
-
MAX_SERIES_UNDEFINED
static final int MAX_SERIES_UNDEFINED
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCurrentTab
int getCurrentTab()
Get the tab that it's currently selected for being displayed by the Graph Format Editor.- Returns:
- Element from the
EnumGraphFormatEditorTabs
enumeration representing the current tab.
-
setCurrentTab
void setCurrentTab(int currentTab)
Set the tab to be displayed by the Graph Format Editor as current one.- Parameters:
currentTab
- Element from theEnumGraphFormatEditorTabs
enumeration
-
getGraphMajorType
int getGraphMajorType()
Get the graph major type being applied to the current report- Returns:
- an element of the
EnumDSSXMLMajorGraphTypes
enumeration
-
getGraphMinorType
int getGraphMinorType()
Get the graph minor type being applied to the current report- Returns:
- an element of any of the enumerations that hold the graph minor type information:
EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHAreaMinorTypes
, etc.
-
setMajorTypePicker
void setMajorTypePicker(ShortcutList majorTypePicker)
- Parameters:
majorTypePicker
- The majorTypePicker to set.- Since:
- MicroStrategy Web 8.0.0
-
setMinorTypePicker
void setMinorTypePicker(ShortcutList minorTypePicker)
- Parameters:
minorTypePicker
- The minorTypePicker to set.- Since:
- MicroStrategy Web 8.0.0
-
setFontColorPicker
void setFontColorPicker(ShortcutList fontColorPicker)
- Parameters:
fontColorPicker
- The fontColorPicker to set.- Since:
- MicroStrategy Web 8.0.0
-
setFontNamePicker
void setFontNamePicker(ShortcutList fontNamePicker)
- Parameters:
fontNamePicker
- The fontNamePicker to set.- Since:
- MicroStrategy Web 8.0.0
-
setFontSizePicker
void setFontSizePicker(ShortcutList fontSizePicker)
- Parameters:
fontSizePicker
- The fontSizePicker to set.- Since:
- MicroStrategy Web 8.0.0
-
setTarget
void setTarget(java.lang.String target)
Set the current target of the graph format editor- Since:
- MicroStrategy Web 8.0.1
-
getTarget
java.lang.String getTarget()
- Returns:
- the current target of the graph format editor
- Since:
- MicroStrategy Web 8.0.1
-
-