Class UiNotification

  • All Implemented Interfaces:
    UiObject

    public class UiNotification
    extends java.lang.Object
    implements UiObject
    THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
    • Field Detail

      • data

        protected java.lang.Object data
      • backgroundColor

        protected UiColor backgroundColor
      • displayTimeInMillis

        protected int displayTimeInMillis
      • dismissable

        protected boolean dismissable
      • showProgressBar

        protected boolean showProgressBar
    • Constructor Detail

      • UiNotification

        @Deprecated
        public UiNotification()
        Deprecated.
        Only for Jackson deserialization. Use the other constructor instead.
      • UiNotification

        public UiNotification​(UiTemplate template,
                              java.lang.Object data)