Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/qtags
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17384/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/qtags

Added Files:
        TapestryLinkSubmitTag.java 
Log Message:
Added @tapestry.link-submit tag

--- NEW FILE: TapestryLinkSubmitTag.java ---
/**
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.tapestry.qtags;

/**
 * Creates a hyperlink that submits its enclosing form using JavaScript.
 * 
 *
 * @qtags.location class
 * @author Paolo Dona
 */
public interface TapestryLinkSubmitTag extends 
com.thoughtworks.qdox.model.DocletTag {
    /**
     * The id of the component
     * @qtags.required
     */
    String getId();

    /**
     *  A listener that is notified if this component is triggered.
     * 
     */
    String getListener();

    /**
     *  A listener that is notified if this component is triggered just before 
the form's listener, after all components enclosed by the Form have had a 
chance to update their properties.
     * 
     */
    String getAction();

    /**
     *  An object, or list of objects, gathered when the link is triggered and 
made available as listener parameters in the request cycle, making the 
parameters available to a deferred listener.
     * 
     */
    String getParameters_();

    /**
     * No description available yet.
     *
     */
    String getDisabled();

    /**
     * No description available yet.
     *
     */
    String getSelected();

    /**
     * No description available yet.
     *
     */
    String getTag();
}



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to