Class PromptField

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

public class PromptField
extends HTMLElement

Variable Index

 o fPrompt

Constructor Index

 o PromptField(String)
Selitekentän luova muodostin.

Method Index

 o clone()
Kopioi selitekentän
 o draw(DataOutputStream)
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.

Methods

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

Parameters:
stream - Kertoo streamin, mihin tulostus tehdään.
Throws: IOError
Jos tulostaminen stremiin ei onnistu
Overrides:
draw in class HTMLElement
 o clone
 public Object clone()
Kopioi selitekentän

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