Business Components

oracle.jdeveloper.html
Class TextArea

java.lang.Object
  |
  +--oracle.jdeveloper.html.HTMLFieldRendererImpl
        |
        +--oracle.jdeveloper.html.TextArea

public class TextArea
extends HTMLFieldRendererImpl

Represents a textarea field renderer.

Version:
PUBLIC

Fields inherited from class oracle.jdeveloper.html.HTMLFieldRendererImpl
nHeight, nLength, nWidth, sClass, sName, sPrompt, sValue
 
Constructor Summary
TextArea()
           
 
Method Summary
 void populateForm(HTMLForm aForm)
          Populates the form with the text area.
 
Methods inherited from class oracle.jdeveloper.html.HTMLFieldRendererImpl
getCSSClassName, getDisplayHeight, getDisplayWidth, getFieldName, getMaxDataLength, getPromptText, getValue, setCSSClassName, setDisplayHeight, setDisplayWidth, setFieldName, setMaxDataLength, setPromptText, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextArea

public TextArea()
Method Detail

populateForm

public void populateForm(HTMLForm aForm)
Populates the form with the text area.
Overrides:
populateForm in class HTMLFieldRendererImpl
Tags copied from class: HTMLFieldRendererImpl
Parameters:
aForm - the HTML form to be populated.

Business Components