Package com.microstrategy.web.app.utils
Class GridAutoStylesHelper
- java.lang.Object
-
- com.microstrategy.web.app.utils.GridAutoStylesHelper
-
public class GridAutoStylesHelper extends java.lang.ObjectHelper class used to read autostyles- Since:
- MicroStrategy Web 8.0.0
-
-
Constructor Summary
Constructors Constructor Description GridAutoStylesHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static WebFoldergetAllStyles(WebObjectsFactory fact)Returns all system styles.static java.lang.StringgetStyleID(java.lang.String styleName, AppContext appContext)Finds the Autostyle ID for a specific style name
-
-
-
Method Detail
-
getAllStyles
public static WebFolder getAllStyles(WebObjectsFactory fact)
Returns all system styles.- Parameters:
fact- the web objects factory- Returns:
- WebFolder instance
-
getStyleID
public static java.lang.String getStyleID(java.lang.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
-
-