Uses of Interface
org.wvc.widgets.WebWidget

Packages that use WebWidget
org.wvc.events   
org.wvc.events.impl   
org.wvc.widgets   
org.wvc.widgets.base   
org.wvc.widgets.base.impl   
org.wvc.widgets.impl   
org.wvc.widgets.treeWalkers   
org.wvc.widgets.treeWalkers.contexts   
org.wvc.widgets.treeWalkers.contexts.selectors   
org.wvc.widgets.validators   
 

Uses of WebWidget in org.wvc.events
 

Methods in org.wvc.events with parameters of type WebWidget
 void EventCallback.execute(WebEvent evento, WebWidget widget)
           
 

Uses of WebWidget in org.wvc.events.impl
 

Methods in org.wvc.events.impl with parameters of type WebWidget
abstract  void SyncEventCallback.execute(WebEvent aEvento, WebWidget aWidget)
          
abstract  void AsyncEventCallback.execute(WebEvent aEvento, WebWidget aWidget)
          
 

Uses of WebWidget in org.wvc.widgets
 

Methods in org.wvc.widgets that return WebWidget
 WebWidget WebPage.getRootWidget()
           
 

Methods in org.wvc.widgets with parameters of type WebWidget
 void WebWidget.fireEvent(WebEvent event, WebWidget windows)
           
 RT WebWidgetVisitor.visit(WebWidget widget, CT context)
          Visit this widget.
 

Uses of WebWidget in org.wvc.widgets.base
 

Subinterfaces of WebWidget in org.wvc.widgets.base
 interface HorizontalLayoutWebWidget
           
 interface SimpleButtonWebWidget
           
 interface SimpleCheckboxWebWidget
           
 interface SimpleComboWebWidget
           
 interface SimpleInputWebWidget
           
 

Methods in org.wvc.widgets.base with parameters of type WebWidget
 void HorizontalLayoutWebWidget.addWidget(WebWidget webWidget)
           
 

Uses of WebWidget in org.wvc.widgets.base.impl
 

Classes in org.wvc.widgets.base.impl that implement WebWidget
 class HorizontalLayoutWebWidgetImpl
           
 class SimpleButtonWebWidgetImpl
           
 class SimpleCheckBoxWebWidgetImpl
           
 class SimpleComboWebWidgetImpl
           
 class SimpleInputWebWidgetImpl
           
 

Methods in org.wvc.widgets.base.impl that return types with arguments of type WebWidget
protected  List<WebWidget> SimpleComboWebWidgetImpl.getChildWidgets()
           
protected  List<WebWidget> HorizontalLayoutWebWidgetImpl.getChildWidgets()
           
protected  List<WebWidget> SimpleCheckBoxWebWidgetImpl.getChildWidgets()
           
protected  List<WebWidget> SimpleInputWebWidgetImpl.getChildWidgets()
           
protected  List<WebWidget> SimpleButtonWebWidgetImpl.getChildWidgets()
           
 

Methods in org.wvc.widgets.base.impl with parameters of type WebWidget
 void HorizontalLayoutWebWidgetImpl.addWidget(WebWidget webWidget)
           
 

Uses of WebWidget in org.wvc.widgets.impl
 

Classes in org.wvc.widgets.impl that implement WebWidget
 class WebWidgetBaseImpl
           
 

Methods in org.wvc.widgets.impl that return WebWidget
 WebWidget WebPageImpl.getRootWidget()
           
 

Methods in org.wvc.widgets.impl that return types with arguments of type WebWidget
protected abstract  List<WebWidget> WebWidgetBaseImpl.getChildWidgets()
           
 

Methods in org.wvc.widgets.impl with parameters of type WebWidget
 void WebWidgetBaseImpl.fireEvent(WebEvent event, WebWidget windows)
           
 void WebPageImpl.setRootWidget(WebWidget rootWidget)
           
 

Constructors in org.wvc.widgets.impl with parameters of type WebWidget
WebPageImpl(String pageName, WebWidget widget)
           
 

Uses of WebWidget in org.wvc.widgets.treeWalkers
 

Methods in org.wvc.widgets.treeWalkers that return types with arguments of type WebWidget
 List<WebWidget> WebWidgetSelectorVisitor.computeNode(List<List<WebWidget>> results)
          Compute the final result from child widgets results.
 List<WebWidget> WebWidgetSelectorVisitor.visit(WebWidget widget, WebWidgetSelector context)
          Visit this widget.
 

Methods in org.wvc.widgets.treeWalkers with parameters of type WebWidget
 Void EventNotifierVisitor.visit(WebWidget widget, EventNotifierVisitorContext context)
           
 Void GenerateWebWidgetStateChangesVisitor.visit(WebWidget widget, Map<String,WebWidgetState> context)
           
 Void GenerateJSToInclude.visit(WebWidget widget, Set<String> context)
          Visit this widget.
 Void CleanWidgetStateChangesVisitor.visit(WebWidget widget, Void context)
           
 Void WidgetUpdaterVisitor.visit(WebWidget widget, WebEvent context)
           
 List<WebWidget> WebWidgetSelectorVisitor.visit(WebWidget widget, WebWidgetSelector context)
          Visit this widget.
 

Method parameters in org.wvc.widgets.treeWalkers with type arguments of type WebWidget
 List<WebWidget> WebWidgetSelectorVisitor.computeNode(List<List<WebWidget>> results)
          Compute the final result from child widgets results.
 

Uses of WebWidget in org.wvc.widgets.treeWalkers.contexts
 

Fields in org.wvc.widgets.treeWalkers.contexts declared as WebWidget
 WebWidget EventNotifierVisitorContext.rootWidget
           
 

Methods in org.wvc.widgets.treeWalkers.contexts with parameters of type WebWidget
 Boolean WebWidgetSelector.evaluate(WebWidget widget)
           
 

Constructors in org.wvc.widgets.treeWalkers.contexts with parameters of type WebWidget
EventNotifierVisitorContext(WebWidget widget, WebEvent event)
           
 

Uses of WebWidget in org.wvc.widgets.treeWalkers.contexts.selectors
 

Methods in org.wvc.widgets.treeWalkers.contexts.selectors with parameters of type WebWidget
 Boolean ByNameWidgetSelector.evaluate(WebWidget widget)
          
 

Uses of WebWidget in org.wvc.widgets.validators
 

Methods in org.wvc.widgets.validators with parameters of type WebWidget
 Boolean ValidateWidgetNames.visit(WebWidget widget, Set<String> context)
           
 



Copyright © 2009. All Rights Reserved.