Class NullValueAllowedPropEditor

  • All Implemented Interfaces:
    IEditedPropControllerOwner<BoolProp,​java.lang.Boolean>, IEditedPropertyEntry<BoolProp,​java.lang.Boolean>, IEditedPropertyEntryMultiProp<BoolProp,​java.lang.Boolean>, IPropertyDefined, java.util.EventListener, org.eclipse.swt.events.SelectionListener, org.eclipse.swt.internal.SWTEventListener

    public class NullValueAllowedPropEditor
    extends BoolPropEditor
    The boolean property for "null value allowed" of a component that can be connected to a VS field. When it is connected to a VS field, the value is synchronized with VS. The synchronization is handled by the component in question. This editor merely disables the choice when a VS connection is present. The component owning this property must implement the interfaces IUINullableValueComponent and extend UIComp.
    Author:
    Christopher Mindus