- All Implemented Interfaces:
ClassAttribute
,DataAttribute
,DirAttribute
,DisabledAttribute
,GlobalAttributes
,GlobalBufferedAttributes
,IdAttribute
,NameAttribute
,OnblurAttribute
,OnchangeAttribute
,OnfocusAttribute
,OnkeypressAttribute
,SizeAttribute
,StyleAttribute
,DynamicAttributes
,JspTag
,SimpleTag
public class SelectTag
extends ElementBufferedTag
implements DisabledAttribute, NameAttribute, SizeAttribute, OnblurAttribute, OnchangeAttribute, OnfocusAttribute, OnkeypressAttribute
- Author:
- AO Industries, Inc.
-
Field Summary
Fields inherited from class com.aoapps.taglib.ElementBufferedTag
global
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
doTag
(BufferResult capturedBody, Writer out) void
setDisabled
(boolean disabled) void
void
void
setOnchange
(Object onchange) void
setOnfocus
(Object onfocus) void
setOnkeypress
(Object onkeypress) void
Methods inherited from class com.aoapps.taglib.ElementBufferedTag
addData, addDynamicAttribute, getClazz, getData, getDir, getId, getStyle, setClazz, setData, setDir, setDynamicAttribute, setId, setStyle
Methods inherited from class com.aoapps.encoding.taglib.EncodingBufferedTag
doTag, getTempFileThreshold, invoke, newBufferWriter, newBufferWriter, newBufferWriter, newBufferWriter, setMediaEncoderOptions, writeEncoderPrefix, writeEncoderSuffix, writePrefix, writeSuffix
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
Constructor Details
-
SelectTag
public SelectTag()
-
-
Method Details
-
getContentType
- Specified by:
getContentType
in classEncodingBufferedTag
-
getOutputType
- Specified by:
getOutputType
in classEncodingBufferedTag
-
setDisabled
public void setDisabled(boolean disabled) - Specified by:
setDisabled
in interfaceDisabledAttribute
-
setName
- Specified by:
setName
in interfaceNameAttribute
-
setSize
- Specified by:
setSize
in interfaceSizeAttribute
-
setOnblur
- Specified by:
setOnblur
in interfaceOnblurAttribute
-
setOnchange
- Specified by:
setOnchange
in interfaceOnchangeAttribute
-
setOnfocus
- Specified by:
setOnfocus
in interfaceOnfocusAttribute
-
setOnkeypress
- Specified by:
setOnkeypress
in interfaceOnkeypressAttribute
-
doTag
- Overrides:
doTag
in classEncodingBufferedTag
- Throws:
JspException
IOException
-