|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThemeType | |
---|---|
com.jivesoftware.base.theme | |
com.jivesoftware.forum.theme |
Uses of ThemeType in com.jivesoftware.base.theme |
---|
Fields in com.jivesoftware.base.theme declared as ThemeType | |
---|---|
static ThemeType |
ThemeType.GLOBAL
Type representing a Global map. |
static ThemeType |
ThemeType.LOCALE
Type representing a Locale map. |
protected static ThemeType[] |
ThemeType.types
Array containing all ThemeType objects. |
static ThemeType |
ThemeType.URL
Type representing a URL map. |
Methods in com.jivesoftware.base.theme that return ThemeType | |
---|---|
static ThemeType |
ThemeType.fromString(java.lang.String name)
Loads a ThemeType object from the name of the theme type. |
ThemeType |
ThemeMap.getType()
|
static ThemeType[] |
ThemeType.getTypes()
Returns an array of all theme types, ordered by precedence. |
Constructors in com.jivesoftware.base.theme with parameters of type ThemeType | |
---|---|
ThemeMap(ThemeType type)
|
Uses of ThemeType in com.jivesoftware.forum.theme |
---|
Subclasses of ThemeType in com.jivesoftware.forum.theme | |
---|---|
class |
ForumThemeType
An extension of the ThemeType class to define and add forum and category theme types. |
Fields in com.jivesoftware.forum.theme declared as ThemeType | |
---|---|
static ThemeType |
ForumThemeType.CATEGORY
Type representing a Category map. |
static ThemeType |
ForumThemeType.FORUM
Type representing a Forum map. |
static ThemeType |
ForumThemeType.USER
Type representing a User map. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |