|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteDataPilotField
This class represents a field which can be a row, column, data, page or hidden field in a DataPilot table.
Usage
After a DataPilot table is created, all the columns in the source range are added to hidden fields. There are two ways to add row fields, column fields, page fields, and data fields :
Method Summary | |
---|---|
IRemoteSymphonyApplication |
getApplication()
This property represents the Lotus Symphony application. |
int |
getFunction()
This property returns or sets the function used to summarize only the data fields of the DataPilot field, it can be a general function constant. |
java.lang.String |
getName()
This property returns a string value that represent the name of the field. |
int |
getOrientation()
This property returns or sets the type of the field in the specified DataPilot table report. |
void |
setFunction(int function)
This property returns or sets the function used to summarize only the data fields of the DataPilot field, it can be a general function constant. |
void |
setOrientation(int orientation)
This property returns or sets the type of the field in the specified DataPilot table report. |
Method Detail |
---|
IRemoteSymphonyApplication getApplication() throws RemoteEclipseAPIException
RemoteEclipseAPIException
int getFunction() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setFunction(int function) throws RemoteEclipseAPIException
function
-
RemoteEclipseAPIException
java.lang.String getName() throws RemoteEclipseAPIException
RemoteEclipseAPIException
int getOrientation() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setOrientation(int orientation) throws RemoteEclipseAPIException
orientation
-
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |