- 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoTag(BufferResult capturedBody, Writer out) voidsetDisabled(boolean disabled) voidvoidvoidsetOnchange(Object onchange) voidsetOnfocus(Object onfocus) voidsetOnkeypress(Object onkeypress) voidMethods inherited from class com.aoapps.taglib.ElementBufferedTag
addData, addDynamicAttribute, getClazz, getData, getDir, getId, getStyle, setClazz, setData, setDir, setDynamicAttribute, setId, setStyleMethods inherited from class com.aoapps.encoding.taglib.EncodingBufferedTag
doTag, getTempFileThreshold, invoke, newBufferWriter, newBufferWriter, newBufferWriter, newBufferWriter, setMediaEncoderOptions, writeEncoderPrefix, writeEncoderSuffix, writePrefix, writeSuffixMethods inherited from class jakarta.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
Constructor Details
-
SelectTag
public SelectTag()
-
-
Method Details
-
getContentType
- Specified by:
getContentTypein classEncodingBufferedTag
-
getOutputType
- Specified by:
getOutputTypein classEncodingBufferedTag
-
setDisabled
public void setDisabled(boolean disabled) - Specified by:
setDisabledin interfaceDisabledAttribute
-
setName
- Specified by:
setNamein interfaceNameAttribute
-
setSize
- Specified by:
setSizein interfaceSizeAttribute
-
setOnblur
- Specified by:
setOnblurin interfaceOnblurAttribute
-
setOnchange
- Specified by:
setOnchangein interfaceOnchangeAttribute
-
setOnfocus
- Specified by:
setOnfocusin interfaceOnfocusAttribute
-
setOnkeypress
- Specified by:
setOnkeypressin interfaceOnkeypressAttribute
-
doTag
- Overrides:
doTagin classEncodingBufferedTag- Throws:
JspExceptionIOException
-
