Package it.tidalwave.role.ui
Interface Visible
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The role of an object that can be visible or not.
- Since:
- 3.2-ALPHA-7
- Author:
- Fabrizio Giudici
- Stereotype:
- Role
-
Field Summary
-
Method Summary
-
Field Details
-
_Visible_
-
VISIBLE
A role that is always visible. -
INVISIBLE
A role that is always invisible.
-
-
Method Details
-
isVisible
boolean isVisible()Returns the current visibility status.- Returns:
true
if the object is visible
-