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) DefaultactionPerformedimplementation, which does nothing.getSelectionDataFor(String dataItem, int index) DefaultgetDescriptionmethod, which does nothing.voidImplements the defaultupdatemethod, which does nothing.Methods inherited from class com.portal.bas.PComponentControllerImpl
fireDataChangeEvent, fireDataChangeEvent, fireDataChangeEvent, fireDataChangeEvent, getConnection, getProperty, getView, setDisplayComponent, setProperty, updateMethods 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, unreferencedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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 defaultupdatemethod, which does nothing.- Specified by:
updatein classPControllerImpl- Parameters:
reason- the reason for the updatedata- the updated object- Throws:
RemoteException- thrown for all errors
-
actionPerformed
DefaultactionPerformedimplementation, which does nothing.- Parameters:
event- theActionEvent- Returns:
- A null
Object. - Throws:
RemoteException- thrown for all errors
-
getSelectionDataFor
DefaultgetDescriptionmethod, 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
-