org.chenillekit.tapestry.core.components
Class ClickSubmit

java.lang.Object
  extended by org.chenillekit.tapestry.core.components.ClickSubmit
All Implemented Interfaces:
ClientElement

@SupportsInformalParameters
@Import(library={"../Chenillekit.js","ClickSubmit.js"})
public class ClickSubmit
extends Object
implements ClientElement

ClickSubmit allows arbitrary page (DOM) elements to submit a form.

Version:
$Id: ClickSubmit.java 674 2010-07-29 12:47:25Z homburgs $

Constructor Summary
ClickSubmit()
           
 
Method Summary
 String getClientId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClickSubmit

public ClickSubmit()
Method Detail

getClientId

public String getClientId()
Specified by:
getClientId in interface ClientElement


Copyright © 2008-2010 ChenilleKit. All Rights Reserved.