|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
au.com.whitesquare.waf.taglib.html.BaseHandlerTag
au.com.whitesquare.waf.taglib.html.BaseInputTag
Last Modified $Date: 2006/11/11 00:02:11 $
| Field Summary | |
protected Object |
value
The value for this field. |
| Fields inherited from class au.com.whitesquare.waf.taglib.html.BaseHandlerTag |
accesskey, tabindex |
| Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
bodyContent |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
BaseInputTag()
|
|
| Method Summary | |
protected void |
configureRepopulateValue(JSPForwardResponse resp)
|
protected void |
configureValue()
|
int |
doEndTag()
Process the end of this tag. |
int |
doStartTag()
Generate the required input tag. |
String |
getCols()
Return the number of columns for this field. |
String |
getMaxlength()
Return the maximum length allowed. |
String |
getName()
|
String |
getRows()
Return the number of rows for this field. |
String |
getSize()
Return the size of this field (synonym for getCols()). |
Object |
getValue()
Return the field value (if any). |
boolean |
isEditable()
|
boolean |
isRepopulate()
|
protected String |
prepareInput()
|
void |
release()
Release any acquired resources. |
protected abstract String |
renderInputElement()
This method is overwridden in the sub-class to generate the HTML to render the actual input element. |
protected String |
renderTextElement()
|
void |
setCols(String cols)
Set the number of columns for this field. |
void |
setEditable(boolean editable)
|
void |
setMaxlength(String maxlength)
Set the maximum length allowed. |
void |
setName(String name)
|
void |
setRepopulate(boolean repopulate)
|
void |
setRows(String rows)
Set the number of rows for this field. |
void |
setSize(String size)
Set the size of this field (synonym for setCols()). |
void |
setValue(boolean value)
|
void |
setValue(int value)
|
void |
setValue(long value)
|
void |
setValue(Object value)
Set the field value (if any). |
| Methods inherited from class au.com.whitesquare.waf.taglib.html.BaseHandlerTag |
filter, getAccesskey, getAlt, getDisabled, getElementClose, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getReadonly, getStyle, getStyleClass, getStyleId, getTabindex, getTitle, getTitleKey, prepareEventHandlers, prepareFocusEvents, prepareKeyEvents, prepareMouseEvents, prepareStyles, prepareTextEvents, setAccesskey, setAlt, setDisabled, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setStyle, setStyleClass, setStyleId, setTabindex, setTitle, setTitleKey, write |
| Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setPageContext, setParent |
| Field Detail |
protected Object value
| Constructor Detail |
public BaseInputTag()
| Method Detail |
public final boolean isEditable()
public final void setEditable(boolean editable)
public final String getName()
public final void setName(String name)
public String getCols()
public void setCols(String cols)
cols - The new number of columnspublic String getMaxlength()
public void setMaxlength(String maxlength)
maxlength - The new maximum lengthpublic String getRows()
public void setRows(String rows)
rows - The new number of rowspublic String getSize()
getCols()).
public void setSize(String size)
setCols()).
size - The new sizepublic Object getValue()
public void setValue(Object value)
value - The new field value, or null to retrieve the
corresponding property from the beanpublic void setValue(boolean value)
public void setValue(long value)
public void setValue(int value)
public final int doStartTag()
throws JspException
JspException - if a JSP exception has occurred
protected abstract String renderInputElement()
throws JspException
JspException
protected String renderTextElement()
throws JspException
JspException
protected String prepareInput()
throws JspException
JspException
public final int doEndTag()
throws JspException
JspException - if a JSP exception has occurredprotected void configureRepopulateValue(JSPForwardResponse resp)
protected void configureValue()
public void release()
release in interface Tagrelease in class BaseHandlerTagpublic boolean isRepopulate()
public void setRepopulate(boolean repopulate)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||