Class UiPictureChooser.SetBrowseButtonIconCommand

  • All Implemented Interfaces:
    UiCommand<java.lang.Void>
    Enclosing class:
    UiPictureChooser

    public static class UiPictureChooser.SetBrowseButtonIconCommand
    extends java.lang.Object
    implements UiCommand<java.lang.Void>
    • Field Detail

      • componentId

        protected java.lang.String componentId
      • browseButtonIcon

        protected java.lang.String browseButtonIcon
    • Constructor Detail

      • SetBrowseButtonIconCommand

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

        public SetBrowseButtonIconCommand​(java.lang.String componentId,
                                          java.lang.String browseButtonIcon)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getComponentId

        public java.lang.String getComponentId()
        Specified by:
        getComponentId in interface UiCommand<java.lang.Void>
      • getBrowseButtonIcon

        public java.lang.String getBrowseButtonIcon()