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
RemoteException
com.portal.app.util.TableUpdateRegion getRegion(int fromRow, int toRow, int fromCol, int toCol) throws RemoteException
RemoteException
com.portal.app.util.TableUpdateRegion getRegion() throws RemoteException
RemoteException
void setColumnDisplayDescription(com.portal.app.util.CellVal cv) throws RemoteException
RemoteException
void setColumnModelDescription(com.portal.app.util.CellVal cv) throws RemoteException
RemoteException
Object[][] revertToPrimary() throws RemoteException
RemoteException
Object[][] toggleCurrency(ArrayList al, int from, int to) throws RemoteException
RemoteException
Object[][] toggleCurrency(ArrayList al, int from, int to, Vector dataToConvert) throws RemoteException
RemoteException
void setUntypedData(boolean b) throws RemoteException
RemoteException
void setData(Vector v)
Copyright © 2003, 2023, Oracle and/or its affiliates.