T - Generic typeS - the type of the sort propertypublic abstract class DocumentTooltipColumn<T extends DocumentAttachable,S>
extends org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn<T,S>
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentTooltipColumn.DocumentTooltipPanel
Panel which include a linkable image.
|
class |
DocumentTooltipColumn.ImagePanel
Use panel to be able to add an image into wicket
datatable column header.
|
| Constructor and Description |
|---|
DocumentTooltipColumn(org.apache.wicket.model.IModel<String> displayModel)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.wicket.Component |
getHeader(String componentId) |
abstract void |
onClick(org.apache.wicket.model.IModel<T> model)
Called when link is clicked.
|
void |
populateItem(org.apache.wicket.markup.repeater.Item<org.apache.wicket.extensions.markup.html.repeater.data.grid.ICellPopulator<T>> item,
String componentId,
org.apache.wicket.model.IModel<T> model) |
public DocumentTooltipColumn(org.apache.wicket.model.IModel<String> displayModel)
displayModel - header display modelpublic org.apache.wicket.Component getHeader(String componentId)
getHeader in interface org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<T extends DocumentAttachable,S>getHeader in class org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn<T extends DocumentAttachable,S>public void populateItem(org.apache.wicket.markup.repeater.Item<org.apache.wicket.extensions.markup.html.repeater.data.grid.ICellPopulator<T>> item, String componentId, org.apache.wicket.model.IModel<T> model)
public abstract void onClick(org.apache.wicket.model.IModel<T> model)
model - current modelCopyright © 2009-2013 IRD. All Rights Reserved.