Interface HasEditMode
-
- All Known Implementing Classes:
DropDownImageListEditor
public interface HasEditModeIndicates that an editor can be used as read-only or as edit mode.
- Since:
- 0.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidisEditMode(boolean isEdit)Enables or disables the edition.
-