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