Business Components

oracle.jdeveloper.html
Class ReadOnlyField

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

public class ReadOnlyField
extends HTMLFieldRendererImpl

Represents a red-only field generator.

Version:
PUBLIC

Fields inherited from class oracle.jdeveloper.html.HTMLFieldRendererImpl
nHeight, nLength, nWidth, sClass, sName, sPrompt, sValue
 
Constructor Summary
ReadOnlyField()
           
 
Method Summary
 void populateForm(HTMLForm aForm)
          Populates the form with the read-only field.
 
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

ReadOnlyField

public ReadOnlyField()
Method Detail

populateForm

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

Business Components