All Packages Class Hierarchy This Package Previous Next Index
Class wenla.MemoField
java.lang.Object
|
+----wenla.HTMLElement
|
+----wenla.DatabaseField
|
+----wenla.MemoField
- public class MemoField
- extends DatabaseField
-
MemoField(String, String, int, int)
- Memokentän luova muodostin.
-
clone()
- Kopioi memokentän
-
draw(PrintStream)
- Syrjäytetään periytynyt abstrakti metodi, joka huolehtii memokentän
tulostamisesta HTML-komennoilla lomakkeelle.
MemoField
public MemoField(String formFieldName,
String databaseFieldName,
int rows,
int cols)
- Memokentän luova muodostin.
- Parameters:
- formFieldName - Kertoo kentästä lomakkeella käytettävän nimen.
- databaseFieldName - Kertoo tietokantakyselyssä kentän nimen.
- rows - Kentästä lomakkeella näkyvien rivien lukumäärä.
- cols - Kentästä lomakkeella näkyvien sarakkeiden lukumäärä (= montako merkkiä rivillä).
draw
public void draw(PrintStream stream)
- Syrjäytetään periytynyt abstrakti metodi, joka huolehtii memokentän
tulostamisesta HTML-komennoilla lomakkeelle.
- Parameters:
- stream - Kertoo streamin, mihin tulostus tehdään.
- Overrides:
- draw in class HTMLElement
clone
public Object clone()
- Kopioi memokentän
- Returns:
- Palauttaa memokentän kopion.
- Overrides:
- clone in class HTMLElement
All Packages Class Hierarchy This Package Previous Next Index