|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectthings.common.help.HelpItem
things.common.help.HelpProperty
public class HelpProperty
Help item for a property
Version History
EPG - Initial - 10 SEP 08
Field Summary | |
---|---|
boolean |
required
Is the property required? If true, it is. |
java.util.List<NVImmutable> |
values
Suggested values. |
Fields inherited from class things.common.help.HelpItem |
---|
help, name, user |
Constructor Summary | |
---|---|
HelpProperty(boolean required,
java.lang.String name,
java.lang.String help)
Constructor. |
|
HelpProperty(boolean required,
java.lang.String name,
java.lang.String user,
java.lang.String help)
Constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean required
public java.util.List<NVImmutable> values
Constructor Detail |
---|
public HelpProperty(boolean required, java.lang.String name, java.lang.String help)
required
- Is the property required?name
- The name of the property. This is suitable for lookup in a view.help
- The help text for the property.public HelpProperty(boolean required, java.lang.String name, java.lang.String user, java.lang.String help)
required
- Is the property required?name
- The name of the property. This is suitable for lookup in a view.user
- The user name for this property.help
- The help text for the property.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |