Enum Class SlideMode

java.lang.Object
java.lang.Enum<SlideMode>
com.lipisak.vaadin.slidetab.SlideMode
All Implemented Interfaces:
Serializable, Comparable<SlideMode>, Constable

public enum SlideMode extends Enum<SlideMode>
Since:
12/10/2018
Author:
eriklumme
  • Enum Constant Details

    • TOP

      public static final SlideMode TOP
      slides from top to bottom
    • BOTTOM

      public static final SlideMode BOTTOM
      slides from bottom to top
    • LEFT

      public static final SlideMode LEFT
      slides from left to right
  • Method Details

    • values

      public static SlideMode[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static SlideMode valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • isVertical

      public boolean isVertical()
      layout is vertical
      Returns:
      is vertical