Interface IEditableRule
- All Known Implementing Classes:
ContextualEditableRule,DefaultEditableRule,EditableRule
public interface IEditableRule
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanisEditable(int columnIndex, int rowIndex) booleanisEditable(ILayerCell cell, IConfigRegistry configRegistry)
-
Field Details
-
ALWAYS_EDITABLE
-
NEVER_EDITABLE
-
-
Method Details
-
isEditable
-
isEditable
boolean isEditable(int columnIndex, int rowIndex)
-