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.StringgetActiveViewKey()Returns the active view key.WebFoldergetAllStyles()Returns all styles.WebEventgetChangeStyleEvent()Returns instace of WebEvent set for changing grid style.java.lang.StringgetIgnoreOldStyle()Returns name for web property Ignore Old Style flag.java.lang.StringgetReportStyleID()Returns ID for given style.java.lang.StringgetReportStyleLocalizedName()Returns localized name for given style.java.lang.StringgetReportStyleName()Returns name for given style.java.lang.StringgetSelectedAutostyle()Returns name for web property Selected Autostyle.java.lang.StringgetSelectedAutostyleID()Returns name for web property Selected Autostyle ID.java.lang.StringgetWebGridAutoStyle()Returns name for web property Web Grid Auto Style.java.lang.StringgetWebProperties()Returns name for web property web Properties.booleanignoreOldStyle()Checks whether or not to ignore old style.voidsetActiveViewKey(java.lang.String activeViewKey)Sets the active view key.voidsetIgnoreOldStyle(java.lang.String value)Specifies name for web property Ignore Old Style flag.voidsetSelectedAutostyle(java.lang.String value)Specifies name for web property Selected Autostyle.voidsetSelectedAutostyleID(java.lang.String value)Specifies name for web property Selected Autostyle ID.voidsetWebGridAutoStyle(java.lang.String value)Specifies name for web property Web Grid Auto Style.voidsetWebProperties(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.
-
-