Method Summary |
|
public void | addGroupsToParameters(ValueParser vp) |
public String | declareGroup(Group group) A convenience method to write out the hidden form fields
that notify intake of the group. |
public void | declareGroup(Group group, StringBuffer sb) xhtml valid hidden input field(s) that notifies intake of the
group's presence. |
public String | declareGroups() A convenience method to write out the hidden form fields
that notify intake of the relevant groups. |
public void | dispose() Disposes the object after use. |
public PullHelper | get(String groupName) |
public PullHelper | get(String groupName, boolean throwExceptions) |
public Group | get(String groupName, String key) Get a specific group by name and key. |
public Group | get(String groupName, String key, boolean create) Get a specific group by name and key. |
public Map | getGroups() Get a Map containing all the groups. |
public void | init(Object runData) |
public boolean | isAllValid() Loops through all of the Groups and checks to see if
the data within the Group is valid. |
public boolean | isDisposed() Checks whether the recyclable has been disposed. |
public void | newForm() |
public void | recycle() Recycles the object for a new client. |
public void | refresh() |
public void | remove(Group group) Removes group. |
public void | removeAll() Removes all groups. |