Interface IPropEditorReadOnly

  • All Superinterfaces:
    IGProp<GProp<?>[]>, IPropCnr
    All Known Subinterfaces:
    IContentItem
    All Known Implementing Classes:
    EMapMarkerProp, EMLItemProp, MapMarkerProp, MLItemProp

    public interface IPropEditorReadOnly
    extends IPropCnr
    Interface that can be implemented by a property container in order to make all its children read-only in the property editor without actually have the read-only state on the property container.
    Author:
    Christopher Mindus
    • Method Detail

      • isPropertyEditorReadOnly

        default boolean isPropertyEditorReadOnly()
        Returns whether the property should be displayed in the property editor as read-only.
        Returns:
        true if read-only in the property editor, false otherwise.