public abstract class AbstractBrowseView extends Object implements IBrowseService<JcrNodeModel>, org.apache.wicket.model.IDetachable
Modifier and Type | Field and Description |
---|---|
static String |
SEARCH_VIEWS |
static String |
VIEWERS |
BROWSER_ID
Modifier | Constructor and Description |
---|---|
protected |
AbstractBrowseView(IPluginContext context,
IPluginConfig config,
JcrNodeModel document) |
Modifier and Type | Method and Description |
---|---|
void |
browse(JcrNodeModel model) |
void |
detach() |
protected abstract String |
getExtensionPoint() |
protected void |
onBrowse() |
void |
start() |
protected void |
updateView() |
public static final String VIEWERS
public static final String SEARCH_VIEWS
protected AbstractBrowseView(IPluginContext context, IPluginConfig config, JcrNodeModel document)
public void start()
protected void updateView()
public void browse(JcrNodeModel model)
browse
in interface IBrowseService<JcrNodeModel>
public void detach()
detach
in interface org.apache.wicket.model.IDetachable
protected abstract String getExtensionPoint()
protected void onBrowse()
Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.