public class ThemeSelectorData
extends java.lang.Object
Constructor and Description |
---|
ThemeSelectorData(java.util.ArrayList<ThemeConfig> _themes)
Default Themes Per Row = 3
|
ThemeSelectorData(java.util.ArrayList<ThemeConfig> _themes,
int _themesPerRow) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
buildAPIJSON() |
java.lang.String |
buildJSON()
Returns the JSON String
|
java.util.ArrayList<ThemeConfig> |
themes()
Returns the Themes Config List
|
public ThemeSelectorData(java.util.ArrayList<ThemeConfig> _themes)
_themes
- public ThemeSelectorData(java.util.ArrayList<ThemeConfig> _themes, int _themesPerRow)
_themes
- _themesPerRow
- public java.util.ArrayList<ThemeConfig> themes()
public java.lang.String buildJSON()
public java.lang.String buildAPIJSON()