@Dependent public class DateParameterEditor extends Object implements FunctionParameterEditor
| Modifier and Type | Class and Description |
|---|---|
static interface |
DateParameterEditor.View |
| Constructor and Description |
|---|
DateParameterEditor(DateParameterEditor.View view) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
Date |
getValue() |
void |
setFocus(boolean focus) |
void |
setOnBlurCommand(Command onBlurCommand) |
void |
setOnChangeCommand(Command onChangeCommand) |
void |
setOnFocusCommand(Command onFocusCommand) |
void |
setValue(Date value) |
void |
setWidth(int width) |
@Inject public DateParameterEditor(DateParameterEditor.View view)
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget in interface com.google.gwt.user.client.ui.IsWidgetpublic void setOnChangeCommand(Command onChangeCommand)
public void setOnFocusCommand(Command onFocusCommand)
public void setOnBlurCommand(Command onBlurCommand)
public Date getValue()
public void setValue(Date value)
public void setWidth(int width)
public void setFocus(boolean focus)
setFocus in interface FunctionParameterEditorCopyright © 2012–2017 JBoss by Red Hat. All rights reserved.