Class SqueezerPage

All Implemented Interfaces:
PointerInterface

public class SqueezerPage extends Object
  • Constructor Details

  • Method Details

    • getClassHandler

      public static ClassHandler getClassHandler()
    • getChild

      public Widget getChild()
      Returns the squeezer child to which @self belongs.
      Returns:
      the child to which @self belongs
    • getEnabled

      public boolean getEnabled()
      Gets whether @self is enabled.
      Returns:
      whether @self is enabled
    • setEnabled

      public void setEnabled(boolean enabled)
      Sets whether @self is enabled.

      If a child is disabled, it will be ignored when looking for the child
      fitting the available size best.

      This allows to programmatically and prematurely hide a child even if it fits
      in the available space.

      This can be used e.g. to ensure a certain child is hidden below a certain
      window width, or any other constraint you find suitable.
      Parameters:
      enabled - whether @self is enabled
    • 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()