Interface ObjectReadOnlyRenderer<I>
-
- All Superinterfaces:
Serializable
public interface ObjectReadOnlyRenderer<I> extends Serializable
A renderer for rendering the readonly view of an object.- Since:
- May 29, 2008
- Author:
- roland
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentgetObjectRenderer(String id, IModel<I> pModel, IModel<String> pSearchTextModel)Get the component used for rendering the read only view when an object has been selected.
-
-
-
Method Detail
-
getObjectRenderer
Component getObjectRenderer(String id, IModel<I> pModel, IModel<String> pSearchTextModel)
Get the component used for rendering the read only view when an object has been selected.- Parameters:
id- wicket id of objectpModel- the model holding the selected objects idpSearchTextModel- the string used during selection- Returns:
- a component which is used as as readonly view.
-
-