Interface SelectableRowModel<T>
-
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable
,org.apache.wicket.model.IDetachable
,org.apache.wicket.model.IModel<T>
,Serializable
- All Known Implementing Classes:
SelectableObjectModel
public interface SelectableRowModel<T> extends org.apache.wicket.model.IModel<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isSelected()
void
setSelected(boolean selected)
-