|
Class Summary |
| CompositeTest |
|
| CompositeTest.ForceRendererType |
Turns out there's no easy way to simply replace the renderer
for a control like UIInput; UIComponentTag will call setRendererType()
after consulting the "binding" attribute, overriding anything
done in either the getter or setter. |
| DateField |
An experiment in building a composite component. |
| DateFieldAsRenderer |
An experiment in building a renderer that uses a composite
component strategy to render. |
| DateFieldTag |
NOTE: a clients may not extend UIXEditableValueTag (or
any other tag classes), as these are not part of the public
API (note the package); I'm doing it for expedience here. |