@Dependent public class DataSetDefRefreshIntervalEditor extends Object implements com.google.gwt.user.client.ui.IsWidget, DataSetDefRefreshIntervalEditor
Provides an editor for a the refreshInterval data set definition attribute..
Modifier and Type | Class and Description |
---|---|
static interface |
DataSetDefRefreshIntervalEditor.View |
Modifier and Type | Field and Description |
---|---|
DataSetDefRefreshIntervalEditor.View |
view |
Constructor and Description |
---|
DataSetDefRefreshIntervalEditor(DataSetDefRefreshIntervalEditor.View view,
javax.enterprise.event.Event<ValueChangeEvent<String>> valueChangeEvent) |
Modifier and Type | Method and Description |
---|---|
void |
addHelpContent(String title,
String content,
org.gwtbootstrap3.client.ui.constants.Placement placement) |
com.google.gwt.user.client.ui.Widget |
asWidget() |
String |
getValue() |
void |
init() |
void |
setEnabled(boolean isEnabled) |
void |
setValue(String value) |
public DataSetDefRefreshIntervalEditor.View view
@Inject public DataSetDefRefreshIntervalEditor(DataSetDefRefreshIntervalEditor.View view, javax.enterprise.event.Event<ValueChangeEvent<String>> valueChangeEvent)
@PostConstruct public void init()
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget
in interface com.google.gwt.user.client.ui.IsWidget
public void addHelpContent(String title, String content, org.gwtbootstrap3.client.ui.constants.Placement placement)
public void setEnabled(boolean isEnabled)
setEnabled
in interface DataSetDefRefreshIntervalEditor
public void setValue(String value)
setValue
in interface com.google.gwt.user.client.TakesValue<String>
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.