|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cafesip.gwtcomp.client.ui.PropertyElement
public class PropertyElement
Helper class for the PropertyViewer class.
| Constructor Summary | |
|---|---|
PropertyElement(java.lang.String property,
java.lang.Object value)
A constructor for this class. |
|
| Method Summary | |
|---|---|
java.lang.String |
getProperty()
Returns the property key string. |
java.lang.Object |
getValue()
Returns the property value string. |
void |
setProperty(java.lang.String property)
Sets the property key string. |
void |
setValue(java.lang.Object value)
Sets the property value string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyElement(java.lang.String property,
java.lang.Object value)
property - property key string.value - property value string.| Method Detail |
|---|
public java.lang.String getProperty()
public void setProperty(java.lang.String property)
property - The property to set.public java.lang.Object getValue()
public void setValue(java.lang.Object value)
value - The value to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||