public class GadgetModule extends Object
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 and Description |
---|
GadgetModule() |
Modifier and Type | Method and Description |
---|---|
GadgetModulePrefs |
getGadgetModulePrefs()
Accessor for the
GadgetModulePrefs . |
List<GadgetUserPref> |
getGadgetUserPrefs()
Accessor for the
GadgetUserPref s. |
String |
getText()
A unique identifier for the text.
|
public List<GadgetUserPref> getGadgetUserPrefs()
Accessor for the GadgetUserPref
s.
public GadgetModulePrefs getGadgetModulePrefs()
Accessor for the GadgetModulePrefs
.
public String getText()
A unique identifier for the text.
Copyright © 2020. All rights reserved.