Interface HasCellEditorControls
-
- All Known Implementing Classes:
BaseHasDynamicHeightCell,ContextGridCell,DecisionTableGridCell,DMNGridCell,FunctionGridCell,InformationItemCell,InputClauseColumnHeaderMetaData,InvocationColumnExpressionHeaderMetaData,InvocationColumnHeaderMetaData,InvocationGridCell,LiteralExpressionCell,NameColumnHeaderMetaData,OutputClauseColumnExpressionNameHeaderMetaData,OutputClauseColumnHeaderMetaData,RelationColumnHeaderMetaData,RelationGridCell,RuleAnnotationClauseColumnHeaderMetaData,UndefinedExpressionCell
public interface HasCellEditorControls
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceHasCellEditorControls.Editor<T>
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Optional<HasCellEditorControls.Editor>getEditor()
-
-
-
Method Detail
-
getEditor
default Optional<HasCellEditorControls.Editor> getEditor()
-
-