onFindAgainCommand( findPrevious )
Typically, you'll simply bind this method to your "find next" and "find previous" commands, like this:
<command name="cmd_find_previous" oncommand="gFindBar.onFindAgainCommand(true);"/> <command name="cmd_find_next" oncommand="gFindBar.onFindAgainCommand(false);"/>