Interface PrometheusItemEditActions.PrometheusItemEditParent
- All Known Implementing Classes:
PrometheusDataItemPanel
- Enclosing class:
PrometheusItemEditActions
public static interface PrometheusItemEditActions.PrometheusItemEditParent
ItemEditParent interface.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDoes the parent have errors.booleanDoes the parent have updates.booleanIs the item deletable?booleanIs the item editable?booleanisNew()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
-