JAXBCheckbox.jwc 870 B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE component-specification PUBLIC
  3. "-//Apache Software Foundation//Tapestry Specification 4.0//EN"
  4. "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd">
  5. <component-specification
  6. class="jeus.tool.webadmin.component.JAXBCheckbox" allow-body="no">
  7. <parameter name="disabled" default-value="!enabledEdit">
  8. <description>
  9. If true, then the checkbox will be disabled and any input from the checkbox
  10. will be ignored.
  11. </description>
  12. </parameter>
  13. <parameter name="validators"/>
  14. <parameter name="id" property="idParameter" default-value="id"/>
  15. <reserved-parameter name="type"/>
  16. <reserved-parameter name="checked"/>
  17. <reserved-parameter name="name"/>
  18. <inject property="validatableFieldSupport" object="service:tapestry.form.ValidatableFieldSupport"/>
  19. </component-specification>