Uses of Class
com.iizix.prop.ui.UIContextMenu
Package
Description
Uses of UIContextMenu in com.iizigo.panel
Modifier and TypeMethodDescriptionClientSideEditor.getClientContextMenuReference
(UIContextMenu contextMenu) Gets the reference to use for a context menu.Uses of UIContextMenu in com.iizigo.panel.prop
Uses of UIContextMenu in com.iizix.gyro
Modifier and TypeMethodDescriptionIClientSessionGyro.getClientContextMenuReference
(UIContextMenu contextMenu, boolean fullPropReference) Gets the reference to use for a context menu.Uses of UIContextMenu in com.iizix.prop
Modifier and TypeMethodDescriptionIPropMgrOwner.getClientContextMenuReference
(UIContextMenu contextMenu) Gets the reference to use for a context menu.Uses of UIContextMenu in com.iizix.prop.ui
Modifier and TypeMethodDescriptionUIContextMenu.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.final UIContextMenu
UIContextMenu.virtualize
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.Modifier and TypeMethodDescriptionprotected void
ContextMenuReference.onBroken
(UIContextMenu target) Called when the target is broken.default void
IUIContextMenuOwner.onBroken
(UIContextMenu contextMenu) Context menu reference has been broken.protected void
ContextMenuReference.onResolved
(UIContextMenu target) Called when the target is resolved.default void
IUIContextMenuOwner.onResolved
(UIContextMenu contextMenu) Context menu reference has been resolved.Uses of UIContextMenu in com.iizix.prop.ui.mlist
Modifier and TypeMethodDescriptionMLItem.getContextMenu()
Gets the context menu assigned to the list item.Modifier and TypeMethodDescriptionboolean
MLItem.setContextMenu
(UIContextMenu contextMenu) Sets the context menu to use for the item.Uses of UIContextMenu in com.iizix.server
Modifier and TypeMethodDescriptionAbstractEndPoint.getClientContextMenuReference
(UIContextMenu contextMenu) Gets the reference to use for a context menu.Uses of UIContextMenu in com.iizix.server.app
Modifier and TypeMethodDescriptionRuntimeApp.getContextMenus()
Gets the context menu available on the client.Uses of UIContextMenu in com.iizix.server.client
Modifier and TypeMethodDescriptionClientTransactionProcessor.getClientContextMenuReference
(UIContextMenu contextMenu) Gets the reference to use for a context menu.Uses of UIContextMenu in com.iizix.server.gyro
Modifier and TypeMethodDescriptionClientSessionGyro.getClientContextMenuReference
(UIContextMenu contextMenu) Gets the reference to use for a context menu.ClientSessionGyro.getClientContextMenuReference
(UIContextMenu contextMenu, boolean fullPropReference) Gets the reference to use for a context menu.Uses of UIContextMenu in com.iizix.server.prop
Modifier and TypeMethodDescriptionIRootPropTransactionSender.getClientContextMenuReference
(UIContextMenu contextMenu) Gets the reference to use for a context menu.RootPropTransactionSender.getClientContextMenuReference
(UIContextMenu contextMenu) Gets the reference to use for a context menu.Uses of UIContextMenu in com.iizix.server.vsviewer
Modifier and TypeMethodDescriptionVSViewerTransactionProcessor.getClientContextMenuReference
(UIContextMenu contextMenu) Gets the reference to use for a context menu.Uses of UIContextMenu in com.iizix.test.client
Modifier and TypeMethodDescriptionNonUIClient.getClientContextMenuReference
(UIContextMenu contextMenu) Gets the reference to use for a context menu.