Class UIPrototypingProfile.SliderStereotype

    • Method Detail

      • getKnobPositionProperty

        @CheckForNull
        public Property getKnobPositionProperty()
      • getSpacingProperty

        @CheckForNull
        public Property getSpacingProperty()
      • getValuesProperty

        @CheckForNull
        public Property getValuesProperty()
      • getInvertProperty

        @CheckForNull
        public Property getInvertProperty()
      • getInactiveProperty

        @CheckForNull
        public Property getInactiveProperty()
      • getVerticalProperty

        @CheckForNull
        public Property getVerticalProperty()
      • getMinimumValueProperty

        @CheckForNull
        public Property getMinimumValueProperty()
      • getMaximumValueProperty

        @CheckForNull
        public Property getMaximumValueProperty()
      • setKnobPosition

        public void setKnobPosition​(Element element,
                                    java.lang.Integer value)
      • clearKnobPosition

        public void clearKnobPosition​(Element element)
      • getKnobPosition

        @CheckForNull
        public java.lang.Integer getKnobPosition​(Element element)
      • setSpacing

        public void setSpacing​(Element element,
                               java.lang.Integer value)
      • clearSpacing

        public void clearSpacing​(Element element)
      • getSpacing

        @CheckForNull
        public java.lang.Integer getSpacing​(Element element)
      • setValues

        public void setValues​(Element element,
                              java.util.Collection<java.lang.String> value)
      • clearValues

        public void clearValues​(Element element)
      • addValues

        public void addValues​(Element element,
                              java.lang.String value)
      • removeValues

        public void removeValues​(Element element,
                                 java.lang.String value)
      • getValues

        public java.util.List<java.lang.String> getValues​(Element element)
      • setInvert

        public void setInvert​(Element element,
                              java.lang.Boolean value)
      • clearInvert

        public void clearInvert​(Element element)
      • isInvert

        @CheckForNull
        public java.lang.Boolean isInvert​(Element element)
      • 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)
      • setMinimumValue

        public void setMinimumValue​(Element element,
                                    java.lang.Integer value)
      • clearMinimumValue

        public void clearMinimumValue​(Element element)
      • getMinimumValue

        @CheckForNull
        public java.lang.Integer getMinimumValue​(Element element)
      • setMaximumValue

        public void setMaximumValue​(Element element,
                                    java.lang.Integer value)
      • clearMaximumValue

        public void clearMaximumValue​(Element element)
      • getMaximumValue

        @CheckForNull
        public java.lang.Integer getMaximumValue​(Element element)
      • is

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

        public static boolean isInstance​(@CheckForNull
                                         Element element)