public class FieldChooserEvent extends EventObject
FieldChooser
,
Serialized FormModifier and Type | Field and Description |
---|---|
FieldChoice |
choice
An object describing selected field;
null if selection has been canceled by user. |
source
Constructor and Description |
---|
FieldChooserEvent(FieldChooser source,
FieldChoice choice)
Constructs an event initialized with specified values.
|
Modifier and Type | Method and Description |
---|---|
FieldChooser |
getFieldChooser()
Returns the FieldChooser which is the source of this event.
|
getSource, toString
public final FieldChoice choice
null
if selection has been canceled by user.public FieldChooserEvent(FieldChooser source, FieldChoice choice)
public FieldChooser getFieldChooser()