fr.ifremer.suiviobsmer.ui.components
Class SubmitContext

java.lang.Object
  extended by org.apache.tapestry5.corelib.base.AbstractField
      extended by fr.ifremer.suiviobsmer.ui.components.SubmitContext
All Implemented Interfaces:
org.apache.tapestry5.ClientElement, org.apache.tapestry5.Field

public final class SubmitContext
extends org.apache.tapestry5.corelib.base.AbstractField

Corresponds to <input type="submit">, a client-side element that can force the enclosing form to submit. The submit responsible for the form submission will post a notification that allows the application to know that it was the responsible entity. The notification is named "selected" and has a String context.


Constructor Summary
SubmitContext()
           
 
Method Summary
protected  void processSubmission(String elementName)
           
 
Methods inherited from class org.apache.tapestry5.corelib.base.AbstractField
createDefaultParameterBinding, decorateInsideField, getClientId, getControlName, getLabel, isDisabled, isRequired, setDecorator, setFormSupport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubmitContext

public SubmitContext()
Method Detail

processSubmission

protected void processSubmission(String elementName)
Specified by:
processSubmission in class org.apache.tapestry5.corelib.base.AbstractField


Copyright © 2009-2010 Ifremer. All Rights Reserved.