|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.admingui.common.gadget.GadgetUserPref
public class GadgetUserPref
This class is configured via XML. This is done via the HK2
ConfigParser.
| Constructor Summary | |
|---|---|
GadgetUserPref()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDataType()
Getter for the datatype property. |
java.lang.String |
getDefaultValue()
Getter for the default value of this preference. |
java.lang.String |
getDisplayName()
Getter for the display_name. |
java.lang.String |
getName()
Getter for the name. |
boolean |
getRequired()
Getter for the required property. |
java.lang.String |
getURLParam()
Getter for the urlparam property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GadgetUserPref()
| Method Detail |
|---|
public java.lang.String getName()
Getter for the name.
public java.lang.String getDisplayName()
Getter for the display_name.
public java.lang.String getURLParam()
Getter for the urlparam property.
public java.lang.String getDataType()
Getter for the datatype property.
public boolean getRequired()
Getter for the required property.
public java.lang.String getDefaultValue()
Getter for the default value of this preference.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||