| Package | Description |
|---|---|
| org.bonitasoft.web.designer.migration.page | |
| org.bonitasoft.web.designer.model.page | |
| org.bonitasoft.web.designer.visitor |
| Modifier and Type | Class and Description |
|---|---|
class |
MigrationTabsContainerVisitor |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
TabContainer.accept(ElementVisitor<T> visitor) |
<T> T |
AbstractPage.accept(ElementVisitor<T> visitor)
Visits all the elements of this page with the given element visitor
|
abstract <T> T |
Element.accept(ElementVisitor<T> visitor)
Accepts the visit of the given visitor
|
<T> T |
Container.accept(ElementVisitor<T> visitor) |
<T> T |
ModalContainer.accept(ElementVisitor<T> visitor) |
<T> T |
Component.accept(ElementVisitor<T> visitor) |
<T> T |
FragmentElement.accept(ElementVisitor<T> visitor) |
<T> T |
FormContainer.accept(ElementVisitor<T> visitor) |
<T> T |
TabsContainer.accept(ElementVisitor<T> visitor) |
| Modifier and Type | Class and Description |
|---|---|
class |
AnyLocalContainerVisitor
A visitor
|
class |
AssetVisitor |
class |
AuthRulesCollector |
class |
ComponentVisitor
An element visitor which traverses the tree of elements recursively to collect all the components used in a page
|
class |
FixBondsTypesVisitor |
class |
FragmentChangeVisitor
An element visitor which traverses the tree of elements recursively to collect rename reference of fragment
|
class |
FragmentIdVisitor
An element visitor which traverses the tree of elements recursively to collect all the fragment IDs used in a page
|
class |
HtmlBuilderVisitor
An element visitor which traverses the tree of elements recursively to collect html parts of a page
|
class |
ModelPropertiesVisitor
An element visitor which traverses the tree of elements recursively to collect all the data used in a page
|
class |
PropertyValuesVisitor
An element visitor which traverses the tree of elements recursively to collect property values in a page
|
class |
RequiredModulesVisitor |
class |
VariableModelVisitor
An element visitor which traverses the tree of elements recursively to collect all the variables used in a page
|
class |
WidgetIdVisitor
An element visitor which traverses the tree of elements recursively to collect all the widget IDs used in a page
|
Copyright © 2020. All rights reserved.