Class browser.InputTagRef
All Packages    This Package    Previous    Next

Class browser.InputTagRef

java.lang.Object
   |
   +----net.www.html.TagRef
           |
           +----browser.WRTagRef
                   |
                   +----browser.InputTagRef

public class InputTagRef
extends WRTagRef
An instance of class InputTagRef is created for each occurrence of a <input> tag in an html form. It serves as the definition of an html INPUT item as it appears in an html document. This is the subclass of all <input> items which handles general book keeping, and default initialization, the creation of the FormItem which will handle the specifics of the type of form item this is.
See Also:
FormItem, FormTagRef
Version:
1.10, 24 Mar 1995
Author:
Jonathan Payne

InputTagRef(Tag, int, boolean)
input item we represent

addDisplayItem(WRFormatter)
apply(WRFormatter)

InputTagRef
  public InputTagRef(Tag t,
                     int pos,
                     boolean isEnd)
input item we represent

addDisplayItem
  public void addDisplayItem(WRFormatter f)
apply
  public void apply(WRFormatter f)

All Packages    This Package    Previous    Next