view
Class RegistrationPage
java.lang.Object
view.GoResponse
view.GoPage
view.RegistrationPage
public class RegistrationPage
- extends GoPage
|
Constructor Summary |
RegistrationPage(boolean logged,
Tournament tournament,
boolean pre,
Entry entry,
boolean edit,
Tournament.EntryComparator.SortBy sort_by,
boolean printable)
Constructs the page. |
RegistrationPage(boolean logged,
Tournament tournament,
boolean pre,
Tournament.EntryComparator.SortBy sort_by,
boolean printable)
As above but by default an empty form for adding a new (pre-)entry. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegistrationPage
public RegistrationPage(boolean logged,
Tournament tournament,
boolean pre,
Entry entry,
boolean edit,
Tournament.EntryComparator.SortBy sort_by,
boolean printable)
- Constructs the page.
- Parameters:
logged - if true, creates the page for administrator.tournament - the tournament of the registration.pre - if true, craetes the page for pre-registration, otherwise for final registration.entry - an entry to prefill the entry form with.edit - if true, displays a form for editing, otherwise for adding a new entry.sort_by - entry list sorting method.printable - if true, displays only a single printable table of entries.
RegistrationPage
public RegistrationPage(boolean logged,
Tournament tournament,
boolean pre,
Tournament.EntryComparator.SortBy sort_by,
boolean printable)
- As above but by default an empty form for adding a new (pre-)entry.