|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteDataPilotTable
This class represents a DataPilot table reports on a sheet.
Creation and access
Method Summary | |
---|---|
void |
addFields(java.lang.String[] rowfields,
java.lang.String[] colfields,
java.lang.String[] datafields,
java.lang.String[] pageFields,
int function)
This method adds row fields, column fields, page fields and data fields in a DataPilot table. |
IRemoteSymphonyApplication |
getApplication()
This property represents the Lotus Symphony application. |
IRemoteDataPilotFields |
getColumnFields()
This property returns all the column fields of a DataPilot table. |
IRemoteDataPilotFields |
getDataFields()
This property returns all the data fields of a DataPilot table. |
IRemoteDataPilotFields |
getHiddenFields()
This property returns the hidden fields of a DataPilot table. |
java.lang.String |
getName()
This property returns or sets the name of the DataPilot table. |
IRemoteDataPilotFields |
getPageFields()
This property returns the page fields of a DataPilot table. |
IRemoteDataPilotFields |
getRowFields()
This property returns all the row fields of a DataPilot table. |
void |
refreshTable()
This method refreshes the DataPilot table. |
void |
remove()
This method deletes a DataPilot table. |
void |
setName(java.lang.String name)
This property returns or sets the name of the DataPilot table. |
Method Detail |
---|
IRemoteSymphonyApplication getApplication() throws RemoteEclipseAPIException
RemoteEclipseAPIException
IRemoteDataPilotFields getColumnFields() throws RemoteEclipseAPIException
RemoteEclipseAPIException
IRemoteDataPilotFields getDataFields() throws RemoteEclipseAPIException
RemoteEclipseAPIException
IRemoteDataPilotFields getHiddenFields() throws RemoteEclipseAPIException
RemoteEclipseAPIException
IRemoteDataPilotFields getPageFields() throws RemoteEclipseAPIException
RemoteEclipseAPIException
java.lang.String getName() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setName(java.lang.String name) throws RemoteEclipseAPIException
name
-
RemoteEclipseAPIException
IRemoteDataPilotFields getRowFields() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void addFields(java.lang.String[] rowfields, java.lang.String[] colfields, java.lang.String[] datafields, java.lang.String[] pageFields, int function) throws RemoteEclipseAPIException
rowfields
- Specifies a field name or an array of field names to be added as rows. Each field must be a column of the DataPilot table's source range. The value of this parameter can be null.colfields
- Specifies a field name or an array of field names to be added as columns. Each field must be a column of the DataPilot table's source range. The value of this parameter can be null.datafields
- Specifies a field name or an array of field names to be added as data. Each field must be a column of the DataPilot table's source range. The value of this parameter can be null.pageFields
- Specifies a field name or an array of field names to be added as page fields. Each field must be a column of the DataPilot table's source range. The value of this parameter can be null.function
- Summarizes the DataPilot table field, and is a general function constant type.
RemoteEclipseAPIException
void refreshTable() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void remove() throws RemoteEclipseAPIException
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |