Package com.portal.app.comp
Class PIAPhoneTableController
java.lang.Object
com.portal.bas.PControllerImpl
com.portal.bas.PComponentControllerImpl
com.portal.bas.PFieldController
com.portal.bas.comp.PIASpecSpreadSheetController
com.portal.app.comp.PIAPhoneTableController
- All Implemented Interfaces:
PComponentController
,PControllerBean
,Serializable
,Remote
,Unreferenced
Controller class for the PIAPhoneTable component.
This class is used exclusively to aid collectData() in the client portion
of this panel. It is faster to fill in the FList here on the server side.
Essentially, the phone types and numbers are sent to this controller in
separate arrays, and this class builds up an FList containing that data.
That FList is returned to the client as a PModelHandle
- 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) Aids the collectData() method from the client componentMethods inherited from class com.portal.bas.comp.PIASpecSpreadSheetController
getSelectionDataFor, update
Methods inherited from class com.portal.bas.PFieldController
getDisplaySpec, getFieldDescription, getFieldSpec, setProperty
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
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, isLight, register, releaseRemoteListener, removeRemoteListener, setModel
-
Constructor Details
-
PIAPhoneTableController
- Throws:
RemoteException
-
-
Method Details
-
actionPerformed
Aids the collectData() method from the client component- Specified by:
actionPerformed
in interfacePComponentController
- Overrides:
actionPerformed
in classPIASpecSpreadSheetController
- Parameters:
event
- containing the "collectPhone" command- Returns:
- Information about the event, or null if this isn't
a
PIADataActionEvent
. - Throws:
RemoteException
- thrown for errors
-