Class OnBlur
- java.lang.Object
-
- com.webfirmframework.wffweb.tag.core.AbstractTagBase
-
- com.webfirmframework.wffweb.tag.html.attribute.core.AbstractAttribute
-
- com.webfirmframework.wffweb.tag.html.attribute.event.AbstractEventAttribute
-
- com.webfirmframework.wffweb.tag.html.attribute.event.form.OnBlur
-
- All Implemented Interfaces:
TagBase
,EventAttribute
,AAttributable
,java.io.Serializable
,java.lang.Cloneable
public class OnBlur extends AbstractEventAttribute implements AAttributable
onblur
attribute for the element. This attribute is supported by multiple tags.- Since:
- 2.0.0
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.webfirmframework.wffweb.tag.html.attribute.event.AbstractEventAttribute
LOGGER
-
-
Constructor Summary
Constructors Constructor Description OnBlur()
OnBlur(ServerAsyncMethod serverAsyncMethod)
OnBlur(java.lang.String value)
OnBlur(java.lang.String preJsFunctionBody, ServerAsyncMethod serverAsyncMethod, java.lang.String jsFilterFunctionBody, java.lang.String postJsFunctionBody)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
init()
invokes only once per object-
Methods inherited from class com.webfirmframework.wffweb.tag.html.attribute.core.AbstractAttribute
addAllToAttributeValueMap, addAllToAttributeValueSet, addAllToAttributeValueSet, addToAttributeValueMap, addToAttributeValueSet, addValueChangeListener, beforePrintStructure, beforePrintStructureCompressedByIndex, beforeWffPrintStructure, getAttributeName, getAttributeValue, getAttributeValueMap, getAttributeValueSet, getBinaryStructureCompressedByIndex, getCharset, getOwnerTag, getOwnerTags, getPrintStructure, getPrintStructure, getValueChangeListeners, getWffPrintStructure, removeAllFromAttributeValueMap, removeAllFromAttributeValueSet, removeAllFromAttributeValueSet, removeFromAttributeValueMap, removeFromAttributeValueMap, removeFromAttributeValueSet, removeValueChangeListener, setAttributeName, setAttributeValue, setAttributeValue, setAttributeValueMap, setAttributeValueSet, setCharset, setModified, setOwnerTag, toCompressedBytesByIndex, toCompressedBytesByIndex, toHtmlString, toHtmlString, toHtmlString, toHtmlString, toHtmlString, toHtmlString, toString, toWffString, unsetOwnerTag
-
Methods inherited from class com.webfirmframework.wffweb.tag.html.attribute.event.AbstractEventAttribute
getJsFilterFunctionBody, getJsPostFunctionBody, getJsPreFunctionBody, getServerAsyncMethod, getValue, setJsFilterFunctionBody, setJsPostFunctionBody, setJsPreFunctionBody, setServerAsyncMethod, setServerAsyncMethod, setValue
-
Methods inherited from class com.webfirmframework.wffweb.tag.core.AbstractTagBase
equals, getData, hashCode, isModified, isRebuild, setData, setRebuild
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.webfirmframework.wffweb.tag.core.TagBase
toHtmlString, toHtmlString, toHtmlString, toHtmlString, toHtmlString, toHtmlString, toString
-
-
-
-
Constructor Detail
-
OnBlur
public OnBlur()
-
OnBlur
public OnBlur(ServerAsyncMethod serverAsyncMethod)
-
OnBlur
public OnBlur(java.lang.String preJsFunctionBody, ServerAsyncMethod serverAsyncMethod, java.lang.String jsFilterFunctionBody, java.lang.String postJsFunctionBody)
-
OnBlur
public OnBlur(java.lang.String value)
-
-
Method Detail
-
init
protected void init()
invokes only once per object- Overrides:
init
in classAbstractEventAttribute
- Since:
- 2.0.0
-
-