|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
org.cruxframework.crux.widgets.client.transferlist.TransferList
@Deprecated public class TransferList
A decorated panel, with a title bar.
| Nested Class Summary | |
|---|---|
static class |
TransferList.Item
Deprecated. TODO - Gesse - Comment this |
static class |
TransferList.ItemLocation
Deprecated. TODO - Gesse - Comment this |
| Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
| Field Summary | |
|---|---|
static String |
DEFAULT_STYLE_NAME
Deprecated. |
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
DEBUG_ID_PREFIX |
| Constructor Summary | |
|---|---|
TransferList(boolean allowHorizontalScrollbar)
Deprecated. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.google.gwt.user.client.ui.Composite |
|---|
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget |
| Methods inherited from class com.google.gwt.user.client.ui.Widget |
|---|
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents |
| Methods inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
addStyleDependentName, 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, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
|---|
fireEvent |
| Field Detail |
|---|
public static final String DEFAULT_STYLE_NAME
| Constructor Detail |
|---|
public TransferList(boolean allowHorizontalScrollbar)
width - height - styleName - | Method Detail |
|---|
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)
addBeforeMoveItemsHandler in interface HasBeforeMoveItemsHandlersHasBeforeMoveItemsHandlers.addBeforeMoveItemsHandler(org.cruxframework.crux.widgets.client.event.moveitem.BeforeMoveItemsHandler)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 set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||