All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.netobjects.nfx.wizard.WizardFieldModel

java.lang.Object
   |
   +----com.netobjects.nfx.wizard.WizardFieldModel

public class WizardFieldModel
extends Object
implements Serializable
Text edit field model implementation for the wizard framework pages.

Version:
1.0
Author:
Scott Cinnamond

Variable Index

 o dmValue

Constructor Index

 o WizardFieldModel()
 o WizardFieldModel(Object)

Method Index

 o getValue()
 o setValue(Object)

Variables

 o dmValue
 private Object dmValue

Constructors

 o WizardFieldModel
 public WizardFieldModel()
 o WizardFieldModel
 public WizardFieldModel(Object value)

Methods

 o getValue
 public Object getValue()
 o setValue
 public void setValue(Object v)

All Packages  Class Hierarchy  This Package  Previous  Next  Index