|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.jsp.tagext.TagSupport javax.servlet.jsp.tagext.BodyTagSupport org.dbforms.taglib.AbstractScriptHandlerTag org.dbforms.taglib.AbstractDbBaseHandlerTag org.dbforms.taglib.AbstractDbBaseInputTag
public abstract class AbstractDbBaseInputTag
Abstract base class for the various input tags. original author Craig R. McClanahan original author Don Clasen,
Field Summary |
---|
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 | |
---|---|
AbstractDbBaseInputTag()
|
Method Summary | |
---|---|
int |
doEndTag()
Process the end of this tag. |
void |
doFinally()
DOCUMENT ME! |
int |
doStartTag()
Process the start of this tag. |
String |
getCols()
Return the number of columns for this field. |
protected String |
getFormFieldValue()
gets the formfield value |
String |
getMaxlength()
Return the maximum length allowed. |
String |
getOverrideValue()
Insert the method's description here. |
String |
getRows()
Return the number of rows for this field. |
String |
getSize()
Return the size of this field (synonym for getCols() ). |
boolean |
hasHiddenSet()
Insert the method's description here. |
protected String |
prepareKeys()
DOCUMENT ME! |
protected String |
prepareName()
DOCUMENT ME! |
protected String |
prepareSize()
DOCUMENT ME! |
protected String |
prepareType()
DOCUMENT ME! |
protected String |
prepareValue()
DOCUMENT ME! |
void |
setCols(String cols)
Set the number of columns for this field. |
void |
setHidden(String newHidden)
Insert the method's description here. |
void |
setMaxlength(String maxlength)
Set the maximum length allowed. |
void |
setOverrideValue(String newOverrideValue)
Insert the method's description here. |
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() ). |
protected void |
writeOutSpecialValues()
writes out all hidden fields for the input fields |
Methods inherited from class org.dbforms.taglib.AbstractScriptHandlerTag |
---|
doCatch, getAccessKey, getConfig, getOnBlur, getOnChange, getOnClick, getOnDblClick, getOnFocus, getOnKeyDown, getOnKeyPress, getOnKeyUp, getOnMouseDown, getOnMouseMove, getOnMouseOut, getOnMouseOver, getOnMouseUp, getOnSelect, getStyle, getTabIndex, getTitle, prepareEventHandlers, prepareStyles, setAccessKey, setOnBlur, setOnChange, setOnClick, setOnDblClick, setOnFocus, setOnKeyDown, setOnKeyPress, setOnKeyUp, setOnMouseDown, setOnMouseMove, setOnMouseOut, setOnMouseOver, setOnMouseUp, setOnSelect, setStyle, setStyleClass, setTabIndex, setTitle |
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
---|
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, 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 |
Constructor Detail |
---|
public AbstractDbBaseInputTag()
Method Detail |
---|
public void setCols(String cols)
cols
- The new number of columnspublic String getCols()
public void setHidden(String newHidden)
newHidden
- java.lang.Stringpublic void setMaxlength(String maxlength)
setMaxlength
in class AbstractDbBaseHandlerTag
maxlength
- The new maximum lengthpublic String getMaxlength()
getMaxlength
in class AbstractDbBaseHandlerTag
public void setOverrideValue(String newOverrideValue)
newOverrideValue
- java.lang.Stringpublic String getOverrideValue()
public void setRows(String rows)
rows
- The new number of rowspublic String getRows()
public void setSize(String size)
setCols()
).
size
- The new sizepublic String getSize()
getCols()
).
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
- if a JSP exception has occurredpublic void doFinally()
doFinally
in class AbstractDbBaseHandlerTag
TryCatchFinally.doFinally()
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
- if a JSP exception has occurredpublic boolean hasHiddenSet()
protected String getFormFieldValue()
getFormFieldValue
in class AbstractDbBaseHandlerTag
protected String prepareKeys()
protected String prepareName()
protected String prepareSize()
protected String prepareType()
protected String prepareValue()
protected void writeOutSpecialValues() throws javax.servlet.jsp.JspException
writeOutSpecialValues
in class AbstractDbBaseHandlerTag
javax.servlet.jsp.JspException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |