Package 

Enum WindowHint

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum WindowHint
    extends Enum<WindowHint>
                        

    The window size hints used by WebviewKo.size

    A Wrapper of WEBVIEW_HINT_NONE, WEBVIEW_HINT_MIN, WEBVIEW_HINT_MAX and WEBVIEW_HINT_FIXED

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      None

      Width and height are default size

      Minimum

      Width and height are minimum bounds

      Maximum

      Width and height are maximum bounds

      Fixed

      Window size can not be changed by a user

    • Method Summary

      Modifier and Type Method Description
      final Integer getValue()
      • Methods inherited from class kotlin.Enum

        getName, getOrdinal
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait