| Package | Description |
|---|---|
| org.osivia.portal.api.html |
| Modifier and Type | Method and Description |
|---|---|
static AccessibilityRoles |
AccessibilityRoles.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessibilityRoles[] |
AccessibilityRoles.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static org.dom4j.Element |
DOM4JUtils.generateDivElement(String htmlClass,
AccessibilityRoles role)
Generate HTML "div" DOM element.
|
static org.dom4j.Element |
DOM4JUtils.generateElement(String name,
String htmlClass,
String text,
String glyphicon,
AccessibilityRoles role)
Generate DOM element.
|
static org.dom4j.Element |
DOM4JUtils.generateLinkElement(String href,
String target,
String onclick,
String htmlClass,
String text,
String glyphicon,
AccessibilityRoles role)
Generate HTML "a" link DOM element.
|
Copyright © 2021. All rights reserved.