Package org.apache.ofbiz.widget.model
Interface ModelWidgetVisitor
-
- All Known Implementing Classes:
ArtifactInfoGatherer
,XmlWidgetVisitor
public interface ModelWidgetVisitor
AModelWidget
visitor.
-
-
Method Summary
-
-
-
Method Detail
-
visit
void visit(HtmlWidget htmlWidget) throws Exception
- Throws:
Exception
-
visit
void visit(HtmlWidget.HtmlTemplate htmlTemplate) throws Exception
- Throws:
Exception
-
visit
void visit(HtmlWidget.HtmlTemplateDecorator htmlTemplateDecorator) throws Exception
- Throws:
Exception
-
visit
void visit(HtmlWidget.HtmlTemplateDecoratorSection htmlTemplateDecoratorSection) throws Exception
- Throws:
Exception
-
visit
void visit(IterateSectionWidget iterateSectionWidget) throws Exception
- Throws:
Exception
-
visit
void visit(ModelSingleForm modelForm) throws Exception
- Throws:
Exception
-
visit
void visit(ModelMenuItem modelMenuItem) throws Exception
- Throws:
Exception
-
visit
void visit(ModelScreen modelScreen) throws Exception
- Throws:
Exception
-
visit
void visit(ModelScreenWidget.ColumnContainer columnContainer) throws Exception
- Throws:
Exception
-
visit
void visit(ModelScreenWidget.Container container) throws Exception
- Throws:
Exception
-
visit
void visit(ModelScreenWidget.Content content) throws Exception
- Throws:
Exception
-
visit
void visit(ModelScreenWidget.DecoratorScreen decoratorScreen) throws Exception
- Throws:
Exception
-
visit
void visit(ModelScreenWidget.DecoratorSection decoratorSection) throws Exception
- Throws:
Exception
-
visit
void visit(ModelScreenWidget.DecoratorSectionInclude decoratorSectionInclude) throws Exception
- Throws:
Exception
-
visit
void visit(ModelScreenWidget.Form form) throws Exception
- Throws:
Exception
-
visit
void visit(ModelScreenWidget.Grid grid) throws Exception
- Throws:
Exception
-
visit
void visit(ModelScreenWidget.HorizontalSeparator horizontalSeparator) throws Exception
- Throws:
Exception
-
visit
void visit(ModelScreenWidget.ScreenImage image) throws Exception
- Throws:
Exception
-
visit
void visit(ModelScreenWidget.IncludeScreen includeScreen) throws Exception
- Throws:
Exception
-
visit
void visit(ModelScreenWidget.Label label) throws Exception
- Throws:
Exception
-
visit
void visit(ModelScreenWidget.ScreenLink link) throws Exception
- Throws:
Exception
-
visit
void visit(ModelScreenWidget.Menu menu) throws Exception
- Throws:
Exception
-
visit
void visit(ModelScreenWidget.PlatformSpecific platformSpecific) throws Exception
- Throws:
Exception
-
visit
void visit(ModelScreenWidget.PortalPage portalPage) throws Exception
- Throws:
Exception
-
visit
void visit(ModelScreenWidget.Screenlet screenlet) throws Exception
- Throws:
Exception
-
visit
void visit(ModelScreenWidget.Section section) throws Exception
- Throws:
Exception
-
visit
void visit(ModelScreenWidget.Tree tree) throws Exception
- Throws:
Exception
-
visit
void visit(ModelTree.ModelNode modelNode) throws Exception
- Throws:
Exception
-
visit
void visit(ModelTree.ModelNode.ModelSubNode modelSubNode) throws Exception
- Throws:
Exception
-
visit
void visit(ModelScreenWidget.Column column) throws Exception
- Throws:
Exception
-
-