- 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
public int cardTabEntry(FieldInterface f,
int item,
int context)
cardTabExit
public int cardTabExit(FieldInterface f,
int item,
int context)
cardValidate
public int cardValidate(FieldInterface f,
int item,
int context)
cardCardEntry
public void cardCardEntry(FieldInterface f,
int context)
cardCardExit
public void cardCardExit(FieldInterface f,
int context)
cardExpose
public void cardExpose(FieldInterface f,
int context)
cardHide
public void cardHide(FieldInterface f,
int context)