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-serv22254/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/qtags

Added Files:
        TapestryRadioGroupTag.java TapestryRadioTag.java 
Log Message:
Added @tapestry.radio and @tapestry.radio-group tags

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

/**
 * Groups together a number of Radio components.
 * 
 *
 * @qtags.location class
 * @author Paolo Dona
 */
public interface TapestryRadioGroupTag extends 
com.thoughtworks.qdox.model.DocletTag {
    /**
     * The id of the component
     * @qtags.required
     */
    String getId();

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

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

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

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

}

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

/**
 * A single possible selection within a RadioGroup.
 * 
 *
 * @qtags.location class
 * @author Paolo Dona
 */
public interface TapestryRadioTag extends com.thoughtworks.qdox.model.DocletTag 
{
    /**
     * The id of the component
     * @qtags.required
     */
    String getId();

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

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

}



-------------------------------------------------------
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