Uses of Class
com.iizix.prop.ui.UIContextMenu
Uses of UIContextMenu in com.iizigo.panel
Methods in com.iizigo.panel with parameters of type UIContextMenu Modifier and Type Method Description java.lang.StringClientSideEditor. getClientContextMenuReference(UIContextMenu contextMenu)Gets the reference to use for a context menu.Uses of UIContextMenu in com.iizigo.panel.prop
Subclasses of UIContextMenu in com.iizigo.panel.prop Modifier and Type Class Description classEUIContextMenuContext menu container.Uses of UIContextMenu in com.iizix.gyro
Methods in com.iizix.gyro with parameters of type UIContextMenu Modifier and Type Method Description java.lang.StringIClientSessionGyro. getClientContextMenuReference(UIContextMenu contextMenu, boolean fullPropReference)Gets the reference to use for a context menu.Uses of UIContextMenu in com.iizix.prop
Methods in com.iizix.prop with parameters of type UIContextMenu Modifier and Type Method Description java.lang.StringIPropMgrOwner. getClientContextMenuReference(UIContextMenu contextMenu)Gets the reference to use for a context menu.Uses of UIContextMenu in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return UIContextMenu Modifier and Type Method Description UIContextMenuUIContextMenu. clone()Creates a clone out of this property.default UIContextMenuIUIContextMenuOwner. getContainedContextMenu()Gets the component-contained context menu instance of this component.default UIContextMenuIUIContextMenuOwner. getContextMenu()Gets the context menu of this component.default UIContextMenuIUIContextMenuOwner. getReferencedContextMenu()Gets the referenced context menu instance of this component.UIContextMenuUIContextMenu. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace)Call this method to "virtualize" a property tree.Methods in com.iizix.prop.ui that return types with arguments of type UIContextMenu Modifier and Type Method Description java.lang.Class<UIContextMenu>ContextMenuReference. getPropertyClass()Gets the class wanted.Methods in com.iizix.prop.ui with parameters of type UIContextMenu Modifier and Type Method Description default voidIUIContextMenuOwner. onBroken(UIContextMenu contextMenu)Context menu reference has been broken.default voidIUIContextMenuOwner. onResolved(UIContextMenu contextMenu)Context menu reference has been resolved.Uses of UIContextMenu in com.iizix.prop.ui.mlist
Methods in com.iizix.prop.ui.mlist that return UIContextMenu Modifier and Type Method Description UIContextMenuMLItem. getContextMenu()Gets the context menu assigned to the list item.Methods in com.iizix.prop.ui.mlist with parameters of type UIContextMenu Modifier and Type Method Description booleanMLItem. setContextMenu(UIContextMenu contextMenu)Sets the context menu to use for the item.Uses of UIContextMenu in com.iizix.server
Methods in com.iizix.server with parameters of type UIContextMenu Modifier and Type Method Description java.lang.StringAbstractEndPoint. getClientContextMenuReference(UIContextMenu contextMenu)Gets the reference to use for a context menu.Uses of UIContextMenu in com.iizix.server.app
Methods in com.iizix.server.app that return types with arguments of type UIContextMenu Modifier and Type Method Description IVirtualsContainer<UIContextMenu>RuntimeApp. getContextMenus()Gets the context menu available on the client.Uses of UIContextMenu in com.iizix.server.client
Methods in com.iizix.server.client with parameters of type UIContextMenu Modifier and Type Method Description java.lang.StringClientTransactionProcessor. getClientContextMenuReference(UIContextMenu contextMenu)Gets the reference to use for a context menu.Uses of UIContextMenu in com.iizix.server.gyro
Methods in com.iizix.server.gyro with parameters of type UIContextMenu Modifier and Type Method Description java.lang.StringClientSessionGyro. getClientContextMenuReference(UIContextMenu contextMenu)Gets the reference to use for a context menu.java.lang.StringClientSessionGyro. getClientContextMenuReference(UIContextMenu contextMenu, boolean fullPropReference)Gets the reference to use for a context menu.Uses of UIContextMenu in com.iizix.server.prop
Methods in com.iizix.server.prop with parameters of type UIContextMenu Modifier and Type Method Description java.lang.StringIRootPropTransactionSender. getClientContextMenuReference(UIContextMenu contextMenu)Gets the reference to use for a context menu.java.lang.StringRootPropTransactionSender. getClientContextMenuReference(UIContextMenu contextMenu)Gets the reference to use for a context menu.Uses of UIContextMenu in com.iizix.server.vsviewer
Methods in com.iizix.server.vsviewer with parameters of type UIContextMenu Modifier and Type Method Description java.lang.StringVSViewerTransactionProcessor. getClientContextMenuReference(UIContextMenu contextMenu)Gets the reference to use for a context menu.Uses of UIContextMenu in com.iizix.test.client
Methods in com.iizix.test.client with parameters of type UIContextMenu Modifier and Type Method Description java.lang.StringNonUIClient. getClientContextMenuReference(UIContextMenu contextMenu)Gets the reference to use for a context menu.