com.microstrategy.web.app.beans.GridAutoStylesBean |
Title: GridAutoStylesBean.
Description: Public interface for Grid Auto styles.
Company: Microstrategy, Inc.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getActiveViewKey()
Returns the active view key.
| ||||||||||
abstract WebFolder |
getAllStyles()
Returns all styles.
| ||||||||||
abstract WebEvent |
getChangeStyleEvent()
Returns instace of WebEvent set for changing grid style.
| ||||||||||
abstract String |
getIgnoreOldStyle()
Returns name for web property Ignore Old Style flag.
| ||||||||||
abstract String |
getReportStyleID()
Returns ID for given style.
| ||||||||||
abstract String |
getReportStyleLocalizedName()
Returns localized name for given style.
| ||||||||||
abstract String |
getReportStyleName()
Returns name for given style.
| ||||||||||
abstract String |
getSelectedAutostyle()
Returns name for web property Selected Autostyle.
| ||||||||||
abstract String |
getSelectedAutostyleID()
Returns name for web property Selected Autostyle ID.
| ||||||||||
abstract String |
getWebGridAutoStyle()
Returns name for web property Web Grid Auto Style.
| ||||||||||
abstract String |
getWebProperties()
Returns name for web property web Properties.
| ||||||||||
abstract boolean |
ignoreOldStyle()
Checks whether or not to ignore old style.
| ||||||||||
abstract void |
setActiveViewKey(String activeViewKey)
Sets the active view key.
| ||||||||||
abstract void |
setIgnoreOldStyle(String value)
Specifies name for web property Ignore Old Style flag.
| ||||||||||
abstract void |
setSelectedAutostyle(String value)
Specifies name for web property Selected Autostyle.
| ||||||||||
abstract void |
setSelectedAutostyleID(String value)
Specifies name for web property Selected Autostyle ID.
| ||||||||||
abstract void |
setWebGridAutoStyle(String value)
Specifies name for web property Web Grid Auto Style.
| ||||||||||
abstract void |
setWebProperties(String value)
Specifies name for web property web Properties.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns the active view key.
Returns instace of WebEvent set for changing grid style.
Returns name for web property Ignore Old Style flag.
Returns ID for given style.
Returns localized name for given style.
Returns name for given style.
Returns name for web property Selected Autostyle.
Returns name for web property Selected Autostyle ID.
Returns name for web property Web Grid Auto Style.
Returns name for web property web Properties.
Checks whether or not to ignore old style.
Sets the active view key.
It's used for initializing current bean from a view Bean.
activeViewKey | the element to set as active. |
---|
Specifies name for web property Ignore Old Style flag.
value | String Property name. |
---|
Specifies name for web property Selected Autostyle.
value | String Property name. |
---|
Specifies name for web property Selected Autostyle ID.
value | String Property name. |
---|
Specifies name for web property Web Grid Auto Style.
value | String Property name. |
---|
Specifies name for web property web Properties.
value | String Property name. |
---|