Interface PresentationLever
-
- All Implemented Interfaces:
public interface PresentationLeverA gating mechanism for implementers to restrict the display of a Presentable based on specific set of conditions.
-
-
Method Summary
Modifier and Type Method Description abstract BooleancanShow(Presentable<?> presentable)Returns true if presentable can be shown, false otherwise. -
-
Method Detail
-
canShow
abstract Boolean canShow(Presentable<?> presentable)
Returns true if presentable can be shown, false otherwise.
- Parameters:
presentable- the Presentable to check if it can be shown- Returns:
true if presentable can be shown, false otherwise
-
-
-
-