| Package | Description |
|---|---|
| org.cruxframework.crux.widgets.client.event.moveitem | |
| org.cruxframework.crux.widgets.client.transferlist |
| Modifier and Type | Method and Description |
|---|---|
List<TransferList.Item> |
MoveItemsEvent.getItems() |
List<TransferList.Item> |
BeforeMoveItemsEvent.getItems() |
| Modifier and Type | Method and Description |
|---|---|
static BeforeMoveItemsEvent |
BeforeMoveItemsEvent.fire(HasBeforeMoveItemsHandlers source,
List<TransferList.Item> items,
boolean leftToRight) |
static MoveItemsEvent |
MoveItemsEvent.fire(HasMoveItemsHandlers source,
List<TransferList.Item> items,
boolean leftToRight) |
| Modifier and Type | Method and Description |
|---|---|
List<TransferList.Item> |
TransferList.getLeftItens()
Deprecated.
|
List<TransferList.Item> |
TransferList.getRightItens()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransferList.addItem(TransferList.Item item)
Deprecated.
Adds a new item
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransferList.setCollection(List<TransferList.Item> items)
Deprecated.
Sets the items to be shown
|
Copyright © 2014. All rights reserved.