Package nablarch.common.web.tag
Class FocusAttributesTagSupport
java.lang.Object
jakarta.servlet.jsp.tagext.TagSupport
nablarch.common.web.tag.CustomTagSupport
nablarch.common.web.tag.HtmlTagSupport
nablarch.common.web.tag.GenericAttributesTagSupport
nablarch.common.web.tag.FocusAttributesTagSupport
- All Implemented Interfaces:
jakarta.servlet.jsp.tagext.DynamicAttributes
,jakarta.servlet.jsp.tagext.IterationTag
,jakarta.servlet.jsp.tagext.JspTag
,jakarta.servlet.jsp.tagext.Tag
,jakarta.servlet.jsp.tagext.TryCatchFinally
,Serializable
- Direct Known Subclasses:
AnchorTag
,ButtonTagSupport
,InputTagSupport
,SubmitLinkTagSupport
,TextareaTag
フォーカスを取得可能なタグの属性を出力するクラスの実装をサポートするクラス。
- See Also:
-
Field Summary
Fields inherited from class jakarta.servlet.jsp.tagext.TagSupport
id, pageContext
Fields inherited from interface jakarta.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
Fields inherited from interface jakarta.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setAccesskey
(String accesskey) XHTMLのaccesskey属性を設定する。void
XHTMLのonblur属性を設定する。void
setOnfocus
(String onfocus) XHTMLのonfocus属性を設定する。void
setTabindex
(int tabindex) XHTMLのtabindex属性を設定する。Methods inherited from class nablarch.common.web.tag.GenericAttributesTagSupport
checkChildElementsOfForm, getTagName, setCssClass, setDir, setId, setLang, setOnclick, setOndblclick, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setStyle, setTitle, setXmlLang
Methods inherited from class nablarch.common.web.tag.HtmlTagSupport
doCatch, doFinally, getAttributes, setDynamicAttribute
Methods inherited from class jakarta.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setPageContext, setParent, setValue
-
Constructor Details
-
FocusAttributesTagSupport
public FocusAttributesTagSupport()
-
-
Method Details
-
setAccesskey
XHTMLのaccesskey属性を設定する。- Parameters:
accesskey
- XHTMLのaccesskey属性
-
setTabindex
public void setTabindex(int tabindex) XHTMLのtabindex属性を設定する。- Parameters:
tabindex
- XHTMLのtabindex属性
-
setOnfocus
XHTMLのonfocus属性を設定する。- Parameters:
onfocus
- XHTMLのonfocus属性
-
setOnblur
XHTMLのonblur属性を設定する。- Parameters:
onblur
- XHTMLのonblur属性
-