[ http://opensource.atlassian.com/projects/spring/browse/RCP-495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_27868 ]
Peter De Bruycker commented on RCP-495:
---------------------------------------
ToolTipInterceptor + Factory checked in.
usage:
in your app context : formComponentInterceptorFactory bean:
add
<bean class="org.springframework.richclient.form.builder.support.ToolTipInterceptorFactory">
<property name="processComponent" value="true|false"/>
<property name="processLabel" value="true|false"/>
</bean>
the properties processComponent en processLabel are true by default, and control whether the component and/or the label should have their tooltip text set with the caption of the property.
> Provide tooltip feature for form components
> -------------------------------------------
>
> Key: RCP-495
> URL: http://opensource.atlassian.com/projects/spring/browse/RCP-495
> Project: Spring Framework Rich Client Project
> Issue Type: New Feature
> Components: Binding System
> Reporter: Peter De Bruycker
> Assignee: Peter De Bruycker
>
> from forum (http://forum.springframework.org/showthread.php?t=46130):
> is there a way to define and use tooltips for components like JTextField (not just buttons) etc. which are defined in the property files like:
> # Contact form
> address.address1.label=Address 1
> address.address1.tooltip=This is the private address information
> address.address2.label=Address 2
> address.address2.tooltip=This is the business address information
> address.address3.label=Address 3
> address.address3.tooltip=Here you will be reached durring the holidays
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/spring/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|