Class UIPrototypingProfile.RadioButtonStereotype

    • Method Detail

      • getInactiveProperty

        @CheckForNull
        public Property getInactiveProperty()
      • getSelectedProperty

        @CheckForNull
        public Property getSelectedProperty()
      • getTextProperty

        @CheckForNull
        public Property getTextProperty()
      • 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)
      • setSelected

        public void setSelected​(Element element,
                                java.lang.Boolean value)
      • clearSelected

        public void clearSelected​(Element element)
      • isSelected

        @CheckForNull
        public java.lang.Boolean isSelected​(Element element)
      • setText

        public void setText​(Element element,
                            java.lang.String value)
      • clearText

        public void clearText​(Element element)
      • getText

        @CheckForNull
        public java.lang.String getText​(Element element)
      • is

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

        public static boolean isInstance​(@CheckForNull
                                         Element element)