Class ManageSelectorImpl
- java.lang.Object
-
- org.jbpm.workbench.common.client.menu.ManageSelectorImpl
-
- All Implemented Interfaces:
ManageSelector
@Dependent public class ManageSelectorImpl extends Object implements ManageSelector
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceManageSelectorImpl.ManageSelectorView
-
Constructor Summary
Constructors Constructor Description ManageSelectorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddPerspective(String perspectiveId, String optionLabel, boolean selected)com.google.gwt.user.client.ui.IsWidgetgetManageSelectorWidget()voidgoToPerspective(String perspectiveId)voidinit()
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
addPerspective
protected void addPerspective(String perspectiveId, String optionLabel, boolean selected)
-
goToPerspective
public void goToPerspective(String perspectiveId)
-
getManageSelectorWidget
public com.google.gwt.user.client.ui.IsWidget getManageSelectorWidget()
- Specified by:
getManageSelectorWidgetin interfaceManageSelector
-
-