Class CustomerLogoConfigPresenter
- All Implemented Interfaces:
Presenter<CustomerLogoConfigView>,PresenterLifeCicleAware<CustomerLogoConfigView>,ConfigPresenter<CustomerLogoConfigView>,WritableConfigPresenter<CustomerLogoConfigView>,Serializable
@Component
@Scope("prototype")
@MenuContext(@Entry(displayName="Logotipo",menu="CENTRAL_CONFIG_MENU",path="Visualiza\u00e7\u00e3o"))
@ConfigInfo(type=SYSTEM)
public class CustomerLogoConfigPresenter
extends AbstractPresenter<CustomerLogoConfigView>
implements WritableConfigPresenter<CustomerLogoConfigView>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetView()voidvoidsetConfigService(ConfigService configService) voidMethods inherited from class AbstractPresenter
closeAllowed, getEventBus, handlePresenterAttach, handlePresenterClose, handlePresenterDetach, setEventBusMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Presenter
getEventBus
-
Constructor Details
-
CustomerLogoConfigPresenter
public CustomerLogoConfigPresenter()
-
-
Method Details
-
setConfigService
-
setView
-
getView
- Specified by:
getViewin interfacePresenter<CustomerLogoConfigView>
-
saveConfig
public void saveConfig()- Specified by:
saveConfigin interfaceWritableConfigPresenter<CustomerLogoConfigView>
-
cancelChanges
public void cancelChanges()- Specified by:
cancelChangesin interfaceWritableConfigPresenter<CustomerLogoConfigView>
-