public class InputTag
extends javax.servlet.jsp.tagext.SimpleTagSupport
Constructor and Description |
---|
InputTag() |
Modifier and Type | Method and Description |
---|---|
void |
doTag() |
String |
getAccept() |
String |
getChecked() |
String |
getCssClass() |
Boolean |
getDisabled() |
Boolean |
getFocus() |
String |
getFormat() |
String |
getId() |
Integer |
getMax() |
Integer |
getMaxLength() |
Integer |
getMin() |
Boolean |
getMultiple() |
String |
getName() |
String |
getPattern() |
String |
getPlaceholder() |
Boolean |
getRequired() |
String |
getTitle() |
String |
getType() |
String |
getValue() |
void |
setAccept(String accept) |
void |
setChecked(String checked) |
void |
setCssClass(String cssClass) |
void |
setDisabled(Boolean disabled) |
void |
setFocus(Boolean focus) |
void |
setFormat(String format) |
void |
setId(String id) |
void |
setMax(Integer max) |
void |
setMaxLength(Integer maxLength) |
void |
setMin(Integer min) |
void |
setMultiple(Boolean multiple) |
void |
setName(String name) |
void |
setPattern(String pattern) |
void |
setPlaceholder(String placeholder) |
void |
setRequired(Boolean required) |
void |
setTitle(String title) |
void |
setType(String type) |
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 getName()
public void setName(String name)
public String getType()
public void setType(String type)
public String getPlaceholder()
public void setPlaceholder(String placeholder)
public Boolean getRequired()
public void setRequired(Boolean required)
public String getValue()
public void setValue(String value)
public String getPattern()
public void setPattern(String pattern)
public Boolean getDisabled()
public void setDisabled(Boolean disabled)
public String getId()
public void setId(String id)
public Integer getMaxLength()
public void setMaxLength(Integer maxLength)
public String getChecked()
public void setChecked(String checked)
public String getTitle()
public void setTitle(String title)
public String getFormat()
public void setFormat(String format)
public Boolean getFocus()
public void setFocus(Boolean focus)
public String getCssClass()
public void setCssClass(String cssClass)
public Boolean getMultiple()
public void setMultiple(Boolean multiple)
public String getAccept()
public void setAccept(String accept)
public Integer getMax()
public void setMax(Integer max)
public Integer getMin()
public void setMin(Integer min)
Copyright © 2016 JSL Solucoes LTDA. All Rights Reserved.