com.sri.emo.wizard.creation
Class MultiEntryWizardPage

java.lang.Object
  extended by com.sri.emo.wizard.defaults.EmoWizardPage
      extended by com.sri.emo.wizard.creation.MultiEntryWizardPage
All Implemented Interfaces:
WizardPage, Serializable

public class MultiEntryWizardPage
extends EmoWizardPage

Page Entry Data for Multiple Attribute Entry Pages.

Author:
Michael Rimov
See Also:
Serialized Form

Constructor Summary
MultiEntryWizardPage(Integer newId, PageMetadata pageMetadata)
          Default constructor.
 
Method Summary
protected  MultiEntryMetadata getMultiMetadata()
           
 int getNumEntries()
           
 void setData(Serializable newData)
          Sets the data associated with the page.
 void setNumEntries(int newValue)
           
 
Methods inherited from class com.sri.emo.wizard.defaults.EmoWizardPage
addError, equals, getData, getId, getMenu, getMetadata, getPageErrors, getPrintableData, hashCode, removeErrors, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiEntryWizardPage

public MultiEntryWizardPage(Integer newId,
                            PageMetadata pageMetadata)
Default constructor.

Parameters:
newId - Integer
pageMetadata - PageMetadata
Method Detail

getMultiMetadata

protected MultiEntryMetadata getMultiMetadata()

setData

public void setData(Serializable newData)
             throws WizardException
Sets the data associated with the page.

Specified by:
setData in interface WizardPage
Overrides:
setData in class EmoWizardPage
Parameters:
newData - the new data for the page.
Throws:
WizardException - upon error.
To Do:
Implement this com.sri.emo.wizard.WizardPage method

setNumEntries

public void setNumEntries(int newValue)

getNumEntries

public int getNumEntries()


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