com.ibm.etools.iseries.rse.ui.view.datatable
Class VirtualFile
java.lang.Object
com.ibm.etools.iseries.rse.ui.view.datatable.VirtualFile
public class VirtualFile
- extends Object
copyright
public static final String copyright
- See Also:
- Constant Field Values
VirtualFile
public VirtualFile(Shell shell,
MemberElement target,
boolean asSequential,
FileTableSlider slider,
ISeriesDataTableView view,
int startupRecordCount)
finalize
protected void finalize()
throws Throwable
- Overrides:
finalize
in class Object
- Throws:
Throwable
refresh
public void refresh()
growCacheLimit_OnPageResze
public void growCacheLimit_OnPageResze(int newPageLen)
close
public void close()
viewNextRecord
public boolean viewNextRecord()
viewPreviousRecord
public boolean viewPreviousRecord()
viewNextPage
public boolean viewNextPage()
viewPreviousPage
public boolean viewPreviousPage()
viewBOF
public boolean viewBOF()
viewEOF
public boolean viewEOF()
viewSlide
public boolean viewSlide(int dragIndex)
getPage
public Object[] getPage(int pageSize)
getPage_OnCacheError
public Object[] getPage_OnCacheError(int pageSize)
positionViewToRecord
public boolean positionViewToRecord(Object[] keys)
- Parameters:
keys
-
- Returns:
- Success. TRUE if a record found.
positionViewToRecord_Keyed
public boolean positionViewToRecord_Keyed(Object[] keys)
- Parameters:
keys
-
- Returns:
- Success. TRUE if a record found.
Copyright © 2011 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.