public class InvocationColumnExpressionHeaderMetaData extends EditableTextHeaderMetaData<org.gwtbootstrap3.client.ui.TextBox,TextBoxDOMElement>
columnGroup, factory, titleGetter, titleSetter| Constructor and Description |
|---|
InvocationColumnExpressionHeaderMetaData(Supplier<String> titleGetter,
Consumer<String> titleSetter,
org.uberfire.ext.wires.core.grids.client.widget.dom.single.SingletonDOMElementFactory<org.gwtbootstrap3.client.ui.TextBox,TextBoxDOMElement> factory,
Optional<String> placeHolder) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getPlaceHolder()
Returns 'place holder' text to show if the
GridColumn.HeaderMetaData.getTitle() is StringUtils.isEmpty(String) |
com.ait.lienzo.client.core.shape.Group |
render(org.uberfire.ext.wires.core.grids.client.widget.context.GridHeaderColumnRenderContext context,
double blockWidth,
double blockHeight)
Delegates rendering to the
GridColumn.HeaderMetaData. |
destroyResources, edit, equals, getColumnGroup, getSupportedEditAction, getTitle, hashCode, setColumnGroup, setTitleclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitrenderPlaceHolderpublic InvocationColumnExpressionHeaderMetaData(Supplier<String> titleGetter, Consumer<String> titleSetter, org.uberfire.ext.wires.core.grids.client.widget.dom.single.SingletonDOMElementFactory<org.gwtbootstrap3.client.ui.TextBox,TextBoxDOMElement> factory, Optional<String> placeHolder)
public com.ait.lienzo.client.core.shape.Group render(org.uberfire.ext.wires.core.grids.client.widget.context.GridHeaderColumnRenderContext context,
double blockWidth,
double blockHeight)
EditableHeaderMetaDataGridColumn.HeaderMetaData.context - The context of a Grid's cell header during the rendering phase.blockWidth - Width of the GridColumn.HeaderMetaData column(s) block.blockHeight - Width of the GridColumn.HeaderMetaData row(s) block.public Optional<String> getPlaceHolder()
EditableHeaderMetaDataGridColumn.HeaderMetaData.getTitle() is StringUtils.isEmpty(String)Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.