com.sri.emo.wizard.completion
Class MultiEntryWizardPage
java.lang.Object
com.sri.emo.wizard.defaults.EmoWizardPage
com.sri.emo.wizard.completion.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
Methods inherited from class com.sri.emo.wizard.defaults.EmoWizardPage |
addError, equals, getData, getId, getMenu, getMetadata, getPageErrors, getPrintableData, hashCode, removeErrors, toString |
MultiEntryWizardPage
public MultiEntryWizardPage(Integer newId,
PageMetadata pageMetadata)
- Default constructor.
- Parameters:
newId
- IntegerpageMetadata
- PageMetadata
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.