Project

General

Profile

« Previous | Next » 

Revision 4d1c9e9b

Added by Patrick Plitzner about 10 years ago

  • renamed TextWithLabelElement to avoid import/name conflicts (ma be renamed if we fully refactor using MVC pattern)

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/mvc/element/TextWithLabelElementController.java
63 63
     *            a int.
64 64
     * @wbp.parser.entryPoint
65 65
     */
66
    public TextWithLabelElementController(TextWithLabelElement textWithLabelElement, CdmFormFactory formFactory, ICdmFormElement parentElement,
66
    public TextWithLabelElementController(TextWithLabelElementMVC textWithLabelElement, CdmFormFactory formFactory, ICdmFormElement parentElement,
67 67
            String initialText, Integer textHeight, int style) {
68 68
        super(formFactory, parentElement);
69 69

  

Also available in: Unified diff