public class AutoCompleteTag
extends javax.servlet.jsp.tagext.SimpleTagSupport
Constructor and Description |
---|
AutoCompleteTag() |
Modifier and Type | Method and Description |
---|---|
void |
doTag() |
String |
getDataText() |
String |
getDataValue() |
Integer |
getMinLength() |
String |
getName() |
String |
getPlaceholder() |
Boolean |
getRequired() |
String |
getText() |
String |
getUrl() |
String |
getValue() |
void |
setDataText(String dataText) |
void |
setDataValue(String dataValue) |
void |
setMinLength(Integer minLength) |
void |
setName(String name) |
void |
setPlaceholder(String placeholder) |
void |
setRequired(Boolean required) |
void |
setText(String text) |
void |
setUrl(String url) |
void |
setValue(String value) |
public void doTag() throws javax.servlet.jsp.JspException, IOException
doTag
in interface javax.servlet.jsp.tagext.SimpleTag
doTag
in class javax.servlet.jsp.tagext.SimpleTagSupport
javax.servlet.jsp.JspException
IOException
public String getUrl()
public void setUrl(String url)
public String getName()
public void setName(String name)
public String getDataValue()
public void setDataValue(String dataValue)
public String getDataText()
public void setDataText(String dataText)
public String getValue()
public void setValue(String value)
public String getText()
public void setText(String text)
public Integer getMinLength()
public void setMinLength(Integer minLength)
public String getPlaceholder()
public void setPlaceholder(String placeholder)
public Boolean getRequired()
public void setRequired(Boolean required)
Copyright © 2016 JSL Solucoes LTDA. All Rights Reserved.