public class PIASpreadSheetBeanImpl extends PFieldControllerBean implements PIASpreadSheetBean
mFList, mRemoteListeners, UPDATE_CLIENT, UPDATE_MODEL_CHANGE, UPDATE_NEW_MODEL, UPDATE_PROPERTY
Constructor and Description |
---|
PIASpreadSheetBeanImpl() |
Modifier and Type | Method and Description |
---|---|
PModelHandle[] |
getSelection(int[] selItems) |
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.
|
Object[][] |
getTable() |
void |
setUntypedData(boolean b) |
void |
update(int reason,
Object data)
The
update method is called by various internal methods when
the data has changed enough to require changing the client display. |
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, getRemoteListenerHandle, getSecContext, handleDistributeToListener, isLight, register, releaseContext, releaseRemoteListener, removeRemoteListener, setField, setField, setModel, unreferenced
public PIASpreadSheetBeanImpl() throws RemoteException
RemoteException
public void update(int reason, Object data) throws RemoteException
PControllerImpl
update
method is called by various internal methods when
the data has changed enough to require changing the client display. Must
be overridden by a specific controller subclass.update
in class PControllerImpl
reason
- an integer constant that indicates the reason for the update
(UPDATE_NEW_MODEL
, UPDATE_PROPERTY
,
UPDATE_MODEL_CHANGE
, or UPDATE_CLIENT
)data
- the data associated with update
RemoteException
- thrown for errorspublic Object[][] getTable() throws RemoteException
getTable
in interface PIASpreadSheetBean
RemoteException
public PModelHandle[] getSelection(int[] selItems) throws RemoteException
getSelection
in interface PIASpreadSheetBean
RemoteException
public Object getSelectionDataFor(String dataItem, int index) throws RemoteException
PControllerBean
getSelectionDataFor
in interface PControllerBean
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 errorspublic void setUntypedData(boolean b) throws RemoteException
setUntypedData
in interface PIASpreadSheetBean
RemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.