Interface MultiValueCellEditor.NavigationListener
-
- All Known Implementing Classes:
RelationMemberConflictResolverTable
,TagConflictResolverTable
- Enclosing class:
- MultiValueCellEditor
public static interface MultiValueCellEditor.NavigationListener
Defines the interface for an object implementing navigation between rows
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
gotoNextDecision()
Call when need to go to next rowvoid
gotoPreviousDecision()
Call when need to go to previous row
-
-
-
Method Detail
-
gotoNextDecision
void gotoNextDecision()
Call when need to go to next row
-
gotoPreviousDecision
void gotoPreviousDecision()
Call when need to go to previous row
-
-