public interface PIAObjectFieldBean extends Remote
PIAObjectFieldBean
is the controller bean for
PIAObjectField
.Modifier and Type | Method and Description |
---|---|
Object[] |
getChoices()
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 the
setChoiceModel in an array of
objects can be used as selections in the combo box. |
void setChoiceSpec(String spec) throws RemoteException
setChoiceModel
in an array of
objects can be used as selections in the combo box.spec
- a field specification that evaluates
to an array fieldRemoteException
- thrown for errorsvoid setChoiceModel(PModelHandle model) throws RemoteException
mh
- a model handleRemoteException
- thrown for errorsObject[] getChoices() throws RemoteException
RemoteException
- thrown for errorsCopyright © 2003, 2023, Oracle and/or its affiliates.