Interface I_CmsEditPropertyContext

All Known Implementing Classes:
CmsExplorerDialogContext, CmsFileTableDialogContext, CmsListManager.DialogContext

public interface I_CmsEditPropertyContext
Action context that allows direct editing of single properties.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    editProperty(Object propertyId)
    Start the editing process.
    boolean
    Checks whether the given property is editable.
  • Method Details

    • editProperty

      void editProperty(Object propertyId)
      Start the editing process.

      Parameters:
      propertyId - the property to edit
    • isPropertyEditable

      boolean isPropertyEditable(Object propertyId)
      Checks whether the given property is editable.

      Parameters:
      propertyId - the property id
      Returns:
      true if the given property is editable