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 WffBMDataaddWffData(AbstractHtml abstractHtml, String key, WffBMData wffBMData) abstract AbstractHtml5SharedObjectprotected static WffBMDatagetWffData(AbstractHtml abstractHtml, String key) protected static WffBMDataremoveWffData(AbstractHtml abstractHtml, String key) Methods inherited from class com.webfirmframework.wffweb.tag.core.AbstractTagBase
equals, getData, hashCode, isModified, isRebuild, setData, setModified, setRebuildMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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