<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Talend component kit, how to conditionally display Widgets in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-component-kit-how-to-conditionally-display-Widgets/m-p/2248703#M149043</link>
    <description>&lt;P&gt;Hi anas,&lt;/P&gt; 
&lt;P&gt;Thanks for your reply, but the solution is a bit buggy . i added the annotations 100% like what you added but then to see the changes i will need to switch views i.e something is not refreshing in real time, is there any solution to this behavior?&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;samba&lt;/P&gt;</description>
    <pubDate>Tue, 14 Aug 2018 08:50:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-14T08:50:18Z</dc:date>
    <item>
      <title>Talend component kit, how to conditionally display Widgets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-component-kit-how-to-conditionally-display-Widgets/m-p/2248701#M149041</link>
      <description>&lt;P&gt;Hi every one,&lt;/P&gt;
&lt;P&gt;is there any way to conditionally display checkboxes, inputfields , text etc etc in the new Talend component kit? in xml one could use show_if...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best regards&lt;/P&gt;
&lt;P&gt;Samba&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 14:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-component-kit-how-to-conditionally-display-Widgets/m-p/2248701#M149041</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2026-01-02T14:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Talend component kit, how to conditionally display Widgets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-component-kit-how-to-conditionally-display-Widgets/m-p/2248702#M149042</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;The annotation&amp;nbsp;@ActiveIf is designed for this purpose.&lt;BR /&gt;Here is a quick example :&lt;/P&gt;
&lt;PRE&gt;public class MyConfiguration {

 @Option
 private boolean requiredAuthentication;

 //you can show a username and password according to the value of requiredAuthentication
 @Option
 @ActivetIf( target = "requiredAuthentication", value = {"true"} )
 private String username;

 @Option
 @ActivetIf( target = "requiredAuthentication", value = {"true"} )
 @Credential
 private String password;&lt;BR /&gt;&lt;BR /&gt;}&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;check the API javadoc for more details&amp;nbsp;&lt;A href="https://talend.github.io/component-runtime/apidocs/1.0.5/api/index.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://talend.github.io/component-runtime/apidocs/1.0.5/api/index.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 17:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-component-kit-how-to-conditionally-display-Widgets/m-p/2248702#M149042</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-13T17:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Talend component kit, how to conditionally display Widgets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-component-kit-how-to-conditionally-display-Widgets/m-p/2248703#M149043</link>
      <description>&lt;P&gt;Hi anas,&lt;/P&gt; 
&lt;P&gt;Thanks for your reply, but the solution is a bit buggy . i added the annotations 100% like what you added but then to see the changes i will need to switch views i.e something is not refreshing in real time, is there any solution to this behavior?&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;samba&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 08:50:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-component-kit-how-to-conditionally-display-Widgets/m-p/2248703#M149043</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-14T08:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Talend component kit, how to conditionally display Widgets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-component-kit-how-to-conditionally-display-Widgets/m-p/2248704#M149044</link>
      <description>&lt;P&gt;which version of the studio are you using to test ?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 08:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-component-kit-how-to-conditionally-display-Widgets/m-p/2248704#M149044</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-14T08:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Talend component kit, how to conditionally display Widgets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-component-kit-how-to-conditionally-display-Widgets/m-p/2248705#M149045</link>
      <description>&lt;P&gt;I m using&amp;nbsp; Studio version 7.0.1&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 09:21:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-component-kit-how-to-conditionally-display-Widgets/m-p/2248705#M149045</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-14T09:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Talend component kit, how to conditionally display Widgets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-component-kit-how-to-conditionally-display-Widgets/m-p/2248706#M149046</link>
      <description>&lt;P&gt;I suggest you to test with a newer version of the studio.&amp;nbsp;&lt;BR /&gt;You can download the latest released version from here&amp;nbsp;&amp;nbsp;&lt;A title="Talend Open Studio" href="https://sourceforge.net/projects/talend-studio/files/Talend%20Open%20Studio/" target="_blank" rel="nofollow noopener noreferrer"&gt;Talend Open Studio&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 09:33:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-component-kit-how-to-conditionally-display-Widgets/m-p/2248706#M149046</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-14T09:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Talend component kit, how to conditionally display Widgets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-component-kit-how-to-conditionally-display-Widgets/m-p/2248707#M149047</link>
      <description>&lt;P&gt;Hi i m not using open studio,&amp;nbsp; i m using Talend studio 7.0.1,&amp;nbsp; we are tying to see if a component that was created with javajet can be implemented in component kit, The company will surely not be updating the version(7.0.1) of Talend we are using very soon, so it seems there is no workaround in our version ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best regards&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Talend&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 09:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-component-kit-how-to-conditionally-display-Widgets/m-p/2248707#M149047</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-14T09:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Talend component kit, how to conditionally display Widgets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-component-kit-how-to-conditionally-display-Widgets/m-p/2248708#M149048</link>
      <description>&lt;P&gt;In this case, i strongly suggest you to open a bug &lt;A title="talend component kit bug tracker" href="https://jira.talendforge.org/projects/TCOMP/" target="_self" rel="nofollow noopener noreferrer"&gt;in the project bugtracker&lt;/A&gt;&amp;nbsp;so that the team can provide you the necessary support for your specific version.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 10:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-component-kit-how-to-conditionally-display-Widgets/m-p/2248708#M149048</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-14T10:06:47Z</dc:date>
    </item>
  </channel>
</rss>

