Class OnSearch
- 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.OnSearch
-
- All Implemented Interfaces:
TagBase
,EventAttribute
,AAttributable
,java.io.Serializable
,java.lang.Cloneable
public class OnSearch extends AbstractEventAttribute implements AAttributable
onsearch
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 OnSearch()
OnSearch(ServerAsyncMethod serverAsyncMethod)
OnSearch(java.lang.String value)
OnSearch(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
-
OnSearch
public OnSearch()
-
OnSearch
public OnSearch(ServerAsyncMethod serverAsyncMethod)
-
OnSearch
public OnSearch(java.lang.String preJsFunctionBody, ServerAsyncMethod serverAsyncMethod, java.lang.String jsFilterFunctionBody, java.lang.String postJsFunctionBody)
-
OnSearch
public OnSearch(java.lang.String value)
-
-
Method Detail
-
init
protected void init()
invokes only once per object- Overrides:
init
in classAbstractEventAttribute
- Since:
- 2.0.0
-
-