|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.0.0) E17493-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
oracle.javatools.controls.nicelist.NiceListActionEvent
public final class NiceListActionEvent
Information about a list action event.
| Nested Class Summary | |
|---|---|
static class |
NiceListActionEvent.Type
An enum type for the event kind. |
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
NiceListActionEvent(NiceList source,
NiceListActionEvent.Type type,
int row)
Create a list action event. |
|
| Method Summary | |
|---|---|
int |
getRow()
Get the row the event occurred on. |
NiceListActionEvent.Type |
getType()
Get the type of event that occurred. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NiceListActionEvent(NiceList source,
NiceListActionEvent.Type type,
int row)
source - the source of the eventtype - the typerow - the affected row| Method Detail |
|---|
public NiceListActionEvent.Type getType()
public int getRow()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.0.0) E17493-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||