Class UiContextMenuEntry

  • All Implemented Interfaces:
    UiObject

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

      • entryId

        protected java.lang.String entryId
      • icon

        protected java.lang.String icon
      • caption

        protected java.lang.String caption
    • Constructor Detail

      • UiContextMenuEntry

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

        public UiContextMenuEntry​(java.lang.String entryId,
                                  java.lang.String icon,
                                  java.lang.String caption)
    • Method Detail

      • toString

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

        public java.lang.String getEntryId()
      • getIcon

        public java.lang.String getIcon()
      • getCaption

        public java.lang.String getCaption()