Package com.portal.bas
Interface PRemoteComponent
- All Superinterfaces:
EventListener
,PComponent
,PViewDataChangeListener
,Remote
- All Known Implementing Classes:
PComponentImpl
,PFieldComponentImpl
Deprecated.
As of Release 6.1, this interface is deprecated. There is no
replacement.
- Version:
- 5
- Author:
- Larry Lynch-Freshner
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the view controller used by the component.void
setComponentController
(PComponentController controller) Deprecated.Sets the view controller used by the component.Methods inherited from interface com.portal.bas.PComponent
getControllerClassName, getModelHandle, isLight, setModelHandle
Methods inherited from interface com.portal.bas.PViewDataChangeListener
viewDataChange
-
Method Details
-
setComponentController
Deprecated.Sets the view controller used by the component.- Parameters:
controller
- the newPComponentController
- Throws:
RemoteException
- thrown for errors
-
getComponentController
Deprecated.Gets the view controller used by the component.- Returns:
- The controller used for this component.
- Throws:
RemoteException
- thrown for errors
-