Interface PIAObjectFieldBean

All Superinterfaces:
Remote
All Known Implementing Classes:
PIAObjectFieldBeanImpl

public interface PIAObjectFieldBean extends Remote
PIAObjectFieldBean is the controller bean for PIAObjectField.
Version:
%version: 3 % %date_modified: Thu Apr 19 17:45:18 2001 %
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the combo box choices.
    void
    Sets a model from which an array of choices can be extracted.
    void
    Specifies which field in the setChoiceModel in an array of objects can be used as selections in the combo box.
  • Method Details

    • setChoiceSpec

      void setChoiceSpec(String spec) throws RemoteException
      Specifies which field in the setChoiceModel in an array of objects can be used as selections in the combo box.
      Parameters:
      spec - a field specification that evaluates to an array field
      Throws:
      RemoteException - thrown for errors
    • setChoiceModel

      void setChoiceModel(PModelHandle model) throws RemoteException
      Sets a model from which an array of choices can be extracted.
      Parameters:
      mh - a model handle
      Throws:
      RemoteException - thrown for errors
    • getChoices

      Object[] getChoices() throws RemoteException
      Retrieves the combo box choices.
      Returns:
      An array that contains the choices made.
      Throws:
      RemoteException - thrown for errors