Methods | This Package | All Packages
Defines a callback interface that assists a value editor in presenting a user interface.
package com.ms.wfc.core
public interface IEditorHost
Remarks
This interface represents a host service that is provided through IValueAccess.getService. Using IEditorHost, a value editor can launch a dialog box through the runDialog method. The host can also display a control in a drop-down window (if the value editor specifies the STYLE_DROPDOWNARROW style).
See Also IValueEditor