Class HtmlAttribute
java.lang.Object
ch.nolix.base.web.htmlelementmodel.HtmlAttribute
- All Implemented Interfaces:
INameHolder, IHtmlAttribute
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionstatic HtmlAttributefromHtmlAttribute(IHtmlAttribute htmlAttribute) getName()getValue()toString()static HtmlAttributewithNameAndValue(String name, int value) static HtmlAttributewithNameAndValue(String name, String value) Methods inherited from interface INameHolder
getNameInQuotes, hasName, hasSameNameAs
-
Method Details
-
fromHtmlAttribute
-
withNameAndValue
-
withNameAndValue
-
getName
- Specified by:
getNamein interfaceINameHolder- Returns:
- the name of the current
INameHolder.
-
getValue
- Specified by:
getValuein interfaceIHtmlAttribute
-
toString
-