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, sFormName, sName, sPrompt, sValue
 
Constructor Summary
ReadOnlyField()
           
 
Method Summary
 java.lang.String renderToString(HTMLRenderingContext ctx, RowSet rs, Row row, java.lang.String sAttribute)
          This method is called when the field renderers are being used from the Tag library and from the DataWebBeans.
 
Methods inherited from class oracle.jdeveloper.html.HTMLFieldRendererImpl
getCSSClassName, getDisplayHeight, getDisplayWidth, getFieldName, getFormName, getMaxDataLength, getPromptText, getValue, setCSSClassName, setDisplayHeight, setDisplayWidth, setFieldName, setFormName, 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

renderToString

public java.lang.String renderToString(HTMLRenderingContext ctx,
                                       RowSet rs,
                                       Row row,
                                       java.lang.String sAttribute)
Description copied from interface: HTMLFieldRenderer
This method is called when the field renderers are being used from the Tag library and from the DataWebBeans.
Overrides:
renderToString in class HTMLFieldRendererImpl

Business Components