Package com.microstrategy.web.app.beans
Interface FormatToolbarBean
-
- All Superinterfaces:
AppComponent
,EnumWebPersistableState
,Persistable
,RequestPersistable
,ToolbarBean
,Transformable
,WebComponent
public interface FormatToolbarBean extends ToolbarBean
This class takes care of handling format toolbars according to the configuration file specified.- Since:
- MicroStrategy Web 8.0.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
getFillColor()
java.lang.String
getFontColor()
java.lang.String
getGradientInfo()
java.lang.String
getLineColor()
java.lang.String
getTargetGridAxis()
java.lang.String
getTargetGridId()
java.lang.String
getTargetGridLevel()
java.lang.String
getTargetGridPosition()
java.lang.String
getTargetGridUnit()
java.lang.String
getTargetObjectAxis()
java.lang.String
getTargetObjectId()
java.lang.String
getTargetObjectLevel()
void
setFillColor(java.lang.String value)
Set the fill color valuevoid
setFontColor(java.lang.String value)
Set the font color valuevoid
setGradientInfo(java.lang.String value)
Set the gradient informationvoid
setLineColor(java.lang.String value)
Set the line color valuevoid
setTargetGridAxis(java.lang.String value)
Set the axis of the target on the gridvoid
setTargetGridId(java.lang.String value)
Set the identifier of the targetvoid
setTargetGridLevel(java.lang.String value)
Set the target levelvoid
setTargetGridPosition(java.lang.String value)
Set the position of the target on the axis on the gridvoid
setTargetGridUnit(java.lang.String value)
Set the type of unit according to the target selected on the gridvoid
setTargetObjectAxis(java.lang.String value)
Set the axis of the target objectvoid
setTargetObjectId(java.lang.String value)
Set the identifier of the target objectvoid
setTargetObjectLevel(java.lang.String value)
Set the level of the target object-
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.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.app.beans.ToolbarBean
getDefaultState, getInitialState, getToolbarInfo, getToolbarName, getToolbarProps, setDefaultState, setInitialState, setToolbarInfo, setToolbarName
-
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, 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
-
setTargetGridId
void setTargetGridId(java.lang.String value)
Set the identifier of the target- Parameters:
value
- String
-
setTargetGridAxis
void setTargetGridAxis(java.lang.String value)
Set the axis of the target on the grid- Parameters:
value
- String
-
setTargetGridPosition
void setTargetGridPosition(java.lang.String value)
Set the position of the target on the axis on the grid- Parameters:
value
- String
-
setTargetGridUnit
void setTargetGridUnit(java.lang.String value)
Set the type of unit according to the target selected on the grid- Parameters:
value
- String
-
setTargetGridLevel
void setTargetGridLevel(java.lang.String value)
Set the target level- Parameters:
value
- String
-
setFillColor
void setFillColor(java.lang.String value)
Set the fill color value- Parameters:
value
- String
-
setLineColor
void setLineColor(java.lang.String value)
Set the line color value- Parameters:
value
- String
-
setFontColor
void setFontColor(java.lang.String value)
Set the font color value- Parameters:
value
- String
-
setGradientInfo
void setGradientInfo(java.lang.String value)
Set the gradient information- Parameters:
value
- String- Since:
- MicroStrategy Web 8.1.0
-
getTargetGridId
java.lang.String getTargetGridId()
- Returns:
- String value with the identifier of the target
-
getTargetGridAxis
java.lang.String getTargetGridAxis()
- Returns:
- String value with the axis of the target on the grid
-
getTargetGridPosition
java.lang.String getTargetGridPosition()
- Returns:
- String value with the position on the axis of the target on the grid
-
getTargetGridUnit
java.lang.String getTargetGridUnit()
- Returns:
- String value with the type of unit according to the target selected
-
getTargetGridLevel
java.lang.String getTargetGridLevel()
- Returns:
- String value with the target level
-
getFillColor
java.lang.String getFillColor()
- Returns:
- String value for the fill color
-
getLineColor
java.lang.String getLineColor()
- Returns:
- String value for the line color
-
getFontColor
java.lang.String getFontColor()
- Returns:
- String value for the font color
-
getGradientInfo
java.lang.String getGradientInfo()
- Returns:
- String value with the gradient information
- Since:
- MicroStrategy Web 8.1.0
-
setTargetObjectId
void setTargetObjectId(java.lang.String value)
Set the identifier of the target object- Parameters:
value
- String- Since:
- MicroStrategy Web 8.1.0
-
setTargetObjectAxis
void setTargetObjectAxis(java.lang.String value)
Set the axis of the target object- Parameters:
value
- String- Since:
- MicroStrategy Web 8.1.0
-
setTargetObjectLevel
void setTargetObjectLevel(java.lang.String value)
Set the level of the target object- Parameters:
value
- String- Since:
- MicroStrategy Web 8.1.0
-
getTargetObjectId
java.lang.String getTargetObjectId()
- Returns:
- String value with the target object identifier
- Since:
- MicroStrategy Web 8.1.0
-
getTargetObjectAxis
java.lang.String getTargetObjectAxis()
- Returns:
- String value with the axis of the target object
- Since:
- MicroStrategy Web 8.1.0
-
getTargetObjectLevel
java.lang.String getTargetObjectLevel()
- Returns:
- String value with the level of the target object
- Since:
- MicroStrategy Web 8.1.0
-
-