|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.control.form.LyRelationFieldFilterController._LyRelationFilterDomainController
public class LyRelationFieldFilterController._LyRelationFilterDomainController
Internal class to create a popup creation form for a relation fieldInfo.
Field Summary |
---|
Fields inherited from interface leon.data.LyDataSourceListener |
---|
__VERSION |
Fields inherited from interface leon.data.LyWorkSpaceListener |
---|
__VERSION |
Method Summary | |
---|---|
boolean |
isIdle()
Checks if this controller is idle. |
boolean |
objectAdded(LyWorkSpaceEvent event)
Called when an object is added in the workspace. |
boolean |
objectChanged(LyWorkSpaceEvent event)
Called when an object has changed in the workspace. |
boolean |
objectCreated(LyDataSourceEvent event)
Method for receiving an object creation. |
boolean |
objectDeleted(LyDataSourceEvent event)
Method for receiving an object deletion. |
boolean |
objectModified(LyDataSourceEvent event)
Method for receiving an object modification. |
boolean |
objectRemoved(LyWorkSpaceEvent event)
Called when an object is removed from the workspace. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean isIdle()
public boolean objectAdded(LyWorkSpaceEvent event)
objectAdded
in interface LyWorkSpaceListener
event
- Event notifying object add.
public boolean objectCreated(LyDataSourceEvent event)
objectCreated
in interface LyDataSourceListener
event
- Event notifying the creation of an object.
public boolean objectRemoved(LyWorkSpaceEvent event)
objectRemoved
in interface LyWorkSpaceListener
event
- Event notifying object remove.
public boolean objectDeleted(LyDataSourceEvent event)
objectDeleted
in interface LyDataSourceListener
event
- Event notifying the deletion of an object.
public boolean objectChanged(LyWorkSpaceEvent event)
Note that object position may also change if one of the modified fields is one of the fields specified in the list sort.
objectChanged
in interface LyWorkSpaceListener
event
- Event notifying object change.
public boolean objectModified(LyDataSourceEvent event)
objectModified
in interface LyDataSourceListener
event
- Event notifying the modification of an object.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |