public class ListBoxDOMElementSingletonColumn extends BaseGridColumn<String> implements HasSingletonDOMElementResource
GridColumn.ColumnWidthMode, GridColumn.HeaderMetaData
placeHolder
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, setWidth
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
edit
public 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)
GridColumn
edit
in interface GridColumn<String>
public void flush()
HasSingletonDOMElementResource
flush
in interface HasSingletonDOMElementResource
public void destroyResources()
HasDOMElementResources
destroyResources
in interface HasDOMElementResources
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.