ZMObject
|
+--ZMWidgetForm
public class ZMWidgetForm
extends ZMObject
| Fields inherited from org.zenmagick.ZMObject | |
|---|---|
| properties_ | |
| Constructor Summary | |
|---|---|
Create new instance. |
|
| Method Summary | |
|---|---|
| static array | processRequest(array data, array widgets) Process a request data array with respect to widget specific conversions etc. |
| Methods inherited from org.zenmagick.ZMObject | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
public ZMWidgetForm()
Create new instance. /
public static array processRequest(array data, array widgets)
Process a request data array with respect to widget specific conversions etc.
One example of why this is useful is that checkbox data will be absent from the data if unchecked. The responsible widget will update the data accordingly, depending on automatically generated hidden fields, etc.
Utility class for HTML forms that use widgets.