org.wicketstuff.datatable_autocomplete.table
Interface DTADataTable.DTADataTableItemModifier<T>

All Superinterfaces:
IClusterable, Serializable
Enclosing class:
DTADataTable<T>

public static interface DTADataTable.DTADataTableItemModifier<T>
extends IClusterable


Method Summary
 void modifyRowItem(Item<T> item)
          Allows the row item to be modified when it is created.
 

Method Detail

modifyRowItem

void modifyRowItem(Item<T> item)
Allows the row item to be modified when it is created. Typcially used for on row click listeners.

Parameters:
item -


Copyright © 2009-2013. All Rights Reserved.