Interface PrometheusItemEditActions.PrometheusItemEditParent

All Known Implementing Classes:
PrometheusDataItemPanel
Enclosing class:
PrometheusItemEditActions

public static interface PrometheusItemEditActions.PrometheusItemEditParent
ItemEditParent interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Does the parent have errors.
    boolean
    Does the parent have updates.
    boolean
    Is the item deletable?
    boolean
    Is the item editable?
    boolean
    Is the parent new.
  • Method Details

    • isEditable

      boolean isEditable()
      Is the item editable?
      Returns:
      true/false
    • isDeletable

      boolean isDeletable()
      Is the item deletable?
      Returns:
      true/false
    • hasUpdates

      boolean hasUpdates()
      Does the parent have updates.
      Returns:
      true/false
    • hasErrors

      boolean hasErrors()
      Does the parent have errors.
      Returns:
      true/false
    • isNew

      boolean isNew()
      Is the parent new.
      Returns:
      true/false