Schnittstelle RootRequestable

Alle bekannten Unterschnittstellen:
IGui<G>, IWebGui<G>
Alle bekannten Implementierungsklassen:
WebGui

public interface RootRequestable
A RootRequestable can be asked if it is either a root object or a child object.
Version:
2025-08-09
Autor:
Silvan Wyss
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    default boolean
     
    boolean
     
  • Methodendetails

    • isChild

      default boolean isChild()
      Gibt zurück:
      true if the current RootRequestable is a child object, false otherwise.
    • isRoot

      boolean isRoot()
      Gibt zurück:
      true if the current RootRequestable is a root object, false otherwise.