public interface ShouldDisableCanvasCustomizer
| Modifier and Type | Method and Description | 
|---|---|
| boolean | shouldDisableCanvas()Called to determine whether the  canvasshould bedisabledwhen theCanvasItemis disabled or itseditability changes. | 
boolean shouldDisableCanvas()
canvas should be
 disabled when the
 CanvasItem is disabled or its
 editability changes.
 By default, if the canvas is a DynamicForm,
 then it is disabled if and only if the CanvasItem is disabled; otherwise,
 the canvas is disabled if and only if the CanvasItem is disabled
 or read-only.true if the canvas should be disabled; false otherwise.