public class StringDOMElementSingletonColumn extends BaseGridColumn<String> implements HasSingletonDOMElementResource
GridColumn.ColumnWidthMode, GridColumn.HeaderMetaData
placeHolder
Constructor and Description |
---|
StringDOMElementSingletonColumn(GridColumn.HeaderMetaData headerMetaData,
TextBoxSingletonDOMElementFactory factory,
double width) |
StringDOMElementSingletonColumn(List<GridColumn.HeaderMetaData> headerMetaData,
TextBoxSingletonDOMElementFactory 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 StringDOMElementSingletonColumn(GridColumn.HeaderMetaData headerMetaData, TextBoxSingletonDOMElementFactory factory, double width)
public StringDOMElementSingletonColumn(List<GridColumn.HeaderMetaData> headerMetaData, TextBoxSingletonDOMElementFactory 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–2020 JBoss by Red Hat. All rights reserved.