|
Servoy 5.x Public API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.util.EventObject
com.servoy.j2db.dataprocessing.FoundSetEvent
public class FoundSetEvent
The event object for foundset event listeners
| Field Summary | |
|---|---|
static int |
CHANGE_DELETE
Change type data is deleted when type is CONTENTS_CHANGED. |
static int |
CHANGE_INSERT
Change type data is inserted when type is CONTENTS_CHANGED. |
static int |
CHANGE_UPDATE
Change type data is updated when type is CONTENTS_CHANGED. |
static int |
CONTENTS_CHANGED
The foundset's content was changed. |
static int |
FIND_MODE_CHANGE
The foundset's find mode was changed. |
static int |
NEW_FOUNDSET
A new foundset has been created for the table. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
FoundSetEvent(IFoundSet source,
int type,
int changeType)
|
|
| Method Summary | |
|---|---|
int |
getChangeType()
Returns the change type of the event when type is CONTENTS_CHANGED. |
IFoundSet |
getSourceFoundset()
|
int |
getType()
Returns the type of the event. |
String |
toString()
|
| 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 CHANGE_DELETE
public static final int CHANGE_INSERT
public static final int CHANGE_UPDATE
public static final int CONTENTS_CHANGED
public static final int FIND_MODE_CHANGE
public static final int NEW_FOUNDSET
IFoundSetListener#newValue(FoundSetEvent).
| Constructor Detail |
|---|
public FoundSetEvent(IFoundSet source,
int type,
int changeType)
| Method Detail |
|---|
public int getChangeType()
CONTENTS_CHANGED. Can be CHANGE_DELETE, CHANGE_INSERT or
CHANGE_UPDATE.
public IFoundSet getSourceFoundset()
public int getType()
FIND_MODE_CHANGE, CONTENTS_CHANGED or
NEW_FOUNDSET.
public String toString()
toString in class EventObject
|
Copyright © 2010 Servoy B.V. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||