org.chenillekit.tapestry.core.components
Class LinkSubmit

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

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

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

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

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

Constructor Detail

LinkSubmit

public LinkSubmit()
Method Detail

getClientId

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


Copyright © 2008-2011 ChenilleKit. All Rights Reserved.