Class UIButtonImpl

    • Field Detail

      • name

        private java.lang.String name
      • label

        private java.lang.String label
    • Constructor Detail

      • UIButtonImpl

        public UIButtonImpl()
    • Method Detail

      • setLabel

        public void setLabel​(java.lang.String _label)
        Specified by:
        setLabel in interface UIButton
      • getLabel

        public java.lang.String getLabel()
        Specified by:
        getLabel in interface UIButton
      • setName

        public void setName​(java.lang.String _name)
        Specified by:
        setName in interface UIButton
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface UIButton