Change By: Cheng Hu (15/Jul/14 2:01 PM)
Description: * In {{TreeViewImpl}}, make it possible to construct a different {{InplaceEditingFieldFactory}} in a subclass
** _Reason_: we want to modify {{TreeViewImpl}} in the subclass to use a factory that generates in-place editing fields with auto-suggest
**
 Factor out  Make  code that constructs the factory  and place it in  into  a protected method, use the protected method to construct the factory


* In {{InplaceEditingFieldFactory}}, make it possible to construct a different {{TextField}} in a subclass
** _Reason_: we want to modify the original factory in the subclass to create a in-place editing field with auto-suggest rather than a normal text field
** Make previous private method which constructs the {{TextField}} protected so we can override it in a subclass
** Make inner class protected with public constructor so it is available in the subclass
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to