|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
oracle.dacf.control.NavigatedEvent
NavigatedEvent is used by a Control to notify it's listener's about the type and level of navigation change that occurs when focus changes from control to another.
Control#addNavigatedListener()
,
NavigatedListener
,
Serialized FormField Summary | |
static int |
NAVIGATE_IN
|
static int |
NAVIGATE_OUT
|
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
NavigatedEvent(Control source,
int type,
int level)
Constructs a NavigatedEvent object of the given type and level |
Method Summary | |
int |
getLevel()
Returns the level of the event. |
int |
getType()
Returns the type of the event. |
java.lang.String |
toString()
Returns a String representaion of this object |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int NAVIGATE_IN
public static final int NAVIGATE_OUT
Constructor Detail |
public NavigatedEvent(Control source, int type, int level)
source
- The source Control firing the event.type
- Type of the event. Either NAVIGATE_IN or NAVIGATE_OUT.level
- Level of change. Should be one of:
Method Detail |
public final int getType()
public final int getLevel()
public java.lang.String toString()
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.