Class PIAPhoneTableController

All Implemented Interfaces:
PComponentController, PControllerBean, Serializable, Remote, Unreferenced

public class PIAPhoneTableController extends PIASpecSpreadSheetController
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: