org.broadleafcommerce.openadmin.client.presenter.entity
Class ModifiedPresenterAdapter

java.lang.Object
  extended by org.broadleafcommerce.openadmin.client.presenter.entity.ModifiedPresenterAdapter
All Implemented Interfaces:
PresenterModifier

public abstract class ModifiedPresenterAdapter
extends Object
implements PresenterModifier


Field Summary
protected  ViewModifier display
           
 
Constructor Summary
ModifiedPresenterAdapter()
           
 
Method Summary
 void addClicked()
           
 void addNewItem()
           
abstract  void bind()
           
abstract  void changeSelection(com.smartgwt.client.data.Record selectedRecord)
           
 ViewModifier getDisplay()
           
 DynamicEntityPresenter getParentPresenter()
           
 void itemSaved()
           
 void postSetup()
           
 void postSetup(com.smartgwt.client.widgets.Canvas container)
           
 void saveClicked()
           
 void setDisplay(ViewModifier display)
           
 void setParentPresenter(DynamicEntityPresenter presenter)
           
abstract  void setup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

display

protected ViewModifier display
Constructor Detail

ModifiedPresenterAdapter

public ModifiedPresenterAdapter()
Method Detail

bind

public abstract void bind()
Specified by:
bind in interface PresenterModifier

changeSelection

public abstract void changeSelection(com.smartgwt.client.data.Record selectedRecord)
Specified by:
changeSelection in interface PresenterModifier

setup

public abstract void setup()
Specified by:
setup in interface PresenterModifier

postSetup

public void postSetup(com.smartgwt.client.widgets.Canvas container)
Specified by:
postSetup in interface PresenterModifier

saveClicked

public void saveClicked()
Specified by:
saveClicked in interface PresenterModifier

itemSaved

public void itemSaved()
Specified by:
itemSaved in interface PresenterModifier

postSetup

public void postSetup()

addClicked

public void addClicked()
Specified by:
addClicked in interface PresenterModifier

addNewItem

public void addNewItem()
Specified by:
addNewItem in interface PresenterModifier

getParentPresenter

public DynamicEntityPresenter getParentPresenter()
Specified by:
getParentPresenter in interface PresenterModifier

setParentPresenter

public void setParentPresenter(DynamicEntityPresenter presenter)
Specified by:
setParentPresenter in interface PresenterModifier

setDisplay

public void setDisplay(ViewModifier display)
Specified by:
setDisplay in interface PresenterModifier

getDisplay

public ViewModifier getDisplay()
Specified by:
getDisplay in interface PresenterModifier


Copyright © 2013. All Rights Reserved.