|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.jsp.tagext.SimpleTagSupport
org.loom.tags.AbstractTag
org.loom.tags.AbstractDecoratedTag
org.loom.tags.AbstractHtmlTag
org.loom.tags.AbstractFormFieldTag
org.loom.tags.AbstractFormInputTag
org.loom.tags.core.AbstractOptionsTag
org.loom.tags.core.InputRadioTag
@Tag(dynamicAttributes=true,
bodyContent=SCRIPTLESS,
example="<l:inputRadio name=\"customer.creditType\"/>\n<l:inputRadio name=\"customer.type\">\n\t<l:option label=\"--\" value=\"\" translateLabel=\"false\"/>\n\t<l:option value=\"NORMAL\" />\n\t<l:option value=\"BULK\" />\n</l:inputRadio>")
public class InputRadioTagHTML radio button. This component will generate a list of labelled input fields for each possible value.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.loom.tags.core.AbstractOptionsTag |
|---|
AbstractOptionsTag.SortBy |
| Nested classes/interfaces inherited from class org.loom.tags.AbstractFormInputTag |
|---|
AbstractFormInputTag.LabelPosition |
| Field Summary |
|---|
| Fields inherited from class org.loom.tags.AbstractFormInputTag |
|---|
value |
| Fields inherited from class org.loom.tags.AbstractDecoratedTag |
|---|
decorator |
| Fields inherited from class org.loom.tags.AbstractTag |
|---|
expressionLanguageProxy, loomServletRequestFactory, out, repository, request, response |
| Constructor Summary | |
|---|---|
InputRadioTag()
|
|
| Method Summary | |
|---|---|
void |
doTagImpl()
Prints this instance attributes |
| Methods inherited from class org.loom.tags.core.AbstractOptionsTag |
|---|
addOption, addOption, calculateOptions, getConverter, getNestedOptions, getValueAsObject, guessOptionsFromEnumeration, isTranslateLabels, pullOptionsFromAttribute, renderAsText, setConverter, setKeyProperty, setLabelProperty, setOptions, setOptionsComparatorClass, setSortBy, setTranslateLabels |
| Methods inherited from class org.loom.tags.AbstractFormFieldTag |
|---|
getForm, getHelpLine, getLabel, getNormalizedName, getTabindex, isDisabled, setAlt, setDisabled, setForm, setHelpLine, setLabel, setName, setTabindex, setType |
| Methods inherited from class org.loom.tags.AbstractHtmlTag |
|---|
addCssClass, getAccesskey, getCssBuilder, getCssClass, getDir, getId, getLang, getName, getStyle, getTitle, getTranslatedTitle, identify, isCssProcessed, isIf, isTranslateTitle, renderTag, setAccesskey, setCssClass, setCssProcessed, setDir, setId, setIf, setLang, setStyle, setTitle, setTranslateTitle |
| Methods inherited from class org.loom.tags.AbstractDecoratedTag |
|---|
doTag, getDecorator, getDecoratorInstance, setDecorator |
| Methods inherited from class org.loom.tags.AbstractTag |
|---|
createWriterWrapper, doBody, doBufferedBody, endTag, evaluateExpression, getActionProperty, getAncestorWithClass, getBufferedBody, getExtendedAttributes, getMessagesRepository, getPageContext, getRequest, getResponse, getScopedAttribute, getWriter, removeScopedAttribute, setDynamicAttribute, setExtendedAttribute, setJspContext, setRequest, setResponse, setScopedAttribute, setWriter |
| Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport |
|---|
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.loom.tags.HtmlTag |
|---|
addCssClass, getCssBuilder |
| Methods inherited from interface org.loom.tags.LoomTag |
|---|
getExtendedAttributes, getRequest, getScopedAttribute, setExtendedAttribute, setScopedAttribute |
| Constructor Detail |
|---|
public InputRadioTag()
| Method Detail |
|---|
public void doTagImpl()
throws javax.servlet.jsp.JspException,
java.io.IOException
doTagImpl in class AbstractTagjavax.servlet.jsp.JspException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||