|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HTMLForm | |
oracle.jdeveloper.html | Contains classes for generating HTML code. |
oracle.jdeveloper.jsp.wb | Contains implementation classes for Web Beans. |
oracle.jdeveloper.servlet | Contains classes that implement the DbServlet runtime capabilities. |
Uses of HTMLForm in oracle.jdeveloper.html |
Fields in oracle.jdeveloper.html declared as HTMLForm | |
protected HTMLForm |
PickList.aForm
|
protected HTMLForm |
StaticPickList.aForm
|
Methods in oracle.jdeveloper.html with parameters of type HTMLForm | |
void |
HTMLElementContainer.addForm(HTMLForm aForm)
Adds an HTML form to the HTML document. |
void |
HTMLFieldRendererImpl.populateForm(HTMLForm aForm)
Populates the provided HTML form with this field's HTMLElement. |
void |
LOVField.populateForm(HTMLForm aForm)
Populates the provided HTML form with the field's HTMLElement. |
void |
PickList.populateForm(HTMLForm aForm)
Populates the form with the picklist. |
void |
ReadOnlyField.populateForm(HTMLForm aForm)
Populates the form with the read-only field. |
void |
TextArea.populateForm(HTMLForm aForm)
Populates the form with the text area. |
void |
DateField.populateForm(HTMLForm aForm)
Populates the provided HTML form with the field's HTMLElement. |
void |
StaticPickList.populateForm(HTMLForm aForm)
Populates the form with the StaticPickList. |
void |
HTMLFieldRenderer.populateForm(HTMLForm aForm)
Populates the provided HTML form with this field's HTMLElement. |
void |
HiddenField.populateForm(HTMLForm aForm)
Populates the form with the text area. |
Uses of HTMLForm in oracle.jdeveloper.jsp.wb |
Subclasses of HTMLForm in oracle.jdeveloper.jsp.wb | |
class |
EditForm
A Web Bean class that provides methods to dynamically generate an HTML form and render it to the output stream of a JSP response. |
Uses of HTMLForm in oracle.jdeveloper.servlet |
Subclasses of HTMLForm in oracle.jdeveloper.servlet | |
class |
HTMLServletForm
This class serves as the base form for DbServlet UI generation |
|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |