Uses of Interface
org.xulux.api.gui.IWidget

Packages that use IWidget
org.xulux.api.core   
org.xulux.api.gui   
org.xulux.api.rules   
 

Uses of IWidget in org.xulux.api.core
 

Methods in org.xulux.api.core that return IWidget
 IWidget PartRequest.getWidget()
           
 IWidget PartRequest.getWidget(java.lang.String name)
           
 IWidget IPart.getWidget(java.lang.String widgetName)
           
 

Methods in org.xulux.api.core with parameters of type IWidget
 void IPart.addWidget(IWidget widget)
          Add the specified widget to the part
 void IPart.addWidget(IWidget widget, IWidget parent)
          Add a widget to the specified parent..
 IXuluxListener IPart.getFieldEventHandler(IWidget widget)
          Returns a new instance of the fieldEventHandler.
 void IPart.refreshFields(IWidget widget)
          Refreshes all fields that reference the field used by the passed in widget When field is null nothing will be done.
 void IPart.refreshWidgets(IWidget caller)
          Refreshes widgets which have a pointer to the caller in their use.
 void IPart.removeWidget(IWidget widget, java.lang.Object caller)
          Removes a widget.
 void IPart.updateDependandWidgets(IWidget widget)
          Updates the widgets that depends on the widget passed in.
 

Uses of IWidget in org.xulux.api.gui
 

Methods in org.xulux.api.gui that return IWidget
 IWidget IXuluxLayout.getParent()
          Get the parent widget
 IWidget IWidget.getParent()
           
 IWidget XuluxEvent.getWidget()
           
 IWidget IXuluxListener.getWidget()
          Returns the widget.
 IWidget INativeWidgetHandler.getWidget(java.lang.Object object, IWidget parent)
          Returns the widget passed in (as convenience) and adds the native widget to the parent.
 IWidget INativeWidgetHandler.getWidget(java.lang.String clazz, IWidget parent)
          Returns the widget passed in (as convenience) and adds the native widget to the parent.
 

Methods in org.xulux.api.gui with parameters of type IWidget
 boolean IXuluxListener.accepted(IWidget widget)
          If a value is "accepted" (eg entry filled in , button clicked, etc preform this code.
 void IWidget.addChildWidget(IWidget widget)
          Doesn't do anything by default.
 void IContainerWidgetHandler.addChildWidget(IWidget widget)
           
 boolean IWidgetInitializer.addToParent(IWidget widget)
          Adds the native peer to the native parent
 void IContainerWidgetHandler.addToParent(IWidget widget)
          Adds a childwidget to the parent
 void IXuluxLayout.addWidget(IWidget widget)
          Add a child widget to layout
 void INativeWidgetHandler.addWidgetToParent(IWidget widget, java.lang.Object parentWidget)
          Adds a widget to the parent, which is a native.
 boolean IInvalidValueStrategy.checkWidget(IWidget widget)
          Checks the specified widget for invalid values.
 void IWidgetInitializer.destroy(IWidget widget)
          Destroy will be called before the widget starts destroying itself.
 void IWidgetProperty.execute(IWidget widget)
          Execute the Property
 IWidget INativeWidgetHandler.getWidget(java.lang.Object object, IWidget parent)
          Returns the widget passed in (as convenience) and adds the native widget to the parent.
 IWidget INativeWidgetHandler.getWidget(java.lang.String clazz, IWidget parent)
          Returns the widget passed in (as convenience) and adds the native widget to the parent.
 boolean IInvalidValueStrategy.handleInvalidValueException(IWidget widget, InvalidValueException exception)
          Handles an invalidvalueexception, so we can eg display a message to the user
 boolean IPropertyHandler.handleProperty(IWidget widget, IProperty property)
          Handle the property for the widget specified.
 void IWidgetInitializer.initialize(IWidget widget)
          Initialize will be called after the widget is finished it internal processed and after creation of the native widget.
 void IXuluxLayout.removeWidget(IWidget widget)
          Removes a widget from the layout.
 void INativeWidgetHandler.setLocationOnWidget(IWidget parent, int x, int y)
          Set the location on the last native widget added
 void IXuluxLayout.setParent(IWidget widget)
          Set the parent widget
 void IWidget.setParent(IWidget parent)
          Sets the parent of this widget.
 void IXuluxListener.setWidget(IWidget widget)
          Sets the widget.
 void IWidget.updateWidget(IWidget widget)
          Updates the widget because another widget has been updated.
 

Uses of IWidget in org.xulux.api.rules
 

Methods in org.xulux.api.rules that return IWidget
 IWidget IRule.getOwner()
           
 

Methods in org.xulux.api.rules with parameters of type IWidget
 void IRuleEngine.fireFieldRequest(IWidget widget, PartRequest request, int type)
          Fire requests for the specified field.
 



Copyright © 2002-2007 Martin van den Bemt. All Rights Reserved.