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, setLightData
getAssociatedClass, getDisplayFieldDescription, getDisplaySpec, getField, getFieldSpec, getModelFieldDescription, releaseSpecifications, revertToPrimary, setAssociatedClass, setDisplayFieldDescription, setField, setModelFieldDescription, togglePrimaryToSecondary
addRemoteListener, closeSecContext, createClientException, distributeEventToListeners, fireModelChangeEvent, getAppController, getArrayRange, getContext, getField, getField, getField, getFieldWithRestriction, getFieldWithRestriction, getFieldWithRestriction, getModel, getSecContext, handleDistributeToListener, isLight, register, releaseContext, releaseRemoteListener, removeRemoteListener, setField, setField, setModel, unreferenced
public PIAListBeanImpl() throws RemoteException
RemoteException
public Vector getListData() throws RemoteException
getListData
in interface PIAListBean
RemoteException
public void update(int reason, Object data) throws RemoteException
PIAFieldBean
displayFieldDescription
property,
if present.update
in class PIAFieldBean
reason
- the reason for the updatedata
- the updated objectRemoteException
- thrown for all errorspublic Object getSelectionDataFor(String dataItem, int index) throws RemoteException
PIAFieldBean
getSelectionDataFor
in interface PControllerBean
getSelectionDataFor
in class PIAFieldBean
dataItem
- 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.