@Deprecated public class TransferList extends com.google.gwt.user.client.ui.Composite implements HasBeforeMoveItemsHandlers, HasMoveItemsHandlers
| Modifier and Type | Class and Description |
|---|---|
static class |
TransferList.Item
Deprecated.
TODO - Gesse - Comment this
|
static class |
TransferList.ItemLocation
Deprecated.
TODO - Gesse - Comment this
|
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_STYLE_NAME
Deprecated.
|
| Constructor and Description |
|---|
TransferList(boolean allowHorizontalScrollbar)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
addBeforeMoveItemsHandler(BeforeMoveItemsHandler handler)
Deprecated.
|
void |
addItem(TransferList.Item item)
Deprecated.
Adds a new item
|
com.google.gwt.event.shared.HandlerRegistration |
addMoveItemsHandler(MoveItemsHandler handler)
Deprecated.
|
protected com.google.gwt.user.client.ui.VerticalPanel |
createCommands()
Deprecated.
|
protected void |
createLeftList(com.google.gwt.user.client.ui.HorizontalPanel panel)
Deprecated.
|
protected com.google.gwt.user.client.ui.HorizontalPanel |
createPanelCells()
Deprecated.
|
protected void |
createRightList(com.google.gwt.user.client.ui.HorizontalPanel panel)
Deprecated.
|
List<TransferList.Item> |
getLeftItens()
Deprecated.
|
protected com.google.gwt.user.client.ui.ListBox |
getLeftList()
Deprecated.
|
com.google.gwt.user.client.ui.Button |
getMoveAllToLeftButton()
Deprecated.
|
com.google.gwt.user.client.ui.Button |
getMoveAllToRightButton()
Deprecated.
|
com.google.gwt.user.client.ui.Button |
getMoveToLeftButton()
Deprecated.
|
com.google.gwt.user.client.ui.Button |
getMoveToRightButton()
Deprecated.
|
List<TransferList.Item> |
getRightItens()
Deprecated.
|
protected com.google.gwt.user.client.ui.ListBox |
getRightList()
Deprecated.
|
boolean |
isMultiTransferFromLeft()
Deprecated.
|
boolean |
isMultiTransferFromRight()
Deprecated.
|
boolean |
isShowAllTransferButtons()
Deprecated.
|
void |
setAllLeftToRightButtonText(String text)
Deprecated.
|
void |
setAllRightToLeftButtonText(String text)
Deprecated.
|
void |
setCollection(List<TransferList.Item> items)
Deprecated.
Sets the items to be shown
|
void |
setLeftListLabel(String label)
Deprecated.
|
void |
setLeftToRightButtonText(String text)
Deprecated.
|
void |
setMultiTransferFromLeft(boolean multiTransferFromLeft)
Deprecated.
|
void |
setMultiTransferFromRight(boolean multiTransferFromRight)
Deprecated.
|
void |
setRightListLabel(String label)
Deprecated.
|
void |
setRightToLeftButtonText(String text)
Deprecated.
|
void |
setShowAllTransferButtons(boolean showAllTransferButtons)
Deprecated.
|
void |
setVisibleItemCount(int count)
Deprecated.
|
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidgetaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, 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, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toStringpublic static final String DEFAULT_STYLE_NAME
public TransferList(boolean allowHorizontalScrollbar)
width - height - styleName - protected com.google.gwt.user.client.ui.HorizontalPanel createPanelCells()
panel2 - protected void createRightList(com.google.gwt.user.client.ui.HorizontalPanel panel)
protected void createLeftList(com.google.gwt.user.client.ui.HorizontalPanel panel)
protected com.google.gwt.user.client.ui.VerticalPanel createCommands()
public com.google.gwt.user.client.ui.Button getMoveToRightButton()
public com.google.gwt.user.client.ui.Button getMoveToLeftButton()
public com.google.gwt.user.client.ui.Button getMoveAllToRightButton()
public com.google.gwt.user.client.ui.Button getMoveAllToLeftButton()
protected com.google.gwt.user.client.ui.ListBox getLeftList()
protected com.google.gwt.user.client.ui.ListBox getRightList()
public void setLeftToRightButtonText(String text)
text - public void setRightToLeftButtonText(String text)
text - public void setAllLeftToRightButtonText(String text)
text - public void setAllRightToLeftButtonText(String text)
text - public void setLeftListLabel(String label)
label - public void setRightListLabel(String label)
label - public void setCollection(List<TransferList.Item> items)
public void addItem(TransferList.Item item)
item - public void setVisibleItemCount(int count)
parseInt - public List<TransferList.Item> getLeftItens()
public List<TransferList.Item> getRightItens()
public com.google.gwt.event.shared.HandlerRegistration addBeforeMoveItemsHandler(BeforeMoveItemsHandler handler)
public com.google.gwt.event.shared.HandlerRegistration addMoveItemsHandler(MoveItemsHandler handler)
addMoveItemsHandler in interface HasMoveItemsHandlersHasMoveItemsHandlers.addMoveItemsHandler(org.cruxframework.crux.widgets.client.event.moveitem.MoveItemsHandler)public boolean isMultiTransferFromLeft()
public void setMultiTransferFromLeft(boolean multiTransferFromLeft)
multiTransferFromLeft - the multiTransferFromLeft to setpublic boolean isMultiTransferFromRight()
public void setMultiTransferFromRight(boolean multiTransferFromRight)
multiTransferFromRight - the multiTransferFromRight to setpublic boolean isShowAllTransferButtons()
public void setShowAllTransferButtons(boolean showAllTransferButtons)
showAllTransferButtons - the showAllTransferButtons to setCopyright © 2014. All rights reserved.