Business Components

oracle.jdeveloper.html
Class DateField

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

public class DateField
extends HTMLFieldRendererImpl

Represents a date field render.

Version:
PUBLIC

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

DateField

public DateField()
Method Detail

populateForm

public void populateForm(HTMLForm aForm)
Populates the provided HTML form with the field's HTMLElement. You can use any of the HTMLForm methods in addition to providing your own rendition of the field in HTML. Please see the implementation of the ReadOnlyField and PickList classes for more information.
Overrides:
populateForm in class HTMLFieldRendererImpl
Tags copied from class: HTMLFieldRendererImpl
Parameters:
aForm - the HTML form to be populated.

Business Components