|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
com.jcorporate.expresso.ext.taglib.ExpressoTagSupport
com.jcorporate.expresso.ext.taglib.InputTag
The InputTag renders an Expresso Input item in HTML, either as an inputbox, or as a select box.
| Field Summary | |
static int |
DEFAULT_COLUMNS
Default columns setting |
static int |
DEFAULT_ROWS
Default rows setting |
static String |
STYLE_SHEET_MEDIUM_BOLD
|
static String |
STYLE_SHEET_MEDIUM_TEXT
|
static String |
TYPE_CHECKBOX
|
static String |
TYPE_CHECKBOX_VERT
|
static String |
TYPE_DROPDOWN
|
static String |
TYPE_FILE
|
static String |
TYPE_HIDDEN
|
static String |
TYPE_LISTBOX
|
static String |
TYPE_PASSWORD
|
static String |
TYPE_RADIO
|
static String |
TYPE_RADIO_VERT
|
static String |
TYPE_READONLY
|
static String |
TYPE_TEXT
|
static String |
TYPE_TEXTAREA
|
| Fields inherited from class com.jcorporate.expresso.ext.taglib.ExpressoTagSupport |
ctlrResp, response |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
| 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 | |
InputTag()
|
|
| Method Summary | |
int |
doEndTag()
Standard doEndTag. |
int |
doStartTag()
Do nothing until end tag. |
protected FastStringBuffer |
generateEventHandler(FastStringBuffer buf)
Generates HTML attributes for the JavaScript event handler |
protected FastStringBuffer |
generateStyleClass(FastStringBuffer buf)
Generates HTML attributes for style, class, and style id |
int |
getCols()
Gets the cols |
Input |
getInput()
|
String |
getMaxlength()
Getter method for maxlength. |
String |
getMultiple()
Gets the multiple value to use |
String |
getName()
Getter method for Name. |
String |
getOnclick()
Gets the onclick |
String |
getOndblclick()
Gets the ondblclick |
String |
getOnhelp()
Gets the onhelp |
String |
getOnkeydown()
Gets the onkeydown |
String |
getOnkeypress()
Gets the onkeypress |
String |
getOnkeyup()
Gets the onkeyup |
String |
getOnmousedown()
Gets the onmousedown |
String |
getOnmousemove()
Gets the onmousemove |
String |
getOnmouseout()
Gets the onmouseout |
String |
getOnmouseover()
Gets the onmouseover |
String |
getOnmouseup()
Gets the onmouseup |
int |
getRows()
Gets the rows |
String |
getShowlabel()
Getter Method for showlabel. |
String |
getSize()
Getter method for size. |
String |
getStyle()
Gets the style |
String |
getStyleClass()
Gets the styleClass |
String |
getStyleId()
Gets the styleId |
String |
getType()
Getter method for Type. |
String |
getValue()
Getter Method for Value. |
void |
setCols(int cols)
Sets the cols |
void |
setMaxlength(String newMaxlength)
Setter method for maxlength |
void |
setMultiple(String newMultiple)
Sets the multiple value to use. |
void |
setName(String newName)
Insert the method's description here. |
void |
setOnclick(String onclick)
Sets the onclick |
void |
setOndblclick(String ondblclick)
Sets the ondblclick |
void |
setOnhelp(String onhelp)
Sets the onhelp |
void |
setOnkeydown(String onkeydown)
Sets the onkeydown |
void |
setOnkeypress(String onkeypress)
Sets the onkeypress |
void |
setOnkeyup(String onkeyup)
Sets the onkeyup |
void |
setOnmousedown(String onmousedown)
Sets the onmousedown |
void |
setOnmousemove(String onmousemove)
Sets the onmousemove |
void |
setOnmouseout(String onmouseout)
Sets the onmouseout |
void |
setOnmouseover(String onmouseover)
Sets the onmouseover |
void |
setOnmouseup(String onmouseup)
Sets the onmouseup |
void |
setRows(int rows)
Sets the rows |
void |
setShowlabel(String newShowlabel)
Setter method for showlabel |
void |
setSize(String newSize)
Setter method for size |
void |
setStyle(String style)
Sets the style |
void |
setStyleClass(String styleClass)
Sets the styleClass |
void |
setStyleId(String styleId)
Sets the styleId |
void |
setType(String newType)
Setter method for type |
void |
setValue(String newValue)
Setter method for value |
| Methods inherited from class com.jcorporate.expresso.ext.taglib.ExpressoTagSupport |
getAncestor, getContainer, getControllerResponse, getResponse, setResponse |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String TYPE_CHECKBOX
public static final String TYPE_CHECKBOX_VERT
public static final String TYPE_HIDDEN
public static final String TYPE_READONLY
public static final String TYPE_RADIO
public static final String TYPE_RADIO_VERT
public static final String TYPE_DROPDOWN
public static final String TYPE_LISTBOX
public static final String TYPE_TEXTAREA
public static final String TYPE_FILE
public static final String TYPE_PASSWORD
public static final String TYPE_TEXT
public static final String STYLE_SHEET_MEDIUM_BOLD
public static final String STYLE_SHEET_MEDIUM_TEXT
public static final int DEFAULT_ROWS
public static final int DEFAULT_COLUMNS
| Constructor Detail |
public InputTag()
| Method Detail |
protected FastStringBuffer generateStyleClass(FastStringBuffer buf)
buf -
protected FastStringBuffer generateEventHandler(FastStringBuffer buf)
buf -
public int doEndTag()
throws JspTagException
JspTagException
public int doStartTag()
throws JspTagException
JspTagException - The exception description.public String getMaxlength()
public String getMultiple()
public String getName()
public String getShowlabel()
public String getSize()
public String getType()
public String getValue()
public void setMaxlength(String newMaxlength)
newMaxlength - java.lang.Stringpublic void setMultiple(String newMultiple)
newMultiple - ??public void setName(String newName)
newName - java.lang.Stringpublic Input getInput()
public void setShowlabel(String newShowlabel)
newShowlabel - java.lang.Stringpublic void setSize(String newSize)
newSize - java.lang.Stringpublic void setType(String newType)
newType - java.lang.Stringpublic void setValue(String newValue)
newValue - java.lang.Stringpublic int getCols()
public void setCols(int cols)
cols - The cols to set.public int getRows()
public void setRows(int rows)
rows - The rows to set.public String getStyle()
public void setStyle(String style)
style - The style to set.public String getStyleClass()
public void setStyleClass(String styleClass)
styleClass - The styleClass to set.public String getStyleId()
public void setStyleId(String styleId)
styleId - The styleId to set.public String getOnclick()
public void setOnclick(String onclick)
onclick - The onclick to set.public String getOndblclick()
public void setOndblclick(String ondblclick)
ondblclick - The ondblclick to set.public String getOnhelp()
public void setOnhelp(String onhelp)
onhelp - The onhelp to set.public String getOnkeydown()
public void setOnkeydown(String onkeydown)
onkeydown - The onkeydown to set.public String getOnkeypress()
public void setOnkeypress(String onkeypress)
onkeypress - The onkeypress to set.public String getOnkeyup()
public void setOnkeyup(String onkeyup)
onkeyup - The onkeyup to set.public String getOnmousedown()
public void setOnmousedown(String onmousedown)
onmousedown - The onmousedown to set.public String getOnmousemove()
public void setOnmousemove(String onmousemove)
onmousemove - The onmousemove to set.public String getOnmouseout()
public void setOnmouseout(String onmouseout)
onmouseout - The onmouseout to set.public String getOnmouseover()
public void setOnmouseover(String onmouseover)
onmouseover - The onmouseover to set.public String getOnmouseup()
public void setOnmouseup(String onmouseup)
onmouseup - The onmouseup to set.
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||