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, wait
getPlaceHolder, render, renderPlaceHolder
protected 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.HeaderMetaData
public void setTitle(String title)
setTitle
in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData
public String getColumnGroup()
getColumnGroup
in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData
public void setColumnGroup(String columnGroup)
setColumnGroup
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
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 org.uberfire.ext.wires.core.grids.client.model.GridCellEditAction getSupportedEditAction()
EditableHeaderMetaData
getSupportedEditAction
in interface EditableHeaderMetaData
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.