Class TaskStateSelectLink

    • Field Detail

      • SELECT_ACTION_SELECTED_GLYPH_RESOURCE_URI

        public static final java.net.URI SELECT_ACTION_SELECTED_GLYPH_RESOURCE_URI
        The resource URI for the selected icon.
      • SELECT_ACTION_UNSELECTED_GLYPH_RESOURCE_URI

        public static final java.net.URI SELECT_ACTION_UNSELECTED_GLYPH_RESOURCE_URI
        The resource URI for the unselected icon.
    • Constructor Detail

      • TaskStateSelectLink

        public TaskStateSelectLink()
        Default constructor.
      • TaskStateSelectLink

        public TaskStateSelectLink​(InfoModel infoModel,
                                   ActionModel actionModel,
                                   ValueModel<com.globalmentor.model.TaskState> valueModel,
                                   Enableable enableable)
        Info model, action model, value model, and enableable object constructor.
        Parameters:
        infoModel - The component info model.
        actionModel - The component action model.
        valueModel - The component value 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.