public class PartListDropdown extends ListDropdown implements com.google.gwt.event.logical.shared.HasSelectionHandlers<PartDefinition>, com.google.gwt.event.logical.shared.HasCloseHandlers<PartDefinition>
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled| Modifier and Type | Field and Description |
|---|---|
static String |
DEBUG_TITLE_PREFIX |
button, dropDownMenu, hideOnSingleElement| Constructor and Description |
|---|
PartListDropdown() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler<PartDefinition> handler) |
void |
addPart(WorkbenchPartPresenter.View view) |
com.google.gwt.event.shared.HandlerRegistration |
addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler<PartDefinition> handler) |
void |
changeTitle(PartDefinition part,
String title,
com.google.gwt.user.client.ui.IsWidget titleDecoration) |
void |
clear() |
void |
disableDragAndDrop() |
void |
enableDragAndDrop() |
boolean |
isDndEnabled() |
void |
removePart(PartDefinition part) |
void |
selectPart(PartDefinition part) |
void |
setDndManager(WorkbenchDragAndDropManager dndManager) |
add, addCaretToText, remove, setHideOnSingleElement, setTextgetId, getPull, insert, setColor, setHiddenOn, setId, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, setPull, setVisibleOnadd, add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, removeadd, adopt, doAttachChildren, doDetachChildren, orphan, removeaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static final String DEBUG_TITLE_PREFIX
public void setDndManager(WorkbenchDragAndDropManager dndManager)
public void addPart(WorkbenchPartPresenter.View view)
public void removePart(PartDefinition part)
public void selectPart(PartDefinition part)
public void changeTitle(PartDefinition part, String title, com.google.gwt.user.client.ui.IsWidget titleDecoration)
public void enableDragAndDrop()
public void disableDragAndDrop()
public boolean isDndEnabled()
public void clear()
clear in interface com.google.gwt.user.client.ui.HasWidgetsclear in class ListDropdownpublic com.google.gwt.event.shared.HandlerRegistration addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler<PartDefinition> handler)
addSelectionHandler in interface com.google.gwt.event.logical.shared.HasSelectionHandlers<PartDefinition>public com.google.gwt.event.shared.HandlerRegistration addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler<PartDefinition> handler)
addCloseHandler in interface com.google.gwt.event.logical.shared.HasCloseHandlers<PartDefinition>Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.