Class AbstractLinkControl

    • Constructor Detail

      • AbstractLinkControl

        public AbstractLinkControl​(InfoModel infoModel,
                                   ActionModel actionModel,
                                   Enableable enableable)
        Info model, action model, and enableable object constructor.
        Parameters:
        infoModel - The component info model.
        actionModel - The component action model.
        enableable - The enableable object in which to store enabled status.
        Throws:
        java.lang.NullPointerException - if the given info model, action model, and/or enableable object is null.