Business Components

oracle.jdeveloper.html
Class HiddenField

java.lang.Object
  |
  +--oracle.jdeveloper.html.HTMLFieldRendererImpl
        |
        +--oracle.jdeveloper.html.TextField
              |
              +--oracle.jdeveloper.html.HiddenField
All Implemented Interfaces:
HTMLFieldRenderer, HTMLRenderingContext

public class HiddenField
extends TextField

Represents a hidden form field renderer.

Version:
PUBLIC

Fields inherited from class oracle.jdeveloper.html.HTMLFieldRendererImpl
attrDef, ds, htmlAttributes, locale, page, sFormName, sPrompt
 
Constructor Summary
HiddenField()
           
 
Method Summary
TypeMethod
 java.lang.String renderToString(Row row)
          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.TextField
getHTMLInputElement, getReadOnly, initJS, setReadOnly
 
Methods inherited from class oracle.jdeveloper.html.HTMLFieldRendererImpl
getAttributeDef, getCSSClassName, getDatasource, getDisplayHeight, getDisplayWidth, getFieldName, getFormName, getHiddenFieldForValue, getHTMLValue, getHTMLValue, getMaxDataLength, getPageContext, getPromptText, getValue, setAttributeDef, setCSSClassName, setDatasource, setDisplayHeight, setDisplayWidth, setFieldName, setFormName, setHtmlAttributes, setMaxDataLength, setPageContext, setPromptText, setValue, setValueFromRow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiddenField

public HiddenField()
Method Detail

renderToString

public java.lang.String renderToString(Row row)
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 TextField

Business Components