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