|
UIX 2.2.16 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.ui.collection.Parameter
A single parameter of an URL or a form.
Constructor Summary | |
Parameter()
Create a Parameter. |
Method Summary | |
java.lang.Object |
clone()
Makes a clone of the parameter. |
java.lang.String |
getKey()
Gets the key of the parameter. |
BoundValue |
getRawValue()
Returns the unresolved BoundValue (a la getRawAttributeValue). |
java.lang.String |
getValue()
Returns a fixed value of the parameter. |
java.lang.String |
getValue(RenderingContext context)
Gets the value, resolving any data binding. |
void |
setKey(java.lang.String key)
Sets the key of the parameter. |
void |
setValue(java.lang.String value)
Sets the value of the parameter to a fixed string. |
void |
setValueBinding(BoundValue valueBinding)
Sets the value of the parameter as a dynamically determined string. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Parameter()
Method Detail |
public void setKey(java.lang.String key)
public java.lang.String getKey()
public BoundValue getRawValue()
public void setValue(java.lang.String value)
public java.lang.String getValue()
public void setValueBinding(BoundValue valueBinding)
public java.lang.Object clone()
clone
in class java.lang.Object
public java.lang.String getValue(RenderingContext context)
|
UIX 2.2.16 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |