Uses of Class
org.teamapps.dto.UiContextMenuEntry
-
Uses of UiContextMenuEntry in org.teamapps.dto
Fields in org.teamapps.dto with type parameters of type UiContextMenuEntry Modifier and Type Field Description protected java.util.List<UiContextMenuEntry>UiContextMenu. entriesprotected java.util.List<UiContextMenuEntry>UiContextMenuEntry. subEntriesMethods in org.teamapps.dto that return UiContextMenuEntry Modifier and Type Method Description UiContextMenuEntryUiContextMenuEntry. setSubEntries(java.util.List<UiContextMenuEntry> subEntries)Methods in org.teamapps.dto that return types with arguments of type UiContextMenuEntry Modifier and Type Method Description java.util.List<UiContextMenuEntry>UiContextMenu. getEntries()java.util.List<UiContextMenuEntry>UiContextMenuEntry. getSubEntries()Method parameters in org.teamapps.dto with type arguments of type UiContextMenuEntry Modifier and Type Method Description UiContextMenuEntryUiContextMenuEntry. setSubEntries(java.util.List<UiContextMenuEntry> subEntries)Constructor parameters in org.teamapps.dto with type arguments of type UiContextMenuEntry Constructor Description UiContextMenu(java.util.List<UiContextMenuEntry> entries)