Package com.portal.bas.comp
Interface PIAObjectFieldBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PIAObjectFieldBeanImpl
PIAObjectFieldBean
is the controller bean for
PIAObjectField
.- Version:
- %version: 3 % %date_modified: Thu Apr 19 17:45:18 2001 %
-
Method Summary
Modifier and TypeMethodDescriptionObject[]
Retrieves the combo box choices.void
setChoiceModel
(PModelHandle model) Sets a model from which an array of choices can be extracted.void
setChoiceSpec
(String spec) Specifies which field in thesetChoiceModel
in an array of objects can be used as selections in the combo box.
-
Method Details
-
setChoiceSpec
Specifies which field in thesetChoiceModel
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
Sets a model from which an array of choices can be extracted.- Parameters:
mh
- a model handle- Throws:
RemoteException
- thrown for errors
-
getChoices
Retrieves the combo box choices.- Returns:
- An array that contains the choices made.
- Throws:
RemoteException
- thrown for errors
-