Package com.microstrategy.web.app.beans
Interface ProjectStatusBean
-
- All Superinterfaces:
AppComponent
,Transformable
,WebComponent
public interface ProjectStatusBean extends AppComponent
This class defines the bean that takes care of displaying the status information of the project that it's currently being viewed- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
-
Fields inherited from interface com.microstrategy.web.app.beans.AppComponent
COMPONENT_POSITION_NOT_INITIALIZED
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getStatus()
Get the string to be displayed as project statusboolean
isStatusShown()
Boolean flag that indicates if the status of the project should be renderedboolean
isStatusShownAtTop()
Boolean flag that indicates if the status of the project should be rendered at the top of a page-
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.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
-
getStatus
java.lang.String getStatus()
Get the string to be displayed as project status- Returns:
- a
String
with the HTML content to render as status information
-
isStatusShown
boolean isStatusShown()
Boolean flag that indicates if the status of the project should be rendered- Returns:
- a
boolean
indicating if the project status should be shown or not
-
isStatusShownAtTop
boolean isStatusShownAtTop()
Boolean flag that indicates if the status of the project should be rendered at the top of a page- Returns:
- a
boolean
indicating if the project status was requested to be displayed at the top of the page
-
-