Interface InformationItemCell.HasNameCell
-
- All Superinterfaces:
org.kie.workbench.common.dmn.api.definition.HasName,org.kie.workbench.common.dmn.api.definition.HasValue<org.kie.workbench.common.dmn.api.property.dmn.Name>
- All Known Subinterfaces:
InformationItemCell.HasNameAndDataTypeCell
- Enclosing class:
- InformationItemCell
public static interface InformationItemCell.HasNameCell extends org.kie.workbench.common.dmn.api.definition.HasName
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.ait.lienzo.client.core.shape.Grouprender(org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext context)static InformationItemCell.HasNameCellwrap(String name)
-
-
-
Method Detail
-
render
com.ait.lienzo.client.core.shape.Group render(org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext context)
-
wrap
static InformationItemCell.HasNameCell wrap(String name)
-
-