java.lang.Object | |
↳ | com.microstrategy.web.app.utils.GridAutoStylesHelper |
Helper class used to read autostyles
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
GridAutoStylesHelper() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static WebFolder |
getAllStyles(WebObjectsFactory fact)
Returns all system styles.
| ||||||||||
static String |
getStyleID(String styleName, AppContext appContext)
Finds the Autostyle ID for a specific style name
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns all system styles.
fact | the web objects factory |
---|
Finds the Autostyle ID for a specific style name
styleName | String the non-localized style name (i.e. "Finance") |
---|---|
appContext | AppContext the application context |