@Dependent @Templated public class NewJobViewImpl extends Object implements NewJobPresenter.NewJobView, org.uberfire.client.mvp.UberElement<NewJobPresenter>
| Modifier and Type | Field and Description |
|---|---|
org.uberfire.ext.widgets.table.client.DataGrid<RequestParameterSummary> |
myParametersGrid |
protected NewJobPresenter |
presenter |
| Constructor and Description |
|---|
NewJobViewImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addNewParameter() |
void |
addRow(RequestParameterSummary parameter) |
void |
cleanErrorMessages() |
void |
cleanForm() |
protected org.uberfire.client.views.pfly.widgets.DateRangePickerOptions |
getDateRangePickerOptions() |
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
void |
hide() |
void |
init() |
void |
init(NewJobPresenter presenter) |
protected void |
initDateTimePicker() |
void |
onAdvancedTabMouseUp(org.jboss.errai.common.client.dom.MouseEvent event) |
void |
onCancelClick(org.jboss.errai.common.client.dom.MouseEvent event) |
void |
onCloseClick(org.jboss.errai.common.client.dom.MouseEvent event) |
void |
onCreateClick(org.jboss.errai.common.client.dom.MouseEvent event) |
void |
onRunLater(org.jboss.errai.common.client.dom.Event event) |
void |
onRunNow(org.jboss.errai.common.client.dom.Event event) |
void |
removeRow(int index) |
protected void |
resetDateTimePicker() |
void |
show() |
void |
showBasicPane() |
void |
showEmptyNameErrorMessage() |
void |
showEmptyRetriesErrorMessage() |
void |
showEmptyTypeErrorMessage() |
void |
showInlineNotification(String messages) |
void |
showInvalidTypeErrorMessage() |
protected NewJobPresenter presenter
public org.uberfire.ext.widgets.table.client.DataGrid<RequestParameterSummary> myParametersGrid
public void init(NewJobPresenter presenter)
init in interface org.uberfire.client.mvp.HasPresenter<NewJobPresenter>@PostConstruct public void init()
public void show()
show in interface NewJobPresenter.NewJobViewprotected void initDateTimePicker()
protected void resetDateTimePicker()
protected org.uberfire.client.views.pfly.widgets.DateRangePickerOptions getDateRangePickerOptions()
public void cleanForm()
public void showBasicPane()
showBasicPane in interface NewJobPresenter.NewJobViewpublic void cleanErrorMessages()
cleanErrorMessages in interface NewJobPresenter.NewJobViewpublic void showInlineNotification(String messages)
showInlineNotification in interface NewJobPresenter.NewJobViewpublic void showEmptyNameErrorMessage()
showEmptyNameErrorMessage in interface NewJobPresenter.NewJobViewpublic void showInvalidTypeErrorMessage()
showInvalidTypeErrorMessage in interface NewJobPresenter.NewJobViewpublic void showEmptyTypeErrorMessage()
showEmptyTypeErrorMessage in interface NewJobPresenter.NewJobViewpublic void showEmptyRetriesErrorMessage()
showEmptyRetriesErrorMessage in interface NewJobPresenter.NewJobViewpublic void removeRow(int index)
public void addRow(RequestParameterSummary parameter)
public void addNewParameter()
public void hide()
hide in interface NewJobPresenter.NewJobViewpublic org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement in interface org.jboss.errai.common.client.api.IsElement@EventHandler(value="run-now")
public void onRunNow(@ForEvent(value="change")
org.jboss.errai.common.client.dom.Event event)
@EventHandler(value="run-later")
public void onRunLater(@ForEvent(value="change")
org.jboss.errai.common.client.dom.Event event)
@EventHandler(value="start")
public void onCreateClick(@ForEvent(value="click")
org.jboss.errai.common.client.dom.MouseEvent event)
@EventHandler(value="cancel")
public void onCancelClick(@ForEvent(value="click")
org.jboss.errai.common.client.dom.MouseEvent event)
@EventHandler(value="close")
public void onCloseClick(@ForEvent(value="click")
org.jboss.errai.common.client.dom.MouseEvent event)
@EventHandler(value="advanced-tab")
public void onAdvancedTabMouseUp(@ForEvent(value="mouseup")
org.jboss.errai.common.client.dom.MouseEvent event)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.