@Dependent @Templated public class TimerInstanceRescheduleView extends Object implements com.google.gwt.user.client.TakesValue<TimerInstanceSummary>, org.jboss.errai.common.client.api.IsElement
Constructor and Description |
---|
TimerInstanceRescheduleView() |
Modifier and Type | Method and Description |
---|---|
void |
cleanForm() |
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
TimerInstanceSummary |
getValue() |
void |
hide() |
void |
onCancelClick(org.jboss.errai.common.client.dom.MouseEvent event) |
void |
onCloseClick(org.jboss.errai.common.client.dom.MouseEvent event) |
void |
setOnReschedule(org.uberfire.client.callbacks.Callback<TimerInstanceSummary> onReschedule) |
void |
setValue(TimerInstanceSummary timer) |
void |
show() |
public void show()
public void cleanForm()
public void setOnReschedule(org.uberfire.client.callbacks.Callback<TimerInstanceSummary> onReschedule)
public TimerInstanceSummary getValue()
getValue
in interface com.google.gwt.user.client.TakesValue<TimerInstanceSummary>
public void setValue(TimerInstanceSummary timer)
setValue
in interface com.google.gwt.user.client.TakesValue<TimerInstanceSummary>
@EventHandler(value="cancel") public void onCancelClick(@ForEvent(value="click") org.jboss.errai.common.client.dom.MouseEvent event)
@EventHandler(value="reschedule") public void onCloseClick(@ForEvent(value="click") org.jboss.errai.common.client.dom.MouseEvent event)
public void hide()
public org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement
in interface org.jboss.errai.common.client.api.IsElement
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.