P
public class SimpleStateForm<P extends Parameter> extends java.lang.Object implements StateForm<P>
有状态表单
SimpleStateForm(Form<P> form, P parameter)
void
submit()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SimpleStateForm(Form<P> form, P parameter)
form
parameter
public void submit()
提交
submit
StateForm<P extends Parameter>