@Dependent public class ElasticSearchDataSetDefAttributesEditor extends Object implements com.google.gwt.user.client.ui.IsWidget, ElasticSearchDataSetDefAttributesEditor
Elastic Search Data Set specific attributes editor presenter.
Modifier and Type | Class and Description |
---|---|
static interface |
ElasticSearchDataSetDefAttributesEditor.View |
Modifier and Type | Field and Description |
---|---|
ElasticSearchDataSetDefAttributesEditor.View |
view |
Constructor and Description |
---|
ElasticSearchDataSetDefAttributesEditor(ValueBoxEditor<String> serverURL,
ValueBoxEditor<String> clusterName,
ValueBoxEditor<String> index,
ValueBoxEditor<String> type,
ElasticSearchDataSetDefAttributesEditor.View view) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
ValueBoxEditor<String> |
clusterName() |
ValueBoxEditor<String> |
index() |
void |
init() |
ValueBoxEditor<String> |
serverURL()
GWT EDITOR CONTRACT METHODS **
|
ValueBoxEditor<String> |
type() |
public ElasticSearchDataSetDefAttributesEditor.View view
@Inject public ElasticSearchDataSetDefAttributesEditor(ValueBoxEditor<String> serverURL, ValueBoxEditor<String> clusterName, ValueBoxEditor<String> index, ValueBoxEditor<String> type, ElasticSearchDataSetDefAttributesEditor.View view)
@PostConstruct public void init()
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget
in interface com.google.gwt.user.client.ui.IsWidget
public ValueBoxEditor<String> serverURL()
serverURL
in interface ElasticSearchDataSetDefAttributesEditor
public ValueBoxEditor<String> clusterName()
clusterName
in interface ElasticSearchDataSetDefAttributesEditor
public ValueBoxEditor<String> index()
index
in interface ElasticSearchDataSetDefAttributesEditor
public ValueBoxEditor<String> type()
type
in interface ElasticSearchDataSetDefAttributesEditor
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.