public class PIANotesPanelController extends PIAPanelController
mFList, mRemoteListeners, UPDATE_CLIENT, UPDATE_MODEL_CHANGE, UPDATE_NEW_MODEL, UPDATE_PROPERTY
Constructor and Description |
---|
PIANotesPanelController() |
Modifier and Type | Method and Description |
---|---|
Object |
actionPerformed(ActionEvent event)
Receives action events from the client
|
Object |
getLoginName(PIADataActionEvent event)
Returns the CSR name string
|
void |
update(int reason,
Object incoming)
Override update() method to convert Notes binary buffer into text before display
|
getRemoteListenerHandle, getSelectionDataFor, propertyChange
fireDataChangeEvent, fireDataChangeEvent, fireDataChangeEvent, fireDataChangeEvent, getConnection, getProperty, getView, setDisplayComponent, setProperty, update
addRemoteListener, closeSecContext, createClientException, distributeEventToListeners, fireModelChangeEvent, getAppController, getArrayRange, getContext, getField, getField, getField, getFieldWithRestriction, getFieldWithRestriction, getFieldWithRestriction, getModel, getSecContext, handleDistributeToListener, isLight, register, releaseContext, releaseRemoteListener, removeRemoteListener, setField, setField, setModel, unreferenced
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addRemoteListener, getArrayRange, getModel, isLight, register, releaseRemoteListener, removeRemoteListener, setModel
public PIANotesPanelController() throws RemoteException
RemoteException
public void update(int reason, Object incoming) throws RemoteException
update
in class PIAPanelController
reason
- an integer constant that indicates the reason for the update
(UPDATE_NEW_MODEL
, UPDATE_PROPERTY
,
UPDATE_MODEL_CHANGE
, or UPDATE_CLIENT
)incoming
- the data associated with update
RemoteException
- thrown for errorspublic Object actionPerformed(ActionEvent event) throws RemoteException
actionPerformed
in interface PComponentController
actionPerformed
in class PIAPanelController
event
- - The actionEvent - for the Notes save commandRemoteException
- epublic Object getLoginName(PIADataActionEvent event) throws RemoteException
event
- - voidRemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.