|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InputTagSupport | |
|---|---|
| net.sourceforge.stripes.tag | Contains implementation classes for all the Stripes custom tags and interfaces for overriding the strategy used to (re-)populate tag values and rendering tags in case of validation errors. |
| Uses of InputTagSupport in net.sourceforge.stripes.tag |
|---|
| Subclasses of InputTagSupport in net.sourceforge.stripes.tag | |
|---|---|
class |
InputButtonSupportTag
Support tag class that can generate HTML form fields with localized value attributes. |
class |
InputButtonTag
Tag that generates HTML form fields of type {@literal |
class |
InputCheckBoxTag
Implements an HTML tag that generates form fields of type <input type="checkbox"/>. |
class |
InputFileTag
Tag that generates HTML form fields of type {@literal |
class |
InputHiddenTag
Generates one or more {@literal |
class |
InputOptionTag
Generates an <option value="foo">Fooey</option> HTML tag. |
class |
InputRadioButtonTag
Generates <input type="radio" value="foo"/> HTML tags based on the attribute set on the tag and the state of the form. |
class |
InputResetTag
Tag that generates HTML form fields of type {@literal |
class |
InputSelectTag
Coordinates with one or more other tags to produce a well formed HTML select tag with state repopulation. |
class |
InputSubmitTag
Tag that generates HTML form fields of type {@literal |
class |
InputTextAreaTag
Tag that generates HTML form fields of type {@literal |
class |
InputTextTag
Tag that generates HTML form fields of type <input type="text" name="foo" value="bar"/>, which can dynamically re-populate their value. |
| Methods in net.sourceforge.stripes.tag with parameters of type InputTagSupport | |
|---|---|
TagErrorRenderer |
TagErrorRendererFactory.getTagErrorRenderer(InputTagSupport tag)
Returns a new instance of a TagErrorRenderer that is utilized by the supplied tag. |
TagErrorRenderer |
DefaultTagErrorRendererFactory.getTagErrorRenderer(InputTagSupport tag)
Always returns an initialized instance of DefaultTagErrorRenderer. |
Object |
PopulationStrategy.getValue(InputTagSupport tag)
|
Object |
DefaultPopulationStrategy.getValue(InputTagSupport tag)
Implementation of the interface method that will follow the search described in the class level JavaDoc and attempt to find a value for this tag. |
void |
TagErrorRenderer.init(InputTagSupport tag)
Initialize this renderer for a specific tag instance |
void |
DefaultTagErrorRenderer.init(InputTagSupport tag)
Simply stores the tag passed in. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||