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