Class AbstractJsObject
java.lang.Object
com.webfirmframework.wffweb.tag.core.AbstractTagBase
com.webfirmframework.wffweb.tag.core.AbstractJsObject
- All Implemented Interfaces:
TagBase
,Serializable
,Cloneable
- Direct Known Subclasses:
AbstractHtml
- Since:
- 2.1.8
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionshould not be directly consumed as it may not have been initialized, instead use getWffDatas method. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static WffBMData
addWffData
(AbstractHtml abstractHtml, String key, WffBMData wffBMData) abstract AbstractHtml5SharedObject
protected static WffBMData
getWffData
(AbstractHtml abstractHtml, String key) protected static WffBMData
removeWffData
(AbstractHtml abstractHtml, String key) Methods inherited from class com.webfirmframework.wffweb.tag.core.AbstractTagBase
equals, getData, hashCode, isModified, isRebuild, setData, setModified, setRebuild
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.webfirmframework.wffweb.tag.core.TagBase
toHtmlString, toHtmlString, toHtmlString, toHtmlString, toHtmlString, toHtmlString, toString
-
Field Details
-
wffBMDatas
should not be directly consumed as it may not have been initialized, instead use getWffDatas method. But, its direct usage is valid only forAbstractHtml#getWffObjects()
-
-
Constructor Details
-
AbstractJsObject
public AbstractJsObject()
-
-
Method Details
-
addWffData
- Parameters:
abstractHtml
-key
-wffBMData
-- Returns:
- Since:
- 2.1.8
-
getWffData
- Parameters:
abstractHtml
-key
-- Returns:
- the existing WffBMData
- Since:
- 3.0.1
-
removeWffData
- Parameters:
abstractHtml
-key
-- Returns:
- Since:
- 2.1.8