|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.servlet.ui.data.PageURLBoundValue.Parameter
A single parameter of an URL. This class is used for both Page properties and PageEvent parameters
Constructor Summary | |
PageURLBoundValue.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. |
java.lang.String |
getValue()
Returns a fixed value of the parameter. |
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 PageURLBoundValue.Parameter()
Method Detail |
public void setKey(java.lang.String key)
public java.lang.String getKey()
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
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |