|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jdesktop.beans.AbstractBean
org.jdesktop.html.form.DefaultInput
public class DefaultInput
A default implementation of the Input interface.
| Constructor Summary | |
|---|---|
DefaultInput()
Creates a new instance of DefaultInput |
|
DefaultInput(String name,
String value)
|
|
| Method Summary | |
|---|---|
String |
getName()
Gets the name of this Input. |
String |
getValue()
Gets the value of the Input. |
void |
setName(String name)
|
void |
setValue(String value)
Sets the value of the Input. |
| Methods inherited from class org.jdesktop.beans.AbstractBean |
|---|
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultInput()
public DefaultInput(String name,
String value)
| Method Detail |
|---|
public String getName()
Input
getName in interface Inputpublic void setName(String name)
public String getValue()
Input
getValue in interface Inputpublic void setValue(String value)
Input
setValue in interface Inputvalue - the value. May be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||