Schnittstelle ExpansionRequestable


public interface ExpansionRequestable
A ExpansionRequestable can be asked if it is expanded or collapsed.
Autor:
Silvan Wyss
  • Methodenübersicht

    Modifikator und Typ
    Methode
    Beschreibung
    default boolean
     
    boolean
     
  • Methodendetails

    • isCollapsed

      default boolean isCollapsed()
      Gibt zurück:
      true if the current ExpansionRequestable is collapsed, false otherwise.
    • isExpanded

      boolean isExpanded()
      Gibt zurück:
      true if the current ExpansionRequestable is expanded, false otherwise.