gboat2.base.view.jsp
类 AutocompleterTag

java.lang.Object
  继承者 javax.servlet.jsp.tagext.TagSupport
      继承者 javax.servlet.jsp.tagext.BodyTagSupport
          继承者 org.apache.struts2.views.jsp.StrutsBodyTagSupport
              继承者 org.apache.struts2.views.jsp.ComponentTagSupport
                  继承者 org.apache.struts2.views.jsp.ui.AbstractUITag
                      继承者 org.apache.struts2.views.jsp.ui.AbstractListTag
                          继承者 gboat2.base.view.jsp.AutocompleterTag
所有已实现的接口:
Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.DynamicAttributes, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class AutocompleterTag
extends org.apache.struts2.views.jsp.ui.AbstractListTag

从以下版本开始:
3.0
作者:
何明旺
另请参见:
Autocompleter, 序列化表格

字段摘要
protected  String autoFocus
           
protected  String delay
           
protected  String forceValidOption
           
protected  String listLabel
           
protected  String maxlength
           
protected  String minLength
           
protected  String multiple
           
protected  String onFocusTopics
           
protected  String onSearchTopics
           
protected  String onSelectTopics
           
protected  String readonly
           
protected  String selectBox
           
protected  String selectBoxIcon
           
protected  String size
           
protected  String valueWidget
           
 
从类 org.apache.struts2.views.jsp.ui.AbstractListTag 继承的字段
list, listCssClass, listCssStyle, listKey, listTitle, listValue
 
从类 org.apache.struts2.views.jsp.ui.AbstractUITag 继承的字段
accesskey, cssClass, cssErrorClass, cssErrorStyle, cssStyle, disabled, dynamicAttributes, errorPosition, id, javascriptTooltip, key, label, labelPosition, labelSeparator, name, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, requiredLabel, requiredPosition, tabindex, template, templateDir, theme, title, tooltip, tooltipConfig, tooltipCssClass, tooltipDelay, tooltipIconPath, value
 
从类 org.apache.struts2.views.jsp.ComponentTagSupport 继承的字段
component
 
从类 javax.servlet.jsp.tagext.BodyTagSupport 继承的字段
bodyContent
 
从类 javax.servlet.jsp.tagext.TagSupport 继承的字段
pageContext
 
从接口 javax.servlet.jsp.tagext.BodyTag 继承的字段
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
从接口 javax.servlet.jsp.tagext.IterationTag 继承的字段
EVAL_BODY_AGAIN
 
从接口 javax.servlet.jsp.tagext.Tag 继承的字段
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
构造方法摘要
AutocompleterTag()
           
 
方法摘要
 org.apache.struts2.components.Component getBean(com.opensymphony.xwork2.util.ValueStack stack, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  void populateParams()
           
 void setAutoFocus(String autoFocus)
           
 void setDelay(String delay)
           
 void setForceValidOption(String forceValidOption)
           
 void setListLabel(String listLabel)
           
 void setMaxlength(String maxlength)
           
 void setMinLength(String minLength)
           
 void setMultiple(String multiple)
           
 void setOnFocusTopics(String onFocusTopics)
           
 void setOnSearchTopics(String onSearchTopics)
           
 void setOnSelectTopics(String onSelectTopics)
           
 void setReadonly(String readonly)
           
 void setSelectBox(String selectBox)
           
 void setSelectBoxIcon(String selectBoxIcon)
           
 void setSize(String size)
           
 void setValueWidget(String valueWidget)
           
 
从类 org.apache.struts2.views.jsp.ui.AbstractListTag 继承的方法
setList, setListCssClass, setListCssStyle, setListKey, setListTitle, setListValue
 
从类 org.apache.struts2.views.jsp.ui.AbstractUITag 继承的方法
setAccesskey, setCssClass, setCssErrorClass, setCssErrorStyle, setCssStyle, setDisabled, setDynamicAttribute, setErrorPosition, setId, setJavascriptTooltip, setKey, setLabel, setLabelposition, setLabelSeparator, setName, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setRequiredLabel, setRequiredPosition, setTabindex, setTemplate, setTemplateDir, setTheme, setTitle, setTooltip, setTooltipConfig, setTooltipCssClass, setTooltipDelay, setTooltipIconPath, setValue
 
从类 org.apache.struts2.views.jsp.ComponentTagSupport 继承的方法
doEndTag, doStartTag, getComponent
 
从类 org.apache.struts2.views.jsp.StrutsBodyTagSupport 继承的方法
findString, findValue, findValue, getBody, getStack, toString
 
从类 javax.servlet.jsp.tagext.BodyTagSupport 继承的方法
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
 
从类 javax.servlet.jsp.tagext.TagSupport 继承的方法
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 javax.servlet.jsp.tagext.Tag 继承的方法
getParent, setPageContext, setParent
 

字段详细信息

autoFocus

protected String autoFocus

delay

protected String delay

minLength

protected String minLength

maxlength

protected String maxlength

readonly

protected String readonly

size

protected String size

selectBox

protected String selectBox

selectBoxIcon

protected String selectBoxIcon

multiple

protected String multiple

listLabel

protected String listLabel

forceValidOption

protected String forceValidOption

valueWidget

protected String valueWidget

onSelectTopics

protected String onSelectTopics

onFocusTopics

protected String onFocusTopics

onSearchTopics

protected String onSearchTopics
构造方法详细信息

AutocompleterTag

public AutocompleterTag()
方法详细信息

getBean

public org.apache.struts2.components.Component getBean(com.opensymphony.xwork2.util.ValueStack stack,
                                                       javax.servlet.http.HttpServletRequest req,
                                                       javax.servlet.http.HttpServletResponse res)
指定者:
org.apache.struts2.views.jsp.ComponentTagSupport 中的 getBean

populateParams

protected void populateParams()
覆盖:
org.apache.struts2.views.jsp.ui.AbstractListTag 中的 populateParams

setAutoFocus

public void setAutoFocus(String autoFocus)

setDelay

public void setDelay(String delay)

setMinLength

public void setMinLength(String minLength)

setMaxlength

public void setMaxlength(String maxlength)

setReadonly

public void setReadonly(String readonly)

setSize

public void setSize(String size)

setSelectBox

public void setSelectBox(String selectBox)

setSelectBoxIcon

public void setSelectBoxIcon(String selectBoxIcon)

setMultiple

public void setMultiple(String multiple)

setListLabel

public void setListLabel(String listLabel)

setForceValidOption

public void setForceValidOption(String forceValidOption)

setValueWidget

public void setValueWidget(String valueWidget)

setOnSelectTopics

public void setOnSelectTopics(String onSelectTopics)

setOnFocusTopics

public void setOnFocusTopics(String onFocusTopics)

setOnSearchTopics

public void setOnSearchTopics(String onSearchTopics)


Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.