@Dependent public class RightPanelPresenter extends Object implements RightPanelView.Presenter
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PREFERRED_WIDHT |
static String |
IDENTIFIER |
| Constructor and Description |
|---|
RightPanelPresenter() |
RightPanelPresenter(RightPanelView view) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
org.uberfire.workbench.model.Position |
getDefaultPosition() |
String |
getTitle() |
void |
onCheatSheetTabActivated() |
void |
onEditorTabActivated() |
void |
setup() |
public static final int DEFAULT_PREFERRED_WIDHT
public static final String IDENTIFIER
public RightPanelPresenter()
@Inject public RightPanelPresenter(RightPanelView view)
@PostConstruct public void setup()
public org.uberfire.workbench.model.Position getDefaultPosition()
public String getTitle()
public com.google.gwt.user.client.ui.Widget asWidget()
public void onEditorTabActivated()
onEditorTabActivated in interface RightPanelView.Presenterpublic void onCheatSheetTabActivated()
onCheatSheetTabActivated in interface RightPanelView.PresenterCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.