public class

GridAutoStylesHelper

extends Object
java.lang.Object
   ↳ com.microstrategy.web.app.utils.GridAutoStylesHelper

Class Overview

Helper class used to read autostyles

Summary

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
From class java.lang.Object

Public Constructors

public GridAutoStylesHelper ()

Public Methods

public static WebFolder getAllStyles (WebObjectsFactory fact)

Returns all system styles.

Parameters
fact the web objects factory
Returns
  • WebFolder instance

public static String getStyleID (String styleName, AppContext appContext)

Finds the Autostyle ID for a specific style name

Parameters
styleName String the non-localized style name (i.e. "Finance")
appContext AppContext the application context
Returns
  • String the Autostyle ID for a specific style name