public interface PIASpecSpreadSheetBean extends Remote
| Modifier and Type | Method and Description |
|---|---|
com.portal.app.util.TableUpdateRegion |
getRegion() |
com.portal.app.util.TableUpdateRegion |
getRegion(int fromRow,
int toRow,
int fromCol,
int toCol) |
Object[][] |
getTable() |
Object[][] |
revertToPrimary() |
void |
setColumnDisplayDescription(com.portal.app.util.CellVal cv) |
void |
setColumnModelDescription(com.portal.app.util.CellVal cv) |
void |
setData(Vector v) |
void |
setUntypedData(boolean b) |
Object[][] |
toggleCurrency(ArrayList al,
int from,
int to) |
Object[][] |
toggleCurrency(ArrayList al,
int from,
int to,
Vector dataToConvert) |
Object[][] getTable() throws RemoteException
RemoteExceptioncom.portal.app.util.TableUpdateRegion getRegion(int fromRow,
int toRow,
int fromCol,
int toCol)
throws RemoteException
RemoteExceptioncom.portal.app.util.TableUpdateRegion getRegion()
throws RemoteException
RemoteExceptionvoid setColumnDisplayDescription(com.portal.app.util.CellVal cv)
throws RemoteException
RemoteExceptionvoid setColumnModelDescription(com.portal.app.util.CellVal cv)
throws RemoteException
RemoteExceptionObject[][] revertToPrimary() throws RemoteException
RemoteExceptionObject[][] toggleCurrency(ArrayList al, int from, int to) throws RemoteException
RemoteExceptionObject[][] toggleCurrency(ArrayList al, int from, int to, Vector dataToConvert) throws RemoteException
RemoteExceptionvoid setUntypedData(boolean b)
throws RemoteException
RemoteExceptionvoid setData(Vector v)
Copyright © 2003, 2023, Oracle and/or its affiliates.