Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Deprecated code in Showcase examples

$
0
0
Hi,

Just wanted to ask if possible to remove the deprecated source code from Showcase. I usually get the source code from there and tweak it.

Code:

    /**
    * Synonym for {@link setEditorProperties(FormItem)}.
    *
    * @param editorType FormItem with default properties to be applied when editing
    * @deprecated Renamed to {@link setEditorProperties(FormItem)}. You can also consider using
    *            {@link setEditorType(Class)} or {@link setEditorType(String)} instead.
    */
    public void setEditorType(FormItem editorType) {
        setEditorProperties(editorType);
    }

e.g.
is used in Grids --> Editing --> Custom Column Editors.

This time I was lucky because I leaned a lot from reflection mechanism :-)

I appreciate it in advance and wanted to thank you guys for making one of the best libraries accessible to us...

Viewing all articles
Browse latest Browse all 4756

Trending Articles