Package | Description |
---|---|
org.jboss.errai.ui.shared |
Modifier and Type | Interface and Description |
---|---|
interface |
DomRevisitor
An interface for visiting DOM nodes and performing some post visiting task.
|
Modifier and Type | Class and Description |
---|---|
class |
TemplateTranslationVisitor
Visits the DOM and translates i18n text.
|
class |
TemplateVisitor
Visits the dom and finds elements that need translating.
|
class |
TranslationDomRevisitor
Visit DOM elements and translate sub-trees which are Errai
Templated . |
Modifier and Type | Method and Description |
---|---|
static void |
DomVisit.visit(Element element,
DomVisitor visitor)
Called to traverse and visit the tree of
Element s. |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.