All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.dashbuilder.common.client.editor.HasEditMode Maven / Gradle / Ivy

The newest version!
package org.dashbuilder.common.client.editor;

import com.google.gwt.editor.client.Editor;

/**
 * 

Indicates that an editor can be used as read-only or as edit mode.

* * @since 0.4.0 */ public interface HasEditMode { /** *

Enables or disables the edition.

*/ @Editor.Ignore void isEditMode(boolean isEdit); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy