com.prolifics.jni
Interface TabCardHandler
- All Known Subinterfaces:
- FieldHandler
- All Known Implementing Classes:
- FieldHandlerAdapter, TabCardHandlerAdapter
public interface TabCardHandler
Method Summary |
void |
cardCardEntry(FieldInterface f,
int context)
|
void |
cardCardExit(FieldInterface f,
int context)
|
void |
cardExpose(FieldInterface f,
int context)
|
void |
cardHide(FieldInterface f,
int context)
|
int |
cardTabEntry(FieldInterface f,
int item,
int context)
|
int |
cardTabExit(FieldInterface f,
int item,
int context)
|
int |
cardValidate(FieldInterface f,
int item,
int context)
|
cardTabEntry
int cardTabEntry(FieldInterface f,
int item,
int context)
cardTabExit
int cardTabExit(FieldInterface f,
int item,
int context)
cardValidate
int cardValidate(FieldInterface f,
int item,
int context)
cardCardEntry
void cardCardEntry(FieldInterface f,
int context)
cardCardExit
void cardCardExit(FieldInterface f,
int context)
cardExpose
void cardExpose(FieldInterface f,
int context)
cardHide
void cardHide(FieldInterface f,
int context)