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 PFieldSpecificationDeprecated.Gets the field specification used to define the fields accessed by this control.Deprecated.Returns theFieldDescriptioninformation.protected PDataFieldSpecificationDeprecated.Gets the field specification used to define the fields accessed by this control.voidsetProperty(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, 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, unreferenced, updateMethods 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, getSelectionDataFor, isLight, register, releaseRemoteListener, removeRemoteListener, setModel
-
Constructor Details
-
PFieldController
Deprecated.Creates an instance ofPFieldController.- Throws:
RemoteException- thrown for errors
-
-
Method Details
-
getFieldDescription
Deprecated.Returns theFieldDescriptioninformation.- Returns:
- A
Stringwith 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:
setPropertyin interfacePComponentController- Overrides:
setPropertyin 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 themodelFieldDescriptionset 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 thedisplayFieldDescriptionset in the client.- Returns:
- A field specification object.
-
PFieldControlleris deprecated and replaced byPFieldControllerBean.