Schnittstelle ExpansionRequestable
public interface ExpansionRequestable
A
ExpansionRequestable can be asked if it is expanded or collapsed.- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
isCollapsed
default boolean isCollapsed()- Gibt zurück:
- true if the current
ExpansionRequestableis collapsed, false otherwise.
-
isExpanded
boolean isExpanded()- Gibt zurück:
- true if the current
ExpansionRequestableis expanded, false otherwise.
-