Interface Form

com.woltlab.wcf.form

Description

All form classes should implement this interface.

  • author: Marcel Werk
  • copyright: 2001-2009 WoltLab GmbH
  • license: GNU
Page
   |
   --Form

Method Summary

Return Name
void readFormParameters()
void save()
void submit()
void validate()

Methods

readFormParameters

public void readFormParameters()

Reads the given form parameters.


save

public void save()

Saves the data of the form.


submit

public void submit()

Is called when the form was submitted.


validate

public void validate()

Validates form inputs.


Inherited methods from Page

Page::assignVariables(), Page::readData(), Page::readParameters(), Page::show()