Interface ComponentSelectionDescriptor
public interface ComponentSelectionDescriptor
A component selection description, which wraps a cause with an optional custom description.
- Since:
- 4.6
-
Method Summary
Modifier and TypeMethodDescriptiongetCause()Returns the cause associated with this descriptorReturns a description for the selection.
-
Method Details
-
getCause
ComponentSelectionCause getCause()Returns the cause associated with this descriptor- Returns:
- a component selection cause
-
getDescription
-