Interface IBrowseService<T extends org.apache.wicket.model.IModel>

Type Parameters:
T - type of models supported by the service
All Superinterfaces:
org.apache.wicket.util.io.IClusterable, Serializable
All Known Implementing Classes:
AbstractBrowseView, BrowserPlugin.BrowseView, BrowseService

public interface IBrowseService<T extends org.apache.wicket.model.IModel> extends org.apache.wicket.util.io.IClusterable
The browser service provides clients (plugins) the means to select a model in "the browser". Client plugins can use this service to display the model.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    browse(T model)