Uses of Class
com.helger.html.EHTMLRole
-
Packages that use EHTMLRole Package Description com.helger.html com.helger.html.hc.html -
-
Uses of EHTMLRole in com.helger.html
Methods in com.helger.html that return EHTMLRole Modifier and Type Method Description static EHTMLRoleEHTMLRole. getFromIDOrNull(String sID)static EHTMLRoleEHTMLRole. valueOf(String name)Returns the enum constant of this type with the specified name.static EHTMLRole[]EHTMLRole. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EHTMLRole in com.helger.html.hc.html
Methods in com.helger.html.hc.html that return EHTMLRole Modifier and Type Method Description EHTMLRoleAbstractHCElement. getRole()EHTMLRoleIHCElement. getRole()Methods in com.helger.html.hc.html with parameters of type EHTMLRole Modifier and Type Method Description IMPLTYPEAbstractHCElement. setRole(EHTMLRole eRole)IMPLTYPEIHCElement. setRole(EHTMLRole eRole)Set the role attribute of this element.
-