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.String
ClientSideEditor. 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 class
EUIContextMenu
Context 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.String
IClientSessionGyro. 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.String
IPropMgrOwner. 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 UIContextMenu
UIContextMenu. clone()
Creates a clone out of this property.default UIContextMenu
IUIContextMenuOwner. getContainedContextMenu()
Gets the component-contained context menu instance of this component.default UIContextMenu
IUIContextMenuOwner. getContextMenu()
Gets the context menu of this component.default UIContextMenu
IUIContextMenuOwner. getReferencedContextMenu()
Gets the referenced context menu instance of this component.UIContextMenu
UIContextMenu. 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 void
IUIContextMenuOwner. onBroken(UIContextMenu contextMenu)
Context menu reference has been broken.default void
IUIContextMenuOwner. 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 UIContextMenu
MLItem. 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 boolean
MLItem. 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.String
AbstractEndPoint. 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.String
ClientTransactionProcessor. 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.String
ClientSessionGyro. getClientContextMenuReference(UIContextMenu contextMenu)
Gets the reference to use for a context menu.java.lang.String
ClientSessionGyro. 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.String
IRootPropTransactionSender. getClientContextMenuReference(UIContextMenu contextMenu)
Gets the reference to use for a context menu.java.lang.String
RootPropTransactionSender. 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.String
VSViewerTransactionProcessor. 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.String
NonUIClient. getClientContextMenuReference(UIContextMenu contextMenu)
Gets the reference to use for a context menu.