Class HtmlAttribute
java.lang.Object
ch.nolix.base.html.htmlmodel.HtmlAttribute
- All Implemented Interfaces:
NameHolder, 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 NameHolder
getNameInSingleQuotes, hasName, hasSameNameAs
-
Method Details
-
fromHtmlAttribute
-
withNameAndValue
-
withNameAndValue
-
getName
- Specified by:
getNamein interfaceNameHolder- Returns:
- the name of the current
NameHolder
-
getValue
- Specified by:
getValuein interfaceIHtmlAttribute
-
toString
-