public abstract class EditablePopupHeaderMetaData<G,E extends HasCellEditorControls.Editor<G>> extends Object implements EditableHeaderMetaData
| Modifier and Type | Field and Description |
|---|---|
protected CellEditorControlsView.Presenter |
cellEditorControls |
protected E |
editor |
| Constructor and Description |
|---|
EditablePopupHeaderMetaData(CellEditorControlsView.Presenter cellEditorControls,
E editor) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroyResources() |
void |
edit(org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellEditContext context) |
protected abstract G |
getPresenter() |
void |
setColumnGroup(String columnGroup) |
void |
setTitle(String title) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPlaceHolder, getSupportedEditAction, render, renderPlaceHolderprotected CellEditorControlsView.Presenter cellEditorControls
protected E extends HasCellEditorControls.Editor<G> editor
public EditablePopupHeaderMetaData(CellEditorControlsView.Presenter cellEditorControls, E editor)
protected abstract G getPresenter()
public void setColumnGroup(String columnGroup)
setColumnGroup in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaDatapublic void setTitle(String title)
setTitle in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaDatapublic void edit(org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellEditContext context)
edit in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaDatapublic void destroyResources()
destroyResources in interface org.uberfire.ext.wires.core.grids.client.widget.dom.HasDOMElementResourcesCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.