Search in sources :

Example 31 with Form

use of org.talend.daikon.properties.presentation.Form in project components by Talend.

the class FullExampleDatastoreProperties method setupLayout.

@Override
public void setupLayout() {
    super.setupLayout();
    Form mainForm = new Form(this, Form.MAIN);
    mainForm.addColumn(tag);
    mainForm.addColumn(tagId);
}
Also used : Form(org.talend.daikon.properties.presentation.Form)

Example 32 with Form

use of org.talend.daikon.properties.presentation.Form in project components by Talend.

the class MockComponentProperties method setupLayout.

@Override
public void setupLayout() {
    super.setupLayout();
    Form mainForm = new Form(this, Form.MAIN);
    mainForm.addColumn(tag);
}
Also used : Form(org.talend.daikon.properties.presentation.Form)

Example 33 with Form

use of org.talend.daikon.properties.presentation.Form in project components by Talend.

the class TestFormatProperties1Impl method setupLayout.

public void setupLayout() {
    super.setupLayout();
    Form mainForm = Form.create(this, Form.MAIN);
    mainForm.addRow(someProperty);
}
Also used : Form(org.talend.daikon.properties.presentation.Form)

Example 34 with Form

use of org.talend.daikon.properties.presentation.Form in project components by Talend.

the class MockDatasetProperties method setupLayout.

@Override
public void setupLayout() {
    super.setupLayout();
    Form mainForm = new Form(this, Form.MAIN);
    mainForm.addColumn(tag);
    mainForm.addColumn(tagId);
}
Also used : Form(org.talend.daikon.properties.presentation.Form)

Example 35 with Form

use of org.talend.daikon.properties.presentation.Form in project components by Talend.

the class FullExampleDatasetProperties method setupLayout.

@Override
public void setupLayout() {
    Form mainForm = Form.create(this, Form.MAIN);
    mainForm.addRow(Widget.widget(sourceType).setWidgetType(Widget.RADIO_WIDGET_TYPE));
    mainForm.addRow(Widget.widget(moduleName).setWidgetType(Widget.DATALIST_WIDGET_TYPE));
    mainForm.addRow(Widget.widget(query).setWidgetType(Widget.TEXT_AREA_WIDGET_TYPE));
}
Also used : Form(org.talend.daikon.properties.presentation.Form)

Aggregations

Form (org.talend.daikon.properties.presentation.Form)436 Test (org.junit.Test)199 Widget (org.talend.daikon.properties.presentation.Widget)73 ComponentProperties (org.talend.components.api.properties.ComponentProperties)17 Property (org.talend.daikon.properties.property.Property)13 SalesforceConnectionProperties (org.talend.components.salesforce.SalesforceConnectionProperties)12 Schema (org.apache.avro.Schema)10 ArrayList (java.util.ArrayList)9 ComponentWizard (org.talend.components.api.wizard.ComponentWizard)8 NamedThing (org.talend.daikon.NamedThing)8 INode (org.talend.core.model.process.INode)7 SpringBootTest (org.springframework.boot.test.context.SpringBootTest)6 SnowflakeTableProperties (org.talend.components.snowflake.SnowflakeTableProperties)6 GenericElementParameter (org.talend.designer.core.generic.model.GenericElementParameter)6 ElementParameter (org.talend.designer.core.model.components.ElementParameter)6 List (java.util.List)5 SalesforceInputProperties (org.talend.components.salesforce.dataprep.SalesforceInputProperties)5 PresentationItem (org.talend.daikon.properties.PresentationItem)5 ComponentWizardDefinition (org.talend.components.api.wizard.ComponentWizardDefinition)4 MarkLogicConnectionPropertiesTest (org.talend.components.marklogic.tmarklogicconnection.MarkLogicConnectionPropertiesTest)4