Package com.portal.bas
Class PFieldController
java.lang.Object
com.portal.bas.PControllerImpl
com.portal.bas.PComponentControllerImpl
com.portal.bas.PFieldController
- All Implemented Interfaces:
PComponentController
,PControllerBean
,Serializable
,Remote
,Unreferenced
- Direct Known Subclasses:
PIAFieldController
,PIAGroupTreeController
,PIAListController
,PIASpecSpreadSheetController
,PIASpreadSheetController
Deprecated.
PFieldController
is a base implementation of the server side of
a component controller.
This is an abstract class that was used as the base of all
component specific controllers.- Version:
- 13
- 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 TypeMethodDescriptionDeprecated.The default action performed; does nothing.protected PFieldSpecification
Deprecated.Gets the field specification used to define the fields accessed by this control.Deprecated.Returns theFieldDescription
information.protected PDataFieldSpecification
Deprecated.Gets the field specification used to define the fields accessed by this control.void
setProperty
(String prop, Object val) Deprecated.Sets a component's property.Methods inherited from class com.portal.bas.PComponentControllerImpl
fireDataChangeEvent, fireDataChangeEvent, fireDataChangeEvent, fireDataChangeEvent, getConnection, getProperty, getView, setDisplayComponent, 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, update
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, getSelectionDataFor, isLight, register, releaseRemoteListener, removeRemoteListener, setModel
-
Constructor Details
-
PFieldController
Deprecated.Creates an instance ofPFieldController
.- Throws:
RemoteException
- thrown for errors
-
-
Method Details
-
getFieldDescription
Deprecated.Returns theFieldDescription
information.- Returns:
- A
String
with the field description. - Throws:
RemoteException
- thrown for errors
-
setProperty
Deprecated.Sets a component's property. Overrides the superclass to compile a description property into a specification, then saves that as a property with "Spec" added to the name.- Specified by:
setProperty
in interfacePComponentController
- Overrides:
setProperty
in classPComponentControllerImpl
- Parameters:
prop
- the property nameval
- the property value- Throws:
RemoteException
- thrown for errors
-
actionPerformed
Deprecated.The default action performed; does nothing.- Parameters:
e
- the action event- Returns:
- A null value.
- Throws:
RemoteException
- thrown for errors
-
getFieldSpec
Deprecated.Gets the field specification used to define the fields accessed by this control. Use this method to retrieve themodelFieldDescription
set in the client.- Returns:
- A field specification object.
-
getDisplaySpec
Deprecated.Gets the field specification used to define the fields accessed by this control. Use this method to retrieve thedisplayFieldDescription
set in the client.- Returns:
- A field specification object.
-
PFieldController
is deprecated and replaced byPFieldControllerBean
.