Uses of Interface
net.xoetrope.xui.PageSupport

Packages that use PageSupport
net.xoetrope.awt   
net.xoetrope.builder   
net.xoetrope.builder.w3c.html   
net.xoetrope.deprecated.xui.events   
net.xoetrope.html   
net.xoetrope.optional.annotation   
net.xoetrope.optional.data   
net.xoetrope.swing   
net.xoetrope.swing.app   
net.xoetrope.swing.toolbar   
net.xoetrope.swt   
net.xoetrope.xui   
net.xoetrope.xui.annotation   
net.xoetrope.xui.data   
net.xoetrope.xui.events   
 

Uses of PageSupport in net.xoetrope.awt
 

Classes in net.xoetrope.awt that implement PageSupport
 class XDialog
          Provides support for Popups.
 class XLanguageChooserDialog
          A dialog for choosing languages.
 class XMessageBox
          Creates a simple modal MessageBox with a label for the text and a close button Copyright (c) Xoetrope Ltd., 1998-2004
License: see license.txt $Revision: 2.7 $
 

Methods in net.xoetrope.awt with parameters of type PageSupport
 java.lang.Object XApplet.displayDecoration(PageSupport page, java.lang.String constraint)
          Display a window decoration, for example a toolbar
 

Uses of PageSupport in net.xoetrope.builder
 

Classes in net.xoetrope.builder that implement PageSupport
 class NavigationHelper
          Deprecated. since 3.0 License: see license.txt
 

Fields in net.xoetrope.builder declared as PageSupport
protected  PageSupport XuiBuilder.page
           
protected  PageSupport XuiBuilder.rootPage
           
 

Methods in net.xoetrope.builder that return PageSupport
protected  PageSupport XuiBuilder.loadClass(java.lang.String className)
          Loads a class as the basis for a page
 PageSupport XuiBuilder.loadPage(java.lang.String defPackageName, java.lang.String pageName, boolean include)
          Loads an XPage via a reader obtained from the XProject (searches the classpath).
 PageSupport XuiBuilder.readPage(java.io.Reader reader, java.lang.String pageName, java.lang.String ext, boolean include)
          Read an XML description of the page and construct a new XPage.
 

Methods in net.xoetrope.builder with parameters of type PageSupport
protected  void XuiBuilder.addBindings(PageSupport page, XmlElement model)
          Adds data bindings to the page.
protected  void XuiBuilder.addEvents(PageSupport page, XmlElement model)
          Adds the event handlers.
 void XuiBuilder.addHandler(PageSupport xpage, java.lang.Object targetComp, java.lang.String typeStr, java.lang.String methodName)
          Adds an event handler.
protected  void XuiBuilder.addMenu(PageSupport page, XmlElement model)
          Adds a menu to the application.
 void XuiBuilder.addScripts(PageSupport page, XmlElement scriptsNode)
          Store the scripts in the page
protected  void XuiBuilder.addValidations(PageSupport page, XmlElement model)
          Adds validation rules to the components
 java.lang.Object XuiBuilder.evaluateAttribute(PageSupport page, java.lang.String attributeValue)
          Get the value of an attribute.
 java.lang.String XuiBuilder.evaluateAttributeAsString(PageSupport page, java.lang.String attributeValue)
          Get the value of an attribute.
 XDataBinding XuiBuilder.getFactoryBinding(PageSupport page, java.lang.Object compType, java.util.Hashtable instanceConfig)
          Try to get a binding factory to construct the binding
protected  void XuiBuilder.loadOtherElement(PageSupport page, XmlElement childNode)
          Load any element other than the predefined node types e.g.
 void XuiBuilder.setPage(PageSupport p)
          Set the current page
protected  void XuiBuilder.setResourceBundle(PageSupport page, java.lang.String attribValue)
          Set the name of the page's resource bundle
 

Uses of PageSupport in net.xoetrope.builder.w3c.html
 

Methods in net.xoetrope.builder.w3c.html that return PageSupport
 PageSupport XHtmlBuilder.loadPage(java.lang.String defPackageName, java.lang.String pageName, boolean include)
          Loads an XPage via a reader obtained from the XProject (searches the classpath).
 PageSupport XHtmlBuilder.readPage(java.io.Reader reader, java.lang.String pageName, java.lang.String ext, boolean include)
          Read an XML description of the page and construct a new XPage.
 

Uses of PageSupport in net.xoetrope.deprecated.xui.events
 

Methods in net.xoetrope.deprecated.xui.events with parameters of type PageSupport
static void MigrationHelper.addActionHandler(PageSupport ps, java.lang.Object component, java.lang.String methodStr)
           
static void MigrationHelper.addItemHandler(PageSupport ps, java.lang.Object component, java.lang.String methodStr)
           
static void MigrationHelper.addKeyHandler(PageSupport ps, java.lang.Object component, java.lang.String methodStr)
           
static void MigrationHelper.addMouseHandler(PageSupport ps, java.lang.Object component, java.lang.String methodStr)
           
static void MigrationHelper.addMouseMotionHandler(PageSupport ps, java.lang.Object component, java.lang.String methodStr)
           
 

Uses of PageSupport in net.xoetrope.html
 

Classes in net.xoetrope.html that implement PageSupport
 class XHtmlPage
          A wrapper for a HTML page Copyright (c) Xoetrope Ltd., 2002-2004 License: see license.txt $Revision: 2.2 $
 

Methods in net.xoetrope.html that return PageSupport
 PageSupport XApplet.displayPage(PageSupport page)
          Called when a page has been added or shown via the XPageManager.
 PageSupport XApplet.displayPage(PageSupport pageObj, java.lang.String target)
           Called when a page has been added or shown via the XPageManager.
 

Methods in net.xoetrope.html with parameters of type PageSupport
 void XHtmlEventHandler.addHandler(PageSupport xpage, java.lang.Object targetComp, java.lang.String typeStr, java.lang.String methodName)
          Adds an event handler.
 PageSupport XApplet.displayPage(PageSupport page)
          Called when a page has been added or shown via the XPageManager.
 PageSupport XApplet.displayPage(PageSupport pageObj, java.lang.String target)
           Called when a page has been added or shown via the XPageManager.
 

Uses of PageSupport in net.xoetrope.optional.annotation
 

Methods in net.xoetrope.optional.annotation with parameters of type PageSupport
 java.lang.String XPageAnnotationProcessor.getPage(PageSupport page)
          Get the page file name declaration.
 void XPageAnnotationProcessor.setupComponents(PageSupport page)
          Setup the annotated component references.
 

Uses of PageSupport in net.xoetrope.optional.data
 

Methods in net.xoetrope.optional.data with parameters of type PageSupport
 XDataBinding XOptionalBindingFactory.getBinding(PageSupport page, java.lang.Object comp, java.util.Hashtable instanceConfig)
          Try to get a binding factory to construct the binding
 

Uses of PageSupport in net.xoetrope.swing
 

Methods in net.xoetrope.swing with parameters of type PageSupport
 java.lang.Object XApplet.displayDecoration(PageSupport page, java.lang.String constraint)
          Display a window decoration, for example a toolbar
 

Uses of PageSupport in net.xoetrope.swing.app
 

Fields in net.xoetrope.swing.app declared as PageSupport
protected  PageSupport XDockingApp.northDecoration
           
 

Methods in net.xoetrope.swing.app with parameters of type PageSupport
 java.lang.Object XuiProxy.displayDecoration(PageSupport page, java.lang.String constraint)
          Display a window decoration, for example a toolbar
 java.lang.Object XDockingApp.displayDecoration(PageSupport page, java.lang.String constraint)
          Display a window decoration, for example a toolbar.
 java.lang.Object XDesktopApp.displayDecoration(PageSupport page, java.lang.String constraint)
          Display a window decoration, for example a toolbar
 

Uses of PageSupport in net.xoetrope.swing.toolbar
 

Classes in net.xoetrope.swing.toolbar that implement PageSupport
 class XToolbar
          A toolbar style page Copyright (c) Xoetrope Ltd., 2001-2006
Please see license.txt for licensing details $Revision: 2.5 $
 

Uses of PageSupport in net.xoetrope.swt
 

Classes in net.xoetrope.swt that implement PageSupport
 class XDialogTable
          Abstract class which extends XDialog for the SWT Tables
 class XDialogTableAddColumn
          Class which extends XDialogTable for the SWT Tables, and show a dialog to add a column to a table.
 class XDialogTableAddItem
          Class which extends XDialogTable for the SWT Tables, and show a dialog to add an item to a table.
 class XDialogTableSetValueColumnItem
          Class which extends XDialogTable for the SWT Tables, and show a dialog to set a value to an attribute of an item to a table.
 class XSwtPage
           A basic unit for building applications.
 

Methods in net.xoetrope.swt with parameters of type PageSupport
 void XSwtEventHandler.addHandler(PageSupport xpage, java.lang.Object targetComp, java.lang.String typeStr, java.lang.String methodName)
          Adds an event handler.
 java.lang.Object XApplet.displayDecoration(PageSupport page, java.lang.String constraint)
          Display a window decoration, for example a toolbar
 XDataBinding SwtDataBindingFactory.getBinding(PageSupport page, java.lang.Object comp, java.util.Hashtable instanceConfig)
          Try to get a binding factory to construct the binding
 

Uses of PageSupport in net.xoetrope.xui
 

Subinterfaces of PageSupport in net.xoetrope.xui
 interface DialogSupport
           
 

Classes in net.xoetrope.xui that implement PageSupport
 class XPage
          A basic unit for building applications.
 

Fields in net.xoetrope.xui declared as PageSupport
protected  PageSupport XPathEvaluator.ownerPage
          The enclosing context
 PageSupport XPageHelper.page
          The PageSupport being helped
 

Methods in net.xoetrope.xui that return PageSupport
 PageSupport XPageManager.getCurrentPage(java.lang.String target)
          Get the page currently displayed by a particular target container
 PageSupport XPageManager.getPage(java.lang.String className)
          Get a page
 PageSupport XPageManager.getPreviousPage()
          Get the page previously displayed by the 'content' target container
 PageSupport XPageManager.loadPage(java.lang.String className)
          Load a page.
 PageSupport XPageManager.loadPage(java.lang.String className, boolean cache)
          Load a page.
 PageSupport XPageLoader.loadPage(java.lang.String packageName, java.lang.String pageName, boolean include)
          Loads an XPage
 PageSupport XPageManager.loadPageAs(java.lang.String cacheName, java.lang.String className, boolean cache)
          Load a page and cache it under a name other than its page name.
 PageSupport XPageLoader.readPage(java.io.Reader reader, java.lang.String pageName, java.lang.String ext, boolean include)
          Read an XML description of the page and construct a new XPage.
 PageSupport XPageManager.showDialog(java.lang.Object parent, java.lang.String className, java.lang.String title, int x, int y)
          Load and show a dialog.
 PageSupport XPageManager.showPage(java.lang.String className)
          Load and show a page.
 PageSupport XPage.showPage(java.lang.String className)
          Load and show a page.
 PageSupport XPageManager.showPage(java.lang.String className, java.lang.String target)
          Load and show a page.
 PageSupport XPage.showPage(java.lang.String className, java.lang.String target)
          Load and show a page and show it in a named target area.
 PageSupport XPageManager.showPage(java.lang.String className, java.lang.String target, java.util.Hashtable attribs)
          Load and show a page.
 PageSupport XPageManager.showPrevious()
          Show the previously displayed page.
 PageSupport XPage.showPrevious()
          Show the previously displayed page.
 

Methods in net.xoetrope.xui with parameters of type PageSupport
 void XEventHandler.addHandler(PageSupport xpage, java.lang.Object targetComp, java.lang.String typeStr, java.lang.String methodName)
          Adds an event handler.
 java.lang.Object XStartupObject.displayDecoration(PageSupport page, java.lang.String constraint)
          Display a window decoration, for example a toolbar
 java.lang.Object XPageDisplay.displayDecoration(PageSupport page, java.lang.String constraint)
          Display a window decoration, for example a toolbar
 java.lang.Object XApplicationContext.displayDecoration(PageSupport page, java.lang.String constraint)
          Display a window decoration, for example a toolbar
 java.lang.Object XPageDisplay.displayPage(PageSupport page)
          Called when a page needs to be displayed.
 java.lang.Object XApplicationContext.displayPage(PageSupport page)
          Called when a page has been added or shown via the XPageManager.
 java.lang.Object XPageDisplay.displayPage(PageSupport page, java.lang.String target)
          Called when a page needs to be displayed.
 java.lang.Object XApplicationContext.displayPage(PageSupport pageObj, java.lang.String target)
          Called when a page has been added or shown via the XPageManager.
 java.lang.Object XPageDisplay.displayPage(PageSupport page, java.lang.String target, java.lang.Object attributes)
          Called when a page needs to be displayed.
 java.lang.Object XApplicationContext.displayPage(PageSupport pageObj, java.lang.String target, java.lang.Object attributes)
          Called when a page has been added or shown via the XPageManager.
 void XApplicationContext.hidePage(PageSupport page)
          Remove the page from container.
 void XPageLoader.setPage(PageSupport p)
          Set the current page
 

Constructors in net.xoetrope.xui with parameters of type PageSupport
XPageHelper(XProject project, PageSupport thePage)
          Creates a new instance of XPageHelper
XPathEvaluator(XProject project, PageSupport page)
          Creates a new instance of XPathEvaluator
 

Uses of PageSupport in net.xoetrope.xui.annotation
 

Methods in net.xoetrope.xui.annotation with parameters of type PageSupport
 java.lang.String PageAnnotationProcessor.getPage(PageSupport page)
          Get the page file name declaration.
 void PageAnnotationProcessor.setupComponents(PageSupport page)
          Setup the annotated component references.
 

Uses of PageSupport in net.xoetrope.xui.data
 

Methods in net.xoetrope.xui.data with parameters of type PageSupport
 XDataBinding XRegisteredDataBindingFactory.getBinding(PageSupport page, java.lang.Object comp, java.util.Hashtable instanceConfig)
          Try to get a binding factory to construct the binding
abstract  XDataBinding XDataBindingFactory.getBinding(PageSupport page, java.lang.Object comp, java.util.Hashtable instanceConfig)
          Try to get a binding factory to construct the binding
 XDataBinding XBasicDataBindingFactory.getBinding(PageSupport page, java.lang.Object comp, java.util.Hashtable instanceConfig)
          Deprecated. Try to get a binding factory to construct the binding
protected  java.lang.String XDataBindingFactory.getEvaluatedAttribute(PageSupport page, java.lang.String attributeValue)
          Returns evaluated attribute
 

Uses of PageSupport in net.xoetrope.xui.events
 

Methods in net.xoetrope.xui.events with parameters of type PageSupport
 void XuiEventHandler.addHandler(PageSupport xpage, java.lang.Object targetComp, java.lang.String typeStr, java.lang.String methodName)