Class Input
- java.lang.Object
-
- com.webfirmframework.wffweb.tag.core.AbstractTagBase
-
- com.webfirmframework.wffweb.tag.core.AbstractJsObject
-
- com.webfirmframework.wffweb.tag.html.AbstractHtml
-
- com.webfirmframework.wffweb.tag.html.formsandinputs.Input
-
- All Implemented Interfaces:
TagBase
,java.io.Serializable
,java.lang.Cloneable
public class Input extends AbstractHtml
- Since:
- 1.0.0
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.webfirmframework.wffweb.tag.html.AbstractHtml
AbstractHtml.TagType
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.logging.Logger
LOGGER
-
Fields inherited from class com.webfirmframework.wffweb.tag.html.AbstractHtml
tagNameIndex
-
Fields inherited from class com.webfirmframework.wffweb.tag.core.AbstractJsObject
wffBMDatas
-
-
Constructor Summary
Constructors Constructor Description Input(AbstractHtml base, AbstractAttribute... attributes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AbstractHtml.TagType
getTagType()
protected void
init()
invokes only once per objectstatic void
setTagType(AbstractHtml.TagType tagType)
-
Methods inherited from class com.webfirmframework.wffweb.tag.html.AbstractHtml
addAttributes, addAttributes, addChild, addInnerHtml, addInnerHtmls, addInnerHtmls, addWffData, appendChild, appendChildren, appendChildren, beforePrintStructure, beforeWritePrintStructureToOutputStream, beforeWritePrintStructureToWffBinaryMessageOutputStream, clone, clone, deepClone, getAllNestedChildrenIncludingParent, getAttributeByName, getAttributeHtmlBytesCompressedByIndex, getAttributes, getCharset, getChildren, getChildren, getClosingTag, getDataWffId, getHtmlMiddleSB, getOpeningTag, getParent, getPrintStructure, getPrintStructure, getRootTag, getSharedData, getSharedObject, getTagFromWffBMBytes, getTagFromWffBMBytes, getTagName, getWffObjects, insertAfter, insertBefore, isHtmlStartSBAsFirst, loopThroughAllNestedChildren, removeAllChildren, removeAttributes, removeAttributes, removeAttributes, removeAttributes, removeAttributes, removeAttributes, removeChild, removeChildren, removeWffData, resetHierarchy, setCharset, setChildren, setDataWffId, setParent, setSharedData, toBigHtmlString, toBigHtmlString, toBigOutputStream, toBigOutputStream, toBigOutputStream, toBigOutputStream, toBigOutputStream, toBigOutputStream, toHtmlString, toHtmlString, toHtmlString, toHtmlString, toHtmlString, toHtmlString, toOutputStream, toOutputStream, toOutputStream, toOutputStream, toOutputStream, toOutputStream, toString, toWffBMBytes, toWffBMBytes, writePrintStructureToOutputStream, writePrintStructureToWffBinaryMessageOutputStream
-
Methods inherited from class com.webfirmframework.wffweb.tag.core.AbstractJsObject
addWffData, removeWffData
-
Methods inherited from class com.webfirmframework.wffweb.tag.core.AbstractTagBase
equals, getData, hashCode, isModified, isRebuild, setData, setModified, setRebuild
-
-
-
-
Constructor Detail
-
Input
public Input(AbstractHtml base, AbstractAttribute... attributes)
- Parameters:
base
- i.e. parent tag of this tagattributes
- An array ofAbstractAttribute
- Since:
- 1.0.0
-
-
Method Detail
-
init
protected void init()
invokes only once per object- Since:
- 1.0.0
-
getTagType
public static AbstractHtml.TagType getTagType()
- Returns:
- the tagType
-
setTagType
public static void setTagType(AbstractHtml.TagType tagType)
- Parameters:
tagType
- the tagType to set
-
-