Schnittstelle ExpansionRequestable


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

    Modifizierer und Typ
    Methode
    Beschreibung
    default boolean
     
    boolean
     
  • Methodendetails

    • isCollapsed

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

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