|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.jdeveloper.html.HTMLFieldRendererImpl | +--oracle.jdeveloper.html.TextArea
Represents a textarea field renderer.
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 |
public TextArea()
Method Detail |
public void populateForm(HTMLForm aForm)
aForm
- the HTML form to be populated.
|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |