|
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.FormBean
The form control creates an HTML <form> element.
<form name="myform" usesUpload="true" method="GET"> <contents> <fileUpload columns="10" name="inputfile"/> </contents> </form>
Constructor Summary | |
|
FormBean()
Construct an instance of the FormBean. |
protected |
FormBean(boolean ignored,
java.lang.String localName)
Construct an instance of the FormBean. |
|
FormBean(java.lang.String name)
Construct an instance of the FormBean. |
|
FormBean(java.lang.String name,
java.lang.String destination)
Construct an instance of the FormBean. |
Method Summary | |
java.lang.String |
getDestination()
Gets the URI this form will deliver its data to. |
static java.lang.String |
getDestination(MutableUINode bean)
Gets the URI this form will deliver its data to. |
java.lang.String |
getMethod()
Gets the HTTP method used for submission; defaults to GET |
static java.lang.String |
getMethod(MutableUINode bean)
Gets the HTTP method used for submission; defaults to GET |
java.lang.String |
getName()
Gets the name of the form. |
static java.lang.String |
getName(MutableUINode bean)
Gets the name of the form. |
java.lang.String |
getOnSubmit()
Gets Javascript code to be called when the form is submitted. |
static java.lang.String |
getOnSubmit(MutableUINode bean)
Gets Javascript code to be called when the form is submitted. |
java.lang.String |
getTargetFrame()
Gets the target frame for the form |
static java.lang.String |
getTargetFrame(MutableUINode bean)
Gets the target frame for the form |
boolean |
isUsesUpload()
Gets whether the form supports file upload. |
static boolean |
isUsesUpload(MutableUINode bean)
Gets whether the form supports file upload. |
static void |
setDestination(MutableUINode bean,
java.lang.String destination)
Sets the URI this form will deliver its data to. |
void |
setDestination(java.lang.String destination)
Sets the URI this form will deliver its data to. |
static void |
setMethod(MutableUINode bean,
java.lang.String method)
Sets the HTTP method used for submission; defaults to GET |
void |
setMethod(java.lang.String method)
Sets the HTTP method used for submission; defaults to GET |
static void |
setName(MutableUINode bean,
java.lang.String name)
Sets the name of the form. |
void |
setName(java.lang.String name)
Sets the name of the form. |
static void |
setOnSubmit(MutableUINode bean,
java.lang.String onSubmit)
Sets Javascript code to be called when the form is submitted. |
void |
setOnSubmit(java.lang.String onSubmit)
Sets Javascript code to be called when the form is submitted. |
static void |
setTargetFrame(MutableUINode bean,
java.lang.String targetFrame)
Sets the target frame for the form |
void |
setTargetFrame(java.lang.String targetFrame)
Sets the target frame for the form |
void |
setUsesUpload(boolean usesUpload)
Sets whether the form supports file upload. |
static void |
setUsesUpload(MutableUINode bean,
boolean usesUpload)
Sets whether the form supports file upload. |
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 FormBean()
public FormBean(java.lang.String name)
name
- the name of the form.public FormBean(java.lang.String name, java.lang.String destination)
name
- the name of the form.destination
- the URI this form will deliver its data to.protected FormBean(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 getDestination()
public final void setDestination(java.lang.String destination)
public final java.lang.String getMethod()
public final void setMethod(java.lang.String method)
public final java.lang.String getTargetFrame()
public final void setTargetFrame(java.lang.String targetFrame)
public final boolean isUsesUpload()
public final void setUsesUpload(boolean usesUpload)
public final java.lang.String getOnSubmit()
public final void setOnSubmit(java.lang.String onSubmit)
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 getDestination(MutableUINode bean)
public static void setDestination(MutableUINode bean, java.lang.String destination)
public static java.lang.String getMethod(MutableUINode bean)
public static void setMethod(MutableUINode bean, java.lang.String method)
public static java.lang.String getTargetFrame(MutableUINode bean)
public static void setTargetFrame(MutableUINode bean, java.lang.String targetFrame)
public static boolean isUsesUpload(MutableUINode bean)
public static void setUsesUpload(MutableUINode bean, boolean usesUpload)
public static java.lang.String getOnSubmit(MutableUINode bean)
public static void setOnSubmit(MutableUINode bean, java.lang.String onSubmit)
|
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 |