public abstract class PossiblePlayersModel extends org.apache.wicket.model.LoadableDetachableModel<List<Topic>>
Constructor and Description |
---|
PossiblePlayersModel(FieldInstanceModel fieldInstanceModel,
RoleFieldModel roleFieldModel) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
filterPlayers(Collection<Topic> players) |
protected List<Topic> |
load() |
protected void |
onDetach() |
public PossiblePlayersModel(FieldInstanceModel fieldInstanceModel, RoleFieldModel roleFieldModel)
protected abstract void filterPlayers(Collection<Topic> players)