Uses of Interface
com.sri.emo.wizard.PageMetadata

Packages that use PageMetadata
com.sri.emo.wizard This package provides framework for wizard creation as well as EMO specific bindings. 
com.sri.emo.wizard.completion This package and sub packages provides the implementation of a "Completion Wizard." The completion Wizard takes a given node in the system as a template and allows the user to fill in the appropriate parts to create a new node. 
com.sri.emo.wizard.creation This package and sub packages provides the implementation of a "Completion Wizard." The completion Wizard takes a given node in the system as a template and allows the user to fill in the appropriate parts to create a new node. 
com.sri.emo.wizard.defaults This package contains default implementations of the interfaces defined in the com.sri.emo.wizard package. 
com.sri.emo.wizard.expressoimpl This directory contains various adapter classes to bridge the Wizard APIs with Expresso. 
com.sri.emo.wizard.selection The selection wizard walks users through steps to determine which node on the system would best suit their needs. 
 

Uses of PageMetadata in com.sri.emo.wizard
 

Methods in com.sri.emo.wizard that return PageMetadata
 PageMetadata WizardPage.getMetadata()
          Retrieve the metadata associated with the page.
 

Uses of PageMetadata in com.sri.emo.wizard.completion
 

Classes in com.sri.emo.wizard.completion that implement PageMetadata
 class CustomPartHandlerMetadata
          Constructs metadata for a custom part handler.
 class MinMaxPageMetadata
          Page Metadata base class that supports min/max settings.
 class MultiEntryMetadata
          Metadata for multiple attributes.
 class RelationPageMetadata
          Relation Page-specific metadata.
 

Constructors in com.sri.emo.wizard.completion with parameters of type PageMetadata
CompletionPartsPage(Integer newId, PageMetadata pageMetadata)
          Main constructor.
CustomPartHandlerPage(Integer newId, PageMetadata pageMetadata)
          Constructor that builds the part handler page.
MultiEntryWizardPage(Integer newId, PageMetadata pageMetadata)
          Default constructor.
RelationWizardPage(Integer newId, PageMetadata pageMetadata)
          Standard constructor for a wizard page.
 

Uses of PageMetadata in com.sri.emo.wizard.creation
 

Subinterfaces of PageMetadata in com.sri.emo.wizard.creation
 interface CreationMetadata
          Title:
 

Classes in com.sri.emo.wizard.creation that implement PageMetadata
 class CreationPageMetadata
          Relation Page-specific metadata.
(package private)  class InitializationPageMetadata
           
 

Constructors in com.sri.emo.wizard.creation with parameters of type PageMetadata
CreationPartsPage(Integer newId, PageMetadata pageMetadata)
          Main constructor.
CustomPartHandlerPage(Integer newId, PageMetadata pageMetadata)
          Constructor that builds the part handler page.
EmoDebugWizardPage(Integer newId, PageMetadata pageMetadata, ValidValue[] optionalMenu)
           
MultiEntryWizardPage(Integer newId, PageMetadata pageMetadata)
          Default constructor.
RelationWizardPage(Integer newId, PageMetadata pageMetadata)
          Standard constructor for a wizard page.
SearchListPage(Integer newId, PageMetadata pageMetadata, ValidValue[] optionalMenu)
           
 

Uses of PageMetadata in com.sri.emo.wizard.defaults
 

Subinterfaces of PageMetadata in com.sri.emo.wizard.defaults
 interface InternalPageMetadata
          Title: EMO
 

Classes in com.sri.emo.wizard.defaults that implement PageMetadata
 class EmoWizardMetadata
          Wizard Metadata instance.
 

Methods in com.sri.emo.wizard.defaults that return PageMetadata
 PageMetadata EmoWizardPage.getMetadata()
           
 

Constructors in com.sri.emo.wizard.defaults with parameters of type PageMetadata
EmoWizardPage(Integer newId, PageMetadata pageMetadata, ValidValue[] optionalMenu)
          Constructor that takes a PageMetadata object and a page definition object to build itself.
 

Uses of PageMetadata in com.sri.emo.wizard.expressoimpl
 

Methods in com.sri.emo.wizard.expressoimpl with parameters of type PageMetadata
protected  void WizardController.addWizardInput(ExpressoResponse response, Wizard wiz, PageMetadata wp)
          Adds the wizard page input.
 

Uses of PageMetadata in com.sri.emo.wizard.selection
 

Constructors in com.sri.emo.wizard.selection with parameters of type PageMetadata
DisplaySummaryPage(PageMetadata pageMetadata)
          Constructor for the summary page.
NameNodePage(Integer newId, PageMetadata pageMetadata)
           
 



Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.