Package com.microstrategy.web.app.beans
Interface GridAutoStylesBean
-
- All Superinterfaces:
AppComponent
,Transformable
,WebComponent
public interface GridAutoStylesBean extends AppComponent
Title: GridAutoStylesBean.
Description: Public interface for Grid Auto styles.
Company: Microstrategy, Inc.
- Since:
- MicroStrategy Web 8.0.0
-
-
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
getActiveViewKey()
Returns the active view key.WebFolder
getAllStyles()
Returns all styles.WebEvent
getChangeStyleEvent()
Returns instace of WebEvent set for changing grid style.java.lang.String
getIgnoreOldStyle()
Returns name for web property Ignore Old Style flag.java.lang.String
getReportStyleID()
Returns ID for given style.java.lang.String
getReportStyleLocalizedName()
Returns localized name for given style.java.lang.String
getReportStyleName()
Returns name for given style.java.lang.String
getSelectedAutostyle()
Returns name for web property Selected Autostyle.java.lang.String
getSelectedAutostyleID()
Returns name for web property Selected Autostyle ID.java.lang.String
getWebGridAutoStyle()
Returns name for web property Web Grid Auto Style.java.lang.String
getWebProperties()
Returns name for web property web Properties.boolean
ignoreOldStyle()
Checks whether or not to ignore old style.void
setActiveViewKey(java.lang.String activeViewKey)
Sets the active view key.void
setIgnoreOldStyle(java.lang.String value)
Specifies name for web property Ignore Old Style flag.void
setSelectedAutostyle(java.lang.String value)
Specifies name for web property Selected Autostyle.void
setSelectedAutostyleID(java.lang.String value)
Specifies name for web property Selected Autostyle ID.void
setWebGridAutoStyle(java.lang.String value)
Specifies name for web property Web Grid Auto Style.void
setWebProperties(java.lang.String value)
Specifies name for web property web Properties.-
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
-
getReportStyleID
java.lang.String getReportStyleID()
Returns ID for given style.- Returns:
- String Id.
-
getReportStyleName
java.lang.String getReportStyleName()
Returns name for given style.- Returns:
- String name.
-
getReportStyleLocalizedName
java.lang.String getReportStyleLocalizedName()
Returns localized name for given style.- Returns:
- String localized name.
-
ignoreOldStyle
boolean ignoreOldStyle()
Checks whether or not to ignore old style.- Returns:
- boolean value.
-
getAllStyles
WebFolder getAllStyles()
Returns all styles.- Returns:
- WebFolder instance.
-
setActiveViewKey
void setActiveViewKey(java.lang.String activeViewKey)
Sets the active view key.
It's used for initializing current bean from a view Bean.- Parameters:
activeViewKey
- the element to set as active.
-
getActiveViewKey
java.lang.String getActiveViewKey()
Returns the active view key.- Returns:
- String activeElementIndex The specific element to set as active.
-
setIgnoreOldStyle
void setIgnoreOldStyle(java.lang.String value)
Specifies name for web property Ignore Old Style flag.- Parameters:
value
- String Property name.
-
setSelectedAutostyle
void setSelectedAutostyle(java.lang.String value)
Specifies name for web property Selected Autostyle.- Parameters:
value
- String Property name.
-
setSelectedAutostyleID
void setSelectedAutostyleID(java.lang.String value)
Specifies name for web property Selected Autostyle ID.- Parameters:
value
- String Property name.
-
setWebGridAutoStyle
void setWebGridAutoStyle(java.lang.String value)
Specifies name for web property Web Grid Auto Style.- Parameters:
value
- String Property name.
-
setWebProperties
void setWebProperties(java.lang.String value)
Specifies name for web property web Properties.- Parameters:
value
- String Property name.
-
getIgnoreOldStyle
java.lang.String getIgnoreOldStyle()
Returns name for web property Ignore Old Style flag.- Returns:
- String value of Property name.
-
getSelectedAutostyle
java.lang.String getSelectedAutostyle()
Returns name for web property Selected Autostyle.- Returns:
- String value of Property name.
-
getSelectedAutostyleID
java.lang.String getSelectedAutostyleID()
Returns name for web property Selected Autostyle ID.- Returns:
- String value of Property name.
-
getWebGridAutoStyle
java.lang.String getWebGridAutoStyle()
Returns name for web property Web Grid Auto Style.- Returns:
- String value of Property name.
-
getWebProperties
java.lang.String getWebProperties()
Returns name for web property web Properties.- Returns:
- String value of Property name.
-
getChangeStyleEvent
WebEvent getChangeStyleEvent()
Returns instace of WebEvent set for changing grid style.- Returns:
- WebEvent instance.
-
-