org.broadleafcommerce.openadmin.client.presenter.user
Class UserRolePresenter
java.lang.Object
org.broadleafcommerce.openadmin.client.presenter.user.UserRolePresenter
- All Implemented Interfaces:
- SubPresentable
public class UserRolePresenter
- extends Object
- implements SubPresentable
- Author:
- jfischer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
display
protected UserRoleDisplay display
associatedRecord
protected com.smartgwt.client.data.Record associatedRecord
abstractDynamicDataSource
protected AbstractDynamicDataSource abstractDynamicDataSource
disabled
protected Boolean disabled
searchDialog
protected EntitySearchDialog searchDialog
availableToTypes
protected String[] availableToTypes
UserRolePresenter
public UserRolePresenter(UserRoleDisplay display,
EntitySearchDialog searchDialog)
getDisplay
public com.smartgwt.client.widgets.Canvas getDisplay()
- Specified by:
getDisplay in interface SubPresentable
setDataSource
public void setDataSource(ListGridDataSource dataSource,
String[] gridFields,
Boolean[] editable)
- Specified by:
setDataSource in interface SubPresentable
setExpansionDataSource
public void setExpansionDataSource(ListGridDataSource dataSource,
String[] gridFields,
Boolean[] editable)
setStartState
public void setStartState()
- Specified by:
setStartState in interface SubPresentable
enable
public void enable()
- Specified by:
enable in interface SubPresentable
disable
public void disable()
- Specified by:
disable in interface SubPresentable
setReadOnly
public void setReadOnly(Boolean readOnly)
- Specified by:
setReadOnly in interface SubPresentable
load
public boolean load(com.smartgwt.client.data.Record associatedRecord,
AbstractDynamicDataSource associatedDataSource)
- Specified by:
load in interface SubPresentable
load
public boolean load(com.smartgwt.client.data.Record associatedRecord,
AbstractDynamicDataSource abstractDynamicDataSource,
com.smartgwt.client.data.DSCallback cb)
- Specified by:
load in interface SubPresentable
bind
public void bind()
- Specified by:
bind in interface SubPresentable
Copyright © 2013. All Rights Reserved.