org.apache.tapestry5.corelib.components
Class LinkSubmit

java.lang.Object
  extended by org.apache.tapestry5.corelib.components.LinkSubmit
All Implemented Interfaces:
ClientElement

@SupportsInformalParameters
@IncludeJavaScriptLibrary(value="linksubmit.js")
@Events(value="selected by default, may be overridden")
public class LinkSubmit
extends Object
implements ClientElement

Generates a client-side hyperlink that submits the enclosing form. If the link is clicked in the browser, the component will trigger an event (selected by default) , just like Submit.


Constructor Summary
LinkSubmit()
           
 
Method Summary
 String getClientId()
          Returns a unique id for the element.
 
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()
Description copied from interface: ClientElement
Returns a unique id for the element. This value will be unique for any given rendering of a page. This value is intended for use as the id attribute of the client-side element, and will be used with any DHTML/Ajax related JavaScript.

Specified by:
getClientId in interface ClientElement


Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.