Package com.portal.bas
Class PDefaultController
java.lang.Object
com.portal.bas.PControllerImpl
com.portal.bas.PComponentControllerImpl
com.portal.bas.PDefaultController
- All Implemented Interfaces:
PComponentController
,PControllerBean
,Serializable
,Remote
,Unreferenced
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.- Version:
- 4
- Author:
- Larry Lynch-Freshner
- See Also:
-
Field Summary
Fields inherited from class com.portal.bas.PControllerImpl
mFList, mRemoteListeners, UPDATE_CLIENT, UPDATE_MODEL_CHANGE, UPDATE_NEW_MODEL, UPDATE_PROPERTY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactionPerformed
(ActionEvent event) DefaultactionPerformed
implementation, which does nothing.getSelectionDataFor
(String dataItem, int index) DefaultgetDescription
method, which does nothing.void
Implements the defaultupdate
method, which does nothing.Methods inherited from class com.portal.bas.PComponentControllerImpl
fireDataChangeEvent, fireDataChangeEvent, fireDataChangeEvent, fireDataChangeEvent, getConnection, getProperty, getView, setDisplayComponent, setProperty, update
Methods inherited from class com.portal.bas.PControllerImpl
addRemoteListener, 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, unreferenced
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.portal.bas.PControllerBean
addRemoteListener, getArrayRange, getModel, getRemoteListenerHandle, isLight, register, releaseRemoteListener, removeRemoteListener, setModel
-
Constructor Details
-
PDefaultController
Creates a new instance of the default controller.- Throws:
RemoteException
- thrown for all errors
-
-
Method Details
-
update
Implements the defaultupdate
method, which does nothing.- Specified by:
update
in classPControllerImpl
- Parameters:
reason
- the reason for the updatedata
- the updated object- Throws:
RemoteException
- thrown for all errors
-
actionPerformed
DefaultactionPerformed
implementation, which does nothing.- Parameters:
event
- theActionEvent
- Returns:
- A null
Object
. - Throws:
RemoteException
- thrown for all errors
-
getSelectionDataFor
DefaultgetDescription
method, which does nothing.- Parameters:
dataItem
- the item to get information aboutindex
- the item's index- Returns:
- A null
Object
. - Throws:
RemoteException
- thrown for all errors
-