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 java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(HtmlWidget.HtmlTemplate htmlTemplate) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(HtmlWidget.HtmlTemplateDecorator htmlTemplateDecorator) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(HtmlWidget.HtmlTemplateDecoratorSection htmlTemplateDecoratorSection) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(IterateSectionWidget iterateSectionWidget) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(ModelSingleForm modelForm) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(ModelGrid modelGrid) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(ModelMenu modelMenu) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(ModelMenuItem modelMenuItem) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(ModelScreen modelScreen) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(ModelScreenWidget.ColumnContainer columnContainer) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(ModelScreenWidget.Container container) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(ModelScreenWidget.Content content) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(ModelScreenWidget.DecoratorScreen decoratorScreen) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(ModelScreenWidget.DecoratorSection decoratorSection) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(ModelScreenWidget.DecoratorSectionInclude decoratorSectionInclude) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(ModelScreenWidget.Form form) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(ModelScreenWidget.Grid grid) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(ModelScreenWidget.HorizontalSeparator horizontalSeparator) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(ModelScreenWidget.ScreenImage image) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(ModelScreenWidget.IncludeScreen includeScreen) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(ModelScreenWidget.Label label) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(ModelScreenWidget.ScreenLink link) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(ModelScreenWidget.Menu menu) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(ModelScreenWidget.PlatformSpecific platformSpecific) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(ModelScreenWidget.PortalPage portalPage) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(ModelScreenWidget.Screenlet screenlet) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(ModelScreenWidget.Section section) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(ModelScreenWidget.Tree tree) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(ModelTree modelTree) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(ModelTree.ModelNode modelNode) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(ModelTree.ModelNode.ModelSubNode modelSubNode) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visit
void visit(ModelScreenWidget.Column column) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-