public interface IFindNavigator<E>
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_VALUE |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener x) |
int |
find() |
int |
findNext() |
int |
findPrevious() |
E |
getValue() |
boolean |
isCompleted() |
boolean |
isFound(int record) |
void |
removePropertyChangeListener(PropertyChangeListener x) |
void |
setCompleted(boolean value) |
void |
setValue(E value) |
static final String PROPERTY_VALUE
E getValue()
void setValue(E value)
boolean isCompleted()
void setCompleted(boolean value)
int find() throws UnsupportedOperationException
UnsupportedOperationException
int findPrevious() throws UnsupportedOperationException
UnsupportedOperationException
int findNext() throws UnsupportedOperationException
UnsupportedOperationException
void addPropertyChangeListener(PropertyChangeListener x)
void removePropertyChangeListener(PropertyChangeListener x)
boolean isFound(int record)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.