Interface AttributeWriteMaximized


public interface AttributeWriteMaximized
Interface to read and write the maximized state.
Since:
1.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    setMaximized(boolean maximized)
     
  • Method Details

    • isMaximized

      boolean isMaximized()
      Returns:
      true if this widget is currently maximized (full-screen so its size covers the entire screen), false otherwise.
    • setMaximized

      void setMaximized(boolean maximized)
      Parameters:
      maximized - true to maximize, false to un-maximize (size and position will be restored to the values before it was maximized).
      See Also: