Class YuiProperty

    • Constructor Detail

      • YuiProperty

        public YuiProperty​(String toBy,
                           String from,
                           boolean isTo)
        Constructor where unit is not required.
        Parameters:
        toBy -
        from -
        isTo -
      • YuiProperty

        public YuiProperty​(String toBy,
                           String from,
                           String unit,
                           boolean isTo)
        Constructor where unit is required.
        Parameters:
        toBy -
        from -
        unit -
        isTo -
    • Method Detail

      • getBy

        public String getBy()
      • getCssScript

        public String getCssScript()
      • getFrom

        public String getFrom()
      • getJsScript

        public String getJsScript()
      • getReverseJsScript

        public String getReverseJsScript()
      • getTo

        public String getTo()
      • getUnit

        public String getUnit()
      • setBy

        public void setBy​(String by)
      • setFrom

        public void setFrom​(String from)
      • setTo

        public void setTo​(String to)
      • setUnit

        public void setUnit​(String unit)