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.
Autor:
Silvan Wyss
  • Methodenübersicht

    Modifikator 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.