PFieldController is deprecated
and replaced by PFieldControllerBean.public abstract class PFieldController extends PComponentControllerImpl
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.mFList, mRemoteListeners, UPDATE_CLIENT, UPDATE_MODEL_CHANGE, UPDATE_NEW_MODEL, UPDATE_PROPERTY| Constructor and Description |
|---|
PFieldController()
Deprecated.
Creates an instance of
PFieldController. |
| Modifier and Type | Method and Description |
|---|---|
Object |
actionPerformed(ActionEvent e)
Deprecated.
The default action performed; does nothing.
|
protected PFieldSpecification |
getDisplaySpec()
Deprecated.
Gets the field specification used to define the fields accessed
by this control.
|
String |
getFieldDescription()
Deprecated.
Returns the
FieldDescription information. |
protected PDataFieldSpecification |
getFieldSpec()
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.
|
fireDataChangeEvent, fireDataChangeEvent, fireDataChangeEvent, fireDataChangeEvent, getConnection, getProperty, getView, setDisplayComponent, updateaddRemoteListener, 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, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRemoteListener, getArrayRange, getModel, getRemoteListenerHandle, getSelectionDataFor, isLight, register, releaseRemoteListener, removeRemoteListener, setModelpublic PFieldController()
throws RemoteException
PFieldController.RemoteException - thrown for errorspublic String getFieldDescription() throws RemoteException
FieldDescription information.String with the field description.RemoteException - thrown for errorspublic void setProperty(String prop, Object val) throws RemoteException
setProperty in interface PComponentControllersetProperty in class PComponentControllerImplprop - the property nameval - the property valueRemoteException - thrown for errorspublic Object actionPerformed(ActionEvent e) throws RemoteException
e - the action eventRemoteException - thrown for errorsprotected PDataFieldSpecification getFieldSpec()
modelFieldDescription
set in the client.protected PFieldSpecification getDisplaySpec()
displayFieldDescription
set in the client.Copyright © 2003, 2023, Oracle and/or its affiliates.