Package org.hippoecm.frontend.service
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 String
BROWSER_ID
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
browse(T model)
-
-
-
Field Detail
-
BROWSER_ID
static final String BROWSER_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
browse
void browse(T model)
-
-