Class UiContextMenuEntry
java.lang.Object
org.teamapps.dto.UiContextMenuEntry
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected List<UiContextMenuEntry> -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UiContextMenuEntry(String entryId, String icon, String caption) -
Method Summary
Modifier and TypeMethodDescriptiongetIcon()setSubEntries(List<UiContextMenuEntry> subEntries) toString()
-
Field Details
-
entryId
-
icon
-
caption
-
subEntries
-
-
Constructor Details
-
UiContextMenuEntry
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiContextMenuEntry
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getEntryId
-
getIcon
-
getCaption
-
getSubEntries
-
setSubEntries
-