public interface IRecordNavigator
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_MAXRECORDS |
static String |
PROPERTY_RECORD |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener x) |
int |
getMaxRecords() |
int |
getRecord() |
void |
next() |
void |
prev() |
void |
removePropertyChangeListener(PropertyChangeListener x) |
void |
setRecord(int record) |
static final String PROPERTY_RECORD
static final String PROPERTY_MAXRECORDS
void next()
void prev()
int getRecord()
void setRecord(int record)
int getMaxRecords()
void addPropertyChangeListener(PropertyChangeListener x)
void removePropertyChangeListener(PropertyChangeListener x)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.