ElegantJ Data Tables Java API Specification v1.1

com.elegantj.awt.table
Class ChoiceObject

java.lang.Object
  extended bycom.elegantj.awt.table.ChoiceObject
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class ChoiceObject
extends java.lang.Object
implements java.io.Externalizable

See Also:
Serialized Form

Constructor Summary
ChoiceObject()
           
ChoiceObject(java.util.Vector items, java.lang.String selectedItem)
           
 
Method Summary
 java.util.Vector getItems()
           
 java.lang.String getSelectedItem()
           
 void readExternal(java.io.ObjectInput in)
          Implementation of the Externalizable
 void setItems(java.util.Vector items)
           
 void setSelectedItem(java.lang.String selectedItem)
           
 java.lang.String toString()
           
 void writeExternal(java.io.ObjectOutput out)
          Implementation of the Externalizable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChoiceObject

public ChoiceObject()

ChoiceObject

public ChoiceObject(java.util.Vector items,
                    java.lang.String selectedItem)
Method Detail

setItems

public void setItems(java.util.Vector items)

getItems

public java.util.Vector getItems()

setSelectedItem

public void setSelectedItem(java.lang.String selectedItem)

getSelectedItem

public java.lang.String getSelectedItem()

toString

public java.lang.String toString()

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException,
                          java.awt.IllegalComponentStateException
Implementation of the Externalizable

Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException
java.awt.IllegalComponentStateException

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Implementation of the Externalizable

Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException
java.lang.ClassNotFoundException

ElegantJ Data Tables Java API Specification v1.1

Submit a bug or feature

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjbeans.com
All Rights Reserved.