ZMObject
└─ZMFormData
└─FormData
└─ZMRegistrationForm
public class ZMRegistrationForm
extends FormData
| Fields inherited from zenmagick.store.shared.mvc\FormData | |
|---|---|
| tables_ | |
| Fields inherited from org.zenmagick.mvc.forms\ZMFormData | |
|---|---|
| fields_ | |
| Fields inherited from org.zenmagick.core\ZMObject | |
|---|---|
| properties_ | |
| Method Summary | |
|---|---|
| void | Create new instance. |
| ZMAccount | Get a populated ZMAccount instance. |
| ZMAddress | Get a populated ZMAddress instance. |
| Methods inherited from zenmagick.store.shared.mvc\FormData | |
|---|---|
| __construct, addTables, populate | |
| Methods inherited from org.zenmagick.mvc.forms\ZMFormData | |
|---|---|
| __construct, addFields, populate | |
| Methods inherited from org.zenmagick.core\ZMObject | |
|---|---|
| __construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton | |
public void __construct()
Create new instance.
public ZMAccount getAccount()
Get a populated ZMAccount instance.
public ZMAddress getAddress()
Get a populated ZMAddress instance.
A registration form (bean).