Package com.iizix.prop.vs
Interface IVSAccessor
- All Known Subinterfaces:
IUIPanelOwner,IVSParticipant
- All Known Implementing Classes:
AbstractInputProps,EditorInputProps,EditorOutputProps,EditorRESTfulInputProps,EditorResultProps,EditorResultSetProps,EditorScreenProp,EditorVirtualSpace,EMUISimpleDialog,EUIContextMenu,EUIDialog,EUIPanel,EUIPanelPart,InputProps,MUISimpleDialog,OutputProps,RESTfulInputProps,ResultProps,ResultSetProps,ScreenProp,UIContextMenu,UIDialog,UIPanel,UIPanelBase,UIPanelPart,VirtualSpace,VirtualSpaceEditor
public interface IVSAccessorInterface used to retrieve a VirtualSpace instance.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualSpacegetVirtualSpace()Gets the referrer's back-reference to the VirtualSpace.
Method Detail
getVirtualSpace
VirtualSpace getVirtualSpace()
Gets the referrer's back-reference to the VirtualSpace. This is used by the VSParticipantReference when verifying its references.- Returns:
- The VirtualSpace, or null for none.