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 |
protected Optional<String> |
editorTitle |
Constructor and Description |
---|
EditablePopupHeaderMetaData(CellEditorControlsView.Presenter cellEditorControls,
E editor,
Optional<String> editorTitle) |
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, wait
getPlaceHolder, getSupportedEditAction, render, renderPlaceHolder
protected CellEditorControlsView.Presenter cellEditorControls
protected E extends HasCellEditorControls.Editor<G> editor
public EditablePopupHeaderMetaData(CellEditorControlsView.Presenter cellEditorControls, E editor, Optional<String> editorTitle)
protected abstract G getPresenter()
public void setColumnGroup(String columnGroup)
setColumnGroup
in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData
public void setTitle(String title)
setTitle
in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData
public 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.HeaderMetaData
public void destroyResources()
destroyResources
in interface org.uberfire.ext.wires.core.grids.client.widget.dom.HasDOMElementResources
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.