|
|
|||||
| Package com.dassault_systemes.pprnblcabase.controller |
Class LCASingleObjectDialogController
|
| Class Hierarchy |
java.lang.Object
|
+-com.dassault_systemes.pprnblcabase.controller.LCABaseController
|
+-com.dassault_systemes.pprnblcabase.controller.LCABaseDialogController
|
+-com.dassault_systemes.pprnblcabase.controller.LCASingleObjectDialogController
| Class Location |
| Class Description |
public class LCASingleObjectDialogController
Base controller to support command controllers which operate on a single object.
| Field Summary |
| protected ENOVIDataObject | _dataObj
object on which to command is being run |
| public CATLabel | _labelObject
|
| Constructor Summary |
| LCASingleObjectDialogController()
|
| Method Summary |
| protected void | addToRelationshipNavigator()
Adds to RelNav |
| protected ENOVTypeMask | getDataMask()
Specifies the mask type to use when retrieving the object. |
| protected String | getObjectUUID()
Function encapsulates accessing the UUID of the focal object. |
| protected void | initObjectContext()
Initializes the label fields for the current object. |
| public void | loadObject()
Loads the current data object into memory. |
| public void | onCreate(CATDialog iDialog, CATNotification iNotification, Object iData)
|
| public void | onDocumentChanged(CATDialog iDialog, CATNotification iNotification, Object iData)
|
| Field Detail |
protected ENOVIDataObject _dataObj
object on which to command is being run
public CATLabel _labelObject
| Constructor Detail |
LCASingleObjectDialogController()
| Method Detail |
protected void addToRelationshipNavigator()
Adds to RelNav
protected ENOVTypeMask getDataMask()
Specifies the mask type to use when retrieving the object.
protected String getObjectUUID()
Function encapsulates accessing the UUID of the focal object.
This function is useful for dialog focusing on a single object.
protected void initObjectContext()
Initializes the label fields for the current object.
public void loadObject()
Loads the current data object into memory.
public void onCreate(CATDialog iDialog, CATNotification iNotification, Object iData)
public void onDocumentChanged(CATDialog iDialog, CATNotification iNotification, Object iData)