org.broadleafcommerce.openadmin.client.presenter.entity
public class DynamicFormPresenter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DynamicFormDisplay |
display |
protected com.google.gwt.event.shared.HandlerRegistration |
itemChangedHandlerRegistration |
protected com.google.gwt.event.shared.HandlerRegistration |
refreshButtonHandlerRegistration |
protected com.google.gwt.event.shared.HandlerRegistration |
saveButtonHandlerRegistration |
| Constructor and Description |
|---|
DynamicFormPresenter(DynamicFormDisplay display) |
| Modifier and Type | Method and Description |
|---|---|
void |
bind() |
void |
disable() |
void |
enable() |
void |
enableSaveButton() |
com.google.gwt.event.shared.HandlerRegistration |
getItemChangedHandlerRegistration() |
com.google.gwt.event.shared.HandlerRegistration |
getRefreshButtonHandlerRegistration() |
com.google.gwt.event.shared.HandlerRegistration |
getSaveButtonHandlerRegistration() |
void |
setStartState() |
protected DynamicFormDisplay display
protected com.google.gwt.event.shared.HandlerRegistration saveButtonHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration refreshButtonHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration itemChangedHandlerRegistration
public DynamicFormPresenter(DynamicFormDisplay display)
public void setStartState()
public void enable()
public void disable()
public void bind()
public void enableSaveButton()
public com.google.gwt.event.shared.HandlerRegistration getSaveButtonHandlerRegistration()
public com.google.gwt.event.shared.HandlerRegistration getRefreshButtonHandlerRegistration()
public com.google.gwt.event.shared.HandlerRegistration getItemChangedHandlerRegistration()
Copyright © 2015. All Rights Reserved.