Class PossiblePlayersModel

  • All Implemented Interfaces:
    Serializable, org.apache.wicket.IClusterable, org.apache.wicket.model.IDetachable, org.apache.wicket.model.IModel<List<Topic>>

    public abstract class PossiblePlayersModel
    extends org.apache.wicket.model.LoadableDetachableModel<List<Topic>>
    See Also:
    Serialized Form
    • Method Detail

      • load

        protected List<Topic> load()
        Specified by:
        load in class org.apache.wicket.model.LoadableDetachableModel<List<Topic>>
      • filterPlayers

        protected abstract void filterPlayers​(Collection<Topic> players)
      • onDetach

        protected void onDetach()
        Overrides:
        onDetach in class org.apache.wicket.model.LoadableDetachableModel<List<Topic>>