JAXBTextField.jwc 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- $Id: JAXBTextField.jwc,v 1.2 2004/06/21 13:56:02 sebong Exp $ -->
  3. <!DOCTYPE component-specification PUBLIC
  4. "-//Apache Software Foundation//Tapestry Specification 4.0//EN"
  5. "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd">
  6. <component-specification class="jeus.tool.webadmin.component.JAXBTextField" allow-body="no">
  7. <parameter name="disabled" default-value="!enabledEdit">
  8. <description>
  9. If true, then the disabled attribute will be written on render, and the
  10. TextField will not update its value parameter when the form is submitted.
  11. </description>
  12. </parameter>
  13. <parameter name="hidden">
  14. <description>
  15. If true, then the TextField will render itself as a password field (that hides the
  16. content entered by the user).
  17. </description>
  18. </parameter>
  19. <parameter name="translator" default-value="translator:string"/>
  20. <parameter name="validators"/>
  21. <parameter name="id" property="idParameter" default-value="id"/>
  22. <reserved-parameter name="name"/>
  23. <reserved-parameter name="type"/>
  24. <reserved-parameter name="value"/>
  25. <inject property="validatableFieldSupport" object="service:tapestry.form.ValidatableFieldSupport"/>
  26. <inject property="translatedFieldSupport" object="service:tapestry.form.TranslatedFieldSupport"/>
  27. </component-specification>