The {@link SearchAction#modified(String,ProposalHandler)} method will be called when a user types into a searchfield aka. modifies the search query. The {@link ProposalHandler} can be used to propose search terms that willbe rendered on the accessing client.
@param query the search query so far. @param proposalHandler the handler to propose search terms. @see ProposalHandler
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|