org.nakedobjects.object.value
Class SelectionObject

java.lang.Object
  extended byorg.nakedobjects.object.value.AbstractNakedValue
      extended byorg.nakedobjects.object.value.Option
          extended byorg.nakedobjects.object.value.SelectionObject
All Implemented Interfaces:
Naked, NakedValue, java.io.Serializable

Deprecated. use Option

public class SelectionObject
extends Option

See Also:
Option, Serialized Form

Constructor Summary
SelectionObject(java.lang.String[] options)
          Deprecated.  
SelectionObject(java.lang.String[] options, int index)
          Deprecated.  
 
Methods inherited from class org.nakedobjects.object.value.Option
clear, copyObject, getObjectHelpText, getOption, getOptionAt, getOptions, getSelection, getSelectionIndex, hasOption, isEmpty, isSameAs, noOptions, parse, reset, restoreString, saveString, setSelection, setSelectionIndex, stringValue, title, update
 
Methods inherited from class org.nakedobjects.object.value.AbstractNakedValue
about, addNakedValueListener, checkCanOperate, contextualTitle, deepCopy, dumpObject, fireValueChanged, fireValueChanged, getClassName, getFullClassName, getLogger, isNull, isValid, nakedValueListeners, removeNakedValueListener, setAbout, setNull, setValidity, summary, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SelectionObject

public SelectionObject(java.lang.String[] options)
Deprecated. 

SelectionObject

public SelectionObject(java.lang.String[] options,
                       int index)
Deprecated.