|
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.ui.DeprecatedUINode | +--oracle.cabo.ui.BaseUINode | +--oracle.cabo.ui.BaseMutableUINode | +--oracle.cabo.ui.beans.BaseWebBean | +--oracle.cabo.ui.beans.MarlinBean | +--oracle.cabo.ui.beans.form.FormValueBean
The FormValue bean adds a value that will be submitted with a form, but not displayed to the user.
<form name="myform" targetFrame="mytarget"> <contents> <formValue name="uix" value="genius"/> <submitButton formName="myform" text="SUBMIT"/> </contents> </form>
Constructor Summary | |
|
FormValueBean()
Construct an instance of the FormValueBean. |
protected |
FormValueBean(boolean ignored,
java.lang.String localName)
Construct an instance of the FormValueBean. |
|
FormValueBean(java.lang.String name)
Construct an instance of the FormValueBean. |
|
FormValueBean(java.lang.String name,
java.lang.String value)
Construct an instance of the FormValueBean. |
Method Summary | |
java.lang.String |
getName()
Gets the name used to identify the element in client-to-client or client-to-server events. |
static java.lang.String |
getName(MutableUINode bean)
Gets the name used to identify the element in client-to-client or client-to-server events. |
java.lang.String |
getValue()
Gets the value to be sent when the form is submitted |
static java.lang.String |
getValue(MutableUINode bean)
Gets the value to be sent when the form is submitted |
static void |
setName(MutableUINode bean,
java.lang.String name)
Sets the name used to identify the element in client-to-client or client-to-server events. |
void |
setName(java.lang.String name)
Sets the name used to identify the element in client-to-client or client-to-server events. |
static void |
setValue(MutableUINode bean,
java.lang.String value)
Sets the value to be sent when the form is submitted |
void |
setValue(java.lang.String value)
Sets the value to be sent when the form is submitted |
void |
setValueBinding(BoundValue boundValue)
Binds the the value to be sent when the form is submitted |
static void |
setValueBinding(MutableUINode bean,
BoundValue boundValue)
Binds the the value to be sent when the form is submitted |
static void |
setValueBinding(MutableUINode bean,
java.lang.Object selectKey)
Binds the the value to be sent when the form is submitted |
static void |
setValueBinding(MutableUINode bean,
java.lang.String dataNamespace,
java.lang.String dataName,
java.lang.Object selectKey)
Binds the the value to be sent when the form is submitted |
void |
setValueBinding(java.lang.Object selectKey)
Binds the the value to be sent when the form is submitted |
void |
setValueBinding(java.lang.String dataNamespace,
java.lang.String dataName,
java.lang.Object selectKey)
Binds the the value to be sent when the form is submitted |
Methods inherited from class oracle.cabo.ui.beans.MarlinBean |
isEqualMarlinName |
Methods inherited from class oracle.cabo.ui.BaseUINode |
getAttributeNames, getAttributeValue, getAttributeValueImpl, getChildArray, getChildNames, getIndexedChild, getIndexedChild, getIndexedChildCount, getLocalName, getNamedChild, getNamespaceURI, getNodeID, getNodeRole, getPreorderDescendentAttributeValue, getRawAttributeValue, getRenderedUINode, getRenderer, getRenderer, render, render, toString |
Methods inherited from class oracle.cabo.ui.DeprecatedUINode |
getAttributeValue, getChildNames, getNamedChild |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface oracle.cabo.ui.UINode |
getAttributeNames, getAttributeValue, getAttributeValue, getChildNames, getChildNames, getIndexedChild, getIndexedChild, getIndexedChildCount, getLocalName, getNamedChild, getNamedChild, getNamespaceURI, getNodeID, getNodeRole, getRawAttributeValue, render, render |
Constructor Detail |
public FormValueBean()
public FormValueBean(java.lang.String name)
name
- the name used to identify the element in
client-to-client or client-to-server events.public FormValueBean(java.lang.String name, java.lang.String value)
name
- the name used to identify the element in
client-to-client or client-to-server events.value
- the value to be sent when the form is submittedprotected FormValueBean(boolean ignored, java.lang.String localName)
Method Detail |
public final java.lang.String getName()
This is a required property on the bean.
public final void setName(java.lang.String name)
This is a required property on the bean.
public final java.lang.String getValue()
public final void setValue(java.lang.String value)
public final void setValueBinding(BoundValue boundValue)
boundValue
- a BoundValue implementation to be used
to retrieve the value.public final void setValueBinding(java.lang.Object selectKey)
selectKey
- the key to be passed to selectValue()
on the
current DataObject
, e.g., the DataObject for the current
table row.public final void setValueBinding(java.lang.String dataNamespace, java.lang.String dataName, java.lang.Object selectKey)
dataNamespace
- the namespace to be passed to
RenderingContext.getDataObject()
dataName
- the name to be passed to
RenderingContext.getDataObject()
selectKey
- the key to be passed to selectValue()
on the
DataObject
.public static java.lang.String getName(MutableUINode bean)
This is a required property on the bean.
public static void setName(MutableUINode bean, java.lang.String name)
This is a required property on the bean.
public static java.lang.String getValue(MutableUINode bean)
public static void setValue(MutableUINode bean, java.lang.String value)
public static void setValueBinding(MutableUINode bean, BoundValue boundValue)
boundValue
- a BoundValue implementation to be used
to retrieve the value.public static void setValueBinding(MutableUINode bean, java.lang.Object selectKey)
selectKey
- the key to be passed to selectValue()
on the
current DataObject
, e.g., the DataObject for the current
table row.public static void setValueBinding(MutableUINode bean, java.lang.String dataNamespace, java.lang.String dataName, java.lang.Object selectKey)
dataNamespace
- the namespace to be passed to
RenderingContext.getDataObject()
dataName
- the name to be passed to
RenderingContext.getDataObject()
selectKey
- the key to be passed to selectValue()
on the
DataObject
.
|
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 |