Package org.jgrapes.webconsole.jqueryui
Class JQueryUiWeblet.ThemeInfo
java.lang.Object
org.jgrapes.webconsole.jqueryui.JQueryUiWeblet.ThemeInfo
- All Implemented Interfaces:
Comparable<JQueryUiWeblet.ThemeInfo>
- Enclosing class:
JQueryUiWeblet
public static class JQueryUiWeblet.ThemeInfo
extends Object
implements Comparable<JQueryUiWeblet.ThemeInfo>
Holds the information about a theme.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ThemeInfo
Instantiates a new theme info.- Parameters:
id
- the idname
- the name
-
-
Method Details
-
id
Returns the id.- Returns:
- the id
-
name
Returns the name.- Returns:
- the name
-
compareTo
- Specified by:
compareTo
in interfaceComparable<JQueryUiWeblet.ThemeInfo>
-