Class UIPrototypingProfile.ListStereotype

    • Method Detail

      • getSelectedValueProperty

        @CheckForNull
        public Property getSelectedValueProperty()
      • getValuesProperty

        @CheckForNull
        public Property getValuesProperty()
      • getInactiveProperty

        @CheckForNull
        public Property getInactiveProperty()
      • getHorizontalScrollBarProperty

        @CheckForNull
        public Property getHorizontalScrollBarProperty()
      • getVerticalScrollBarProperty

        @CheckForNull
        public Property getVerticalScrollBarProperty()
      • setSelectedValue

        public void setSelectedValue​(Element element,
                                     java.lang.String value)
      • clearSelectedValue

        public void clearSelectedValue​(Element element)
      • getSelectedValue

        @CheckForNull
        public java.lang.String getSelectedValue​(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)
      • 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)
      • clearHorizontalScrollBar

        public void clearHorizontalScrollBar​(Element element)
      • clearVerticalScrollBar

        public void clearVerticalScrollBar​(Element element)
      • clear

        protected void clear()
      • is

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

        public static boolean isInstance​(@CheckForNull
                                         Element element)