public abstract class DragTrackerTitleCustomizer
extends java.lang.Object
Constructor and Description |
---|
DragTrackerTitleCustomizer() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getDragTrackerTitle(ListGridRecord listGridRecord,
int rowNum)
Return "title" HTML to display as a drag tracker when the user drags some record.
Default implementation will display the cell value for the title field (see +link{listGrid.getTitleField()}) for the record(s) being dragged (including any icons / custom formatting / styling, etc). |
ListGrid |
getGrid()
Returns the ListGrid over which the hover occurred
|
void |
setGrid(ListGrid grid) |
public void setGrid(ListGrid grid)
public ListGrid getGrid()
public abstract java.lang.String getDragTrackerTitle(ListGridRecord listGridRecord, int rowNum)
Note: Only called if +link{listGrid.dragTrackerMode} is set to "title"
.
record
- being dragged.rowNum
-