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-serv8151/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/qtags
Added Files:
TapestryPropertySelectionTag.java
Log Message:
Added PropertySelection tag
Fixed Iso-8859-1 content type mess
--- NEW FILE: TapestryPropertySelectionTag.java ---
/*
* Copyright (c) 2003-2005
* XDoclet Team
* All rights reserved.
*/
package org.xdoclet.plugin.tapestry.qtags;
/**
* Creates an HTML select to choose a single property from a list of options.
*
* @qtags.location class
* @author Paolo Dona
*/
public interface TapestryPropertySelectionTag extends
com.thoughtworks.qdox.model.DocletTag {
/**
* The id of the component
* @qtags.required
*/
String getId();
/**
* @qtags.required
*/
String getValue_();
/**
* @qtags.required
*/
String getModel();
String getDisabled();
/**
* An alternate rendered for the property selection.
*/
String getRenderer();
/**
* Enables logic to submit containing form when value changes.
*/
String getSubmitOnChange();
String getDisplayName();
String getValidators();
}
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits