public class ListBoxDOMElementSingletonColumn extends BaseGridColumn<String> implements HasSingletonDOMElementResource
GridColumn.ColumnWidthMode, GridColumn.HeaderMetaDataplaceHolder| Constructor and Description |
|---|
ListBoxDOMElementSingletonColumn(GridColumn.HeaderMetaData headerMetaData,
ListBoxSingletonDOMElementFactory factory,
double width) |
ListBoxDOMElementSingletonColumn(List<GridColumn.HeaderMetaData> headerMetaData,
ListBoxSingletonDOMElementFactory factory,
double width) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroyResources()
Destroys all additional resources created during initialisation.
|
void |
edit(GridCell<String> cell,
GridBodyCellRenderContext context,
Consumer<GridCellValue<String>> callback)
Edit the cell (normally in response to a mouse double-click event)
|
void |
flush()
Flushes the content of a DOMElement to the underlying model.
|
equals, getColumnRenderer, getColumnWidthMode, getHeaderMetaData, getIndex, getLink, getMaximumWidth, getMinimumWidth, getPlaceHolder, getWidth, hashCode, isFloatable, isLinked, isMovable, isResizable, isVisible, setColumnWidthMode, setFloatable, setIndex, setLink, setMaximumWidth, setMinimumWidth, setMovable, setPlaceHolder, setResizable, setVisible, setWidthclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waiteditpublic ListBoxDOMElementSingletonColumn(GridColumn.HeaderMetaData headerMetaData, ListBoxSingletonDOMElementFactory factory, double width)
public ListBoxDOMElementSingletonColumn(List<GridColumn.HeaderMetaData> headerMetaData, ListBoxSingletonDOMElementFactory factory, double width)
public void edit(GridCell<String> cell, GridBodyCellRenderContext context, Consumer<GridCellValue<String>> callback)
GridColumnedit in interface GridColumn<String>public void flush()
HasSingletonDOMElementResourceflush in interface HasSingletonDOMElementResourcepublic void destroyResources()
HasDOMElementResourcesdestroyResources in interface HasDOMElementResourcesCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.