Class PromptField

java.lang.Object
   |
   +----HTMLElement
           |
           +----PromptField

public class PromptField
extends HTMLElement

Variable Index

 o fPrompt

Constructor Index

 o PromptField(DatabaseField)
Selitekentän luova 2.
 o PromptField(String)
Selitekentän luova muodostin.

Method Index

 o clone()
Kopioi selitekentän
 o draw(PrintStream)
Syrjäytetään periytynyt abstrakti metodi, joka huolehtii selitekentän tulostuksesta.

Variables

 o fPrompt
 private String fPrompt

Constructors

 o PromptField
 public PromptField(String Prompt)
Selitekentän luova muodostin. Parametrina menee selite.

Parameters:
prompt - Selitekentän teksti, joka tulostetaan lomakkeelle.
 o PromptField
 public PromptField(DatabaseField field)
Selitekentän luova 2. muodostin. Käytetään databaseField kentistä tehtäessä uusia kenttiä readonly formiin.

Parameters:
field - DatabaseFieldistä periytynyt kenttä

Methods

 o draw
 public void draw(PrintStream stream)
Syrjäytetään periytynyt abstrakti metodi, joka huolehtii selitekentän tulostuksesta.

Parameters:
stream - Kertoo streamin, mihin tulostus tehdään.
Overrides:
draw in class HTMLElement
 o clone
 public Object clone()
Kopioi selitekentän

Returns:
Palauttaa selitekentän kopion.
Overrides:
clone in class HTMLElement