com.elegantj.awt.table
Class ChoiceObject
java.lang.Object
com.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ChoiceObject
public ChoiceObject()
ChoiceObject
public ChoiceObject(java.util.Vector items,
java.lang.String selectedItem)
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
Submit a bug or feature
Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjbeans.com
All Rights Reserved.