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 intMAX_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 intgetCurrentTab()Get the tab that it's currently selected for being displayed by the Graph Format Editor.intgetGraphMajorType()Get the graph major type being applied to the current reportintgetGraphMinorType()Get the graph minor type being applied to the current reportjava.lang.StringgetTarget()voidsetCurrentTab(int currentTab)Set the tab to be displayed by the Graph Format Editor as current one.voidsetFontColorPicker(ShortcutList fontColorPicker)voidsetFontNamePicker(ShortcutList fontNamePicker)voidsetFontSizePicker(ShortcutList fontSizePicker)voidsetMajorTypePicker(ShortcutList majorTypePicker)voidsetMinorTypePicker(ShortcutList minorTypePicker)voidsetTarget(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 
EnumGraphFormatEditorTabsenumeration 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 theEnumGraphFormatEditorTabsenumeration
 
- 
getGraphMajorType
int getGraphMajorType()
Get the graph major type being applied to the current report- Returns:
 - an element of the 
EnumDSSXMLMajorGraphTypesenumeration 
 
- 
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
 
 
 - 
 
 -