|
||||||||||
| 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(String property,
Object value)
A constructor for this class. |
|
| Method Summary | |
|---|---|
String |
getProperty()
Returns the property key string. |
Object |
getValue()
Returns the property value string. |
void |
setProperty(String property)
Sets the property key string. |
void |
setValue(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(String property,
Object value)
property - property key string.value - property value string.| Method Detail |
|---|
public String getProperty()
public void setProperty(String property)
property - The property to set.public Object getValue()
public void setValue(Object value)
value - The value to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||