|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.admingui.common.gadget.GadgetModule
public class GadgetModule
This class is configured via XML. This is done via the HK2
ConfigParser. This is the root node of a "gadget".
The "text" can be retrived via getText (or #{module.text} via
EL).
| Constructor Summary | |
|---|---|
GadgetModule()
|
|
| Method Summary | |
|---|---|
GadgetModulePrefs |
getGadgetModulePrefs()
Accessor for the GadgetModulePrefs. |
java.util.List<GadgetUserPref> |
getGadgetUserPrefs()
Accessor for the GadgetUserPrefs. |
java.lang.String |
getText()
A unique identifier for the text. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GadgetModule()
| Method Detail |
|---|
public java.util.List<GadgetUserPref> getGadgetUserPrefs()
Accessor for the GadgetUserPrefs.
public GadgetModulePrefs getGadgetModulePrefs()
Accessor for the GadgetModulePrefs.
public java.lang.String getText()
A unique identifier for the text.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||