Package it.tidalwave.ui.core.role
Interface Visibility
- 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:
- 2.0-ALPHA-1
- Author:
- Fabrizio Giudici
- Stereotype:
- Role
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Class
<Visibility> static final Visibility
A role that is always invisible.static final Visibility
A role that is always visible. -
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
-