org.wicketstuff.datatable_autocomplete.selection
Interface ITableRowSelectionHandler<T>

All Superinterfaces:
IClusterable, Serializable

public interface ITableRowSelectionHandler<T>
extends IClusterable

Author:
mocleiri

Method Summary
 void handleSelection(int index, T modelObject, AjaxRequestTarget target)
          Implements a callback to allow the selection of the index'ed item from the current list to be handled.
 

Method Detail

handleSelection

void handleSelection(int index,
                     T modelObject,
                     AjaxRequestTarget target)
Implements a callback to allow the selection of the index'ed item from the current list to be handled. The target should be updated accordingly

Parameters:
index -
modelObject -
target -


Copyright © 2009-2013. All Rights Reserved.