Class UIPrototypingProfile.ScrollBarStereotype

    • Method Detail

      • getInactiveProperty

        @CheckForNull
        public Property getInactiveProperty()
      • getVerticalProperty

        @CheckForNull
        public Property getVerticalProperty()
      • setInactive

        public void setInactive​(Element element,
                                java.lang.Boolean value)
      • clearInactive

        public void clearInactive​(Element element)
      • isInactive

        @CheckForNull
        public java.lang.Boolean isInactive​(Element element)
      • setVertical

        public void setVertical​(Element element,
                                java.lang.Boolean value)
      • clearVertical

        public void clearVertical​(Element element)
      • isVertical

        @CheckForNull
        public java.lang.Boolean isVertical​(Element element)
      • is

        public boolean is​(@CheckForNull
                          Element element)
      • isInstance

        public static boolean isInstance​(@CheckForNull
                                         Element element)