|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
StateVars represent application variables.
| Method Summary | |
void |
bindValue(ValueBinding binding)
Rebinds this object's value |
java.lang.String |
getIndex()
Gets the index of this object's current value |
java.lang.Object |
getValue()
Returns locally cached value of the underlying bean |
ValueBinding |
getValueBinding()
Get the value binding. |
boolean |
hasValue()
Returns true if a value (other than null) has been set for this element |
void |
setValue(java.lang.Object v)
Sets the current value of this object |
| Methods inherited from interface edu.washington.cs.supple.rep.UiObject |
accept, childChanged, equals, getInterfaceIdentifier, getTextLabel, getType, getUniqueId, getView, hashCode, hasTextLabel, isActive, isLeaf, isModifiable, isRuntime, setActive, setRuntime, setView, toPrettyString, toString |
| Methods inherited from interface edu.washington.cs.supple.rep.SuppleUiObjectHierarchyElement |
getAncestors, getFullName, getName, getParent, getParentObject, getRootObject, isChildOf, isDescendantOf, isRoot, setName, setParent |
| Methods inherited from interface edu.washington.cs.supple.rep.SuppleBean |
addPropertyChangeListener, removePropertyChangeListener |
| Methods inherited from interface java.beans.PropertyChangeListener |
propertyChange |
| Methods inherited from interface edu.washington.cs.supple.rep.ConstraintManipulation |
addRenderingConstraint, addRenderingHint, getRenderingConstraints, getRenderingHints |
| Method Detail |
public java.lang.Object getValue()
public boolean hasValue()
public void setValue(java.lang.Object v)
v - new valuepublic java.lang.String getIndex()
public void bindValue(ValueBinding binding)
binding - public ValueBinding getValueBinding()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||