com.sri.emo.wizard.creation
Class CreationPartsPage

java.lang.Object
  extended by com.sri.emo.wizard.defaults.EmoWizardPage
      extended by com.sri.emo.wizard.creation.CreationPartsPage
All Implemented Interfaces:
WizardPage, Serializable
Direct Known Subclasses:
RelationWizardPage

public abstract class CreationPartsPage
extends EmoWizardPage

The completion parts page represents the special needs of the Completion wizard when it comes to filling out the various parts of the nodes. Unique issues includes checkboxes and multi-valued items. The derived pages handle the special data needs of multi-checkbox pages, or multi-attribute data entry pages. Single attribute entry and simple dropdowns are still handled by EmoWizardPage

Version:
1.0
Author:
Michael Rimov
See Also:
Serialized Form

Constructor Summary
CreationPartsPage(Integer newId, PageMetadata pageMetadata)
          Main constructor.
 
Method Summary
 
Methods inherited from class com.sri.emo.wizard.defaults.EmoWizardPage
addError, equals, getData, getId, getMenu, getMetadata, getPageErrors, getPrintableData, hashCode, removeErrors, setData, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreationPartsPage

public CreationPartsPage(Integer newId,
                         PageMetadata pageMetadata)
Main constructor. Unlike the base class, it does not accept an optional menu since pages that want that kind of functionality should use EmoWizardPage directly.

Parameters:
newId - Integer
pageMetadata - PageMetadata


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