public class PIAListBeanImpl extends PIAFieldBean implements PIAListBean
mFList, mRemoteListeners, UPDATE_CLIENT, UPDATE_MODEL_CHANGE, UPDATE_NEW_MODEL, UPDATE_PROPERTY| Constructor and Description |
|---|
PIAListBeanImpl() |
| Modifier and Type | Method and Description |
|---|---|
Vector |
getListData()
Returns the list of data that needs to be loaded into the PIAList
component.
|
Object |
getSelectionDataFor(String dataItem,
int index)
Given the name of a display data item and an optional index,
returns the information needed for a selection event.
|
void |
update(int reason,
Object data)
Updates the field according to the
displayFieldDescription property,
if present. |
getDataDescriptor, getLightData, getRemoteListenerHandle, propertyChange, setLightDatagetAssociatedClass, getDisplayFieldDescription, getDisplaySpec, getField, getFieldSpec, getModelFieldDescription, releaseSpecifications, revertToPrimary, setAssociatedClass, setDisplayFieldDescription, setField, setModelFieldDescription, togglePrimaryToSecondaryaddRemoteListener, closeSecContext, createClientException, distributeEventToListeners, fireModelChangeEvent, getAppController, getArrayRange, getContext, getField, getField, getField, getFieldWithRestriction, getFieldWithRestriction, getFieldWithRestriction, getModel, getSecContext, handleDistributeToListener, isLight, register, releaseContext, releaseRemoteListener, removeRemoteListener, setField, setField, setModel, unreferencedpublic PIAListBeanImpl()
throws RemoteException
RemoteExceptionpublic Vector getListData() throws RemoteException
getListData in interface PIAListBeanRemoteExceptionpublic void update(int reason,
Object data)
throws RemoteException
PIAFieldBeandisplayFieldDescription property,
if present.update in class PIAFieldBeanreason - the reason for the updatedata - the updated objectRemoteException - thrown for all errorspublic Object getSelectionDataFor(String dataItem, int index) throws RemoteException
PIAFieldBeangetSelectionDataFor in interface PControllerBeangetSelectionDataFor in class PIAFieldBeandataItem - the name of a data item. Must match the name of
an item changed by sending a
PViewDataChangeEvent.index - an optional index into an array data itemRemoteException - thrown for errorsCopyright © 2003, 2023, Oracle and/or its affiliates.