|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
AbstractFormComponentTest | Tests for AbstractFormComponent . |
BaseFormComponentTestCase | Base class for tests of implementations of IFormComponent . |
BeanPropertySelectionModelTest | Tests the functionality of BeanPropertySelectionModel . |
FormComponentContributorTestCase | Abstract test case for FormComponentContributor . |
FormFixture | Used to test rendering and rewinding the Form component. |
FormSupportTest | Tests for FormSupportImpl . |
FormTest | Tests for Form . |
LabeledPropertySelectionModelTest | Test case for LabeledPropertySelectionModel . |
LinkSubmitTest | Tests for LinkSubmit |
MockDelegate | Mock implementation of IValidationDelegate used for testing
(particularily, to test how the delegate decorates fields and field labels. |
MockForm | Mock object used by the FormSupportTest . |
SimpleBean | Used by the BeanPropertySelectionModelTest to test
listing/selecting bean properties. |
TestButton | |
TestCheckbox | Tests for the Checkbox component. |
TestEnumPropertySelectionModel | Tests functionaliy of EnumPropertySelectionModel . |
TestFormComponentContributorContext | Tests for FormComponentContributorContextImpl . |
TestHidden | Tests functionality of Hidden . |
TestImageSubmit | Tests for ImageSubmit . |
TestListEditMap | Suite of tests for ListEditMap . |
TestPropertySelection | Tests PropertySelection . |
TestRadio | |
TestSubmit | Tests for Submit . |
TestTextArea | Tests for TextArea . |
TestTextField | Tests for TextField . |
TestTranslatedFieldSupportImpl | Test case for TranslatedFieldSupportImpl . |
TestValidatableFieldSupportImpl | Test case for ValidatableFieldSupportImpl . |
TestValidationMessages | Tests for ValidationMessagesImpl . |
Components for implementing basic HTML Forms. Most
components are straight forward 1:1 mappings between Tapestry components and a
corresponding HTML element. PropertySelection
is more complicated,
as it manages way more of the process of implementing a <select> and its <option>s.
Package org.apache.tapestry.valid
contains more complex components that not only collect
input, but validate it as well.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |