public abstract class EditableTextHeaderMetaData<W extends org.gwtbootstrap3.client.ui.base.ValueBoxBase<String>,E extends org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement<String,W> & com.google.gwt.user.client.TakesValue<String> & com.google.gwt.user.client.ui.Focusable> extends Object implements EditableHeaderMetaData
| Modifier and Type | Field and Description |
|---|---|
protected String |
columnGroup |
protected org.uberfire.ext.wires.core.grids.client.widget.dom.single.SingletonDOMElementFactory<W,E> |
factory |
protected Supplier<String> |
titleGetter |
protected Consumer<String> |
titleSetter |
| Constructor and Description |
|---|
EditableTextHeaderMetaData(Supplier<String> titleGetter,
Consumer<String> titleSetter,
org.uberfire.ext.wires.core.grids.client.widget.dom.single.SingletonDOMElementFactory<W,E> factory) |
EditableTextHeaderMetaData(Supplier<String> titleGetter,
Consumer<String> titleSetter,
org.uberfire.ext.wires.core.grids.client.widget.dom.single.SingletonDOMElementFactory<W,E> factory,
String columnGroup) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroyResources() |
void |
edit(org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellEditContext context) |
boolean |
equals(Object o) |
String |
getColumnGroup() |
org.uberfire.ext.wires.core.grids.client.model.GridCellEditAction |
getSupportedEditAction()
Returns the default action that will trigger editing of the cells value.
|
String |
getTitle() |
int |
hashCode() |
void |
setColumnGroup(String columnGroup) |
void |
setTitle(String title) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetPlaceHolder, render, renderPlaceHolderprotected final String columnGroup
protected final org.uberfire.ext.wires.core.grids.client.widget.dom.single.SingletonDOMElementFactory<W extends org.gwtbootstrap3.client.ui.base.ValueBoxBase<String>,E extends org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement<String,W> & com.google.gwt.user.client.TakesValue<String> & com.google.gwt.user.client.ui.Focusable> factory
public EditableTextHeaderMetaData(Supplier<String> titleGetter, Consumer<String> titleSetter, org.uberfire.ext.wires.core.grids.client.widget.dom.single.SingletonDOMElementFactory<W,E> factory)
public String getTitle()
getTitle 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 String getColumnGroup()
getColumnGroup in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaDatapublic void setColumnGroup(String columnGroup)
setColumnGroup 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.HasDOMElementResourcespublic 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 org.uberfire.ext.wires.core.grids.client.model.GridCellEditAction getSupportedEditAction()
EditableHeaderMetaDatagetSupportedEditAction in interface EditableHeaderMetaDataCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.