Interface InformationItemCell.HasNameAndDataTypeCell
-
- All Superinterfaces:
org.kie.workbench.common.dmn.api.definition.HasName,org.kie.workbench.common.dmn.api.definition.HasTypeRef,org.kie.workbench.common.dmn.api.definition.HasTypeRefs,org.kie.workbench.common.dmn.api.definition.HasValue<org.kie.workbench.common.dmn.api.property.dmn.Name>,InformationItemCell.HasNameCell
- Enclosing class:
- InformationItemCell
public static interface InformationItemCell.HasNameAndDataTypeCell extends InformationItemCell.HasNameCell, org.kie.workbench.common.dmn.api.definition.HasTypeRef
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPlaceHolderText()booleanhasData()static InformationItemCell.HasNameAndDataTypeCellwrap(org.kie.workbench.common.dmn.api.definition.model.InformationItem informationItem)static InformationItemCell.HasNameAndDataTypeCellwrap(org.kie.workbench.common.dmn.api.definition.model.InformationItem informationItem, String placeholder)-
Methods inherited from interface org.kie.workbench.common.dmn.api.definition.HasName
getName, getValue, setName, setValue
-
Methods inherited from interface org.kie.workbench.common.dmn.api.definition.HasTypeRef
asDMNModelInstrumentedBase, getTypeRef, setTypeRef
-
Methods inherited from interface org.kie.workbench.common.dmn.api.definition.HasTypeRefs
getHasTypeRefs
-
Methods inherited from interface org.kie.workbench.common.dmn.client.editors.expressions.types.context.InformationItemCell.HasNameCell
render
-
-
-
-
Method Detail
-
hasData
boolean hasData()
-
getPlaceHolderText
String getPlaceHolderText()
-
wrap
static InformationItemCell.HasNameAndDataTypeCell wrap(org.kie.workbench.common.dmn.api.definition.model.InformationItem informationItem)
-
wrap
static InformationItemCell.HasNameAndDataTypeCell wrap(org.kie.workbench.common.dmn.api.definition.model.InformationItem informationItem, String placeholder)
-
-