public class PDefaultController extends PComponentControllerImpl
PDefaultController is the default controller class used for
components that don't need a controller.
It is created for components that are registered but don't have
any special controllers associated with them.mFList, mRemoteListeners, UPDATE_CLIENT, UPDATE_MODEL_CHANGE, UPDATE_NEW_MODEL, UPDATE_PROPERTY| Constructor and Description |
|---|
PDefaultController()
Creates a new instance of the default controller.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
actionPerformed(ActionEvent event)
Default
actionPerformed implementation, which does nothing. |
Object |
getSelectionDataFor(String dataItem,
int index)
Default
getDescription method, which does nothing. |
void |
update(int reason,
Object data)
Implements the default
update method, which does nothing. |
fireDataChangeEvent, fireDataChangeEvent, fireDataChangeEvent, fireDataChangeEvent, getConnection, getProperty, getView, setDisplayComponent, setProperty, updateaddRemoteListener, closeSecContext, createClientException, distributeEventToListeners, fireModelChangeEvent, getAppController, getArrayRange, getContext, getField, getField, getField, getFieldWithRestriction, getFieldWithRestriction, getFieldWithRestriction, getModel, getRemoteListenerHandle, getSecContext, handleDistributeToListener, isLight, register, releaseContext, releaseRemoteListener, removeRemoteListener, setField, setField, setModel, unreferencedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRemoteListener, getArrayRange, getModel, getRemoteListenerHandle, isLight, register, releaseRemoteListener, removeRemoteListener, setModelpublic PDefaultController()
throws RemoteException
RemoteException - thrown for all errorspublic void update(int reason,
Object data)
throws RemoteException
update method, which does nothing.update in class PControllerImplreason - the reason for the updatedata - the updated objectRemoteException - thrown for all errorspublic Object actionPerformed(ActionEvent event) throws RemoteException
actionPerformed implementation, which does nothing.event - the ActionEventObject.RemoteException - thrown for all errorspublic Object getSelectionDataFor(String dataItem, int index) throws RemoteException
getDescription method, which does nothing.dataItem - the item to get information aboutindex - the item's indexObject.RemoteException - thrown for all errorsCopyright © 2003, 2023, Oracle and/or its affiliates.