Interface ExpansionRequestable


public interface ExpansionRequestable
A ExpansionRequestable can be asked if it is expanded or collapsed.
Author:
Silvan Wyss
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     
    boolean
     
  • Method Details

    • isCollapsed

      default boolean isCollapsed()
      Returns:
      true if the current ExpansionRequestable is collapsed, false otherwise.
    • isExpanded

      boolean isExpanded()
      Returns:
      true if the current ExpansionRequestable is expanded, false otherwise.