Klasse LeafletPage

Alle implementierten Schnittstellen:
PointerInterface

public class LeafletPage extends PropertyHolder
  • Konstruktordetails

  • Methodendetails

    • getClassHandler

      public static ClassHandler getClassHandler()
    • getChild

      @Deprecated public Widget getChild()
      Veraltet.
      Gets the leaflet child to which @self belongs.
      Gibt zurück:
      the child to which @self belongs
    • getName

      @Deprecated public Str getName()
      Veraltet.
      Gets the name of @self.
      Gibt zurück:
      the name of @self.
    • getNavigatable

      @Deprecated public boolean getNavigatable()
      Veraltet.
      Gets whether the child can be navigated to when folded.
      Gibt zurück:
      whether @self can be navigated to when folded
    • setName

      @Deprecated public void setName(@Nullable Str name)
      Veraltet.
      Sets the name of the @self.
      Parameter:
      name - the new value to set
    • setName

      @Deprecated public void setName(String name)
      Veraltet.
      Sets the name of the @self.
      Parameter:
      name - the new value to set
    • setNavigatable

      @Deprecated public void setNavigatable(boolean navigatable)
      Veraltet.
      Sets whether @self can be navigated to when folded.

      If `FALSE`, the child will be ignored by [method@Leaflet.get_adjacent_child],
      [method@Leaflet.navigate], and swipe gestures.

      This can be used used to prevent switching to widgets like separators.
      Parameter:
      navigatable - whether @self can be navigated to when folded
    • getTypeID

      public static long getTypeID()
    • getParentTypeID

      public static long getParentTypeID()
    • getTypeSize

      public static TypeSystem.TypeSize getTypeSize()
    • getParentTypeSize

      public static TypeSystem.TypeSize getParentTypeSize()
    • getInstanceSize

      public static int getInstanceSize()