Uses of Class
org.gcube.portlets.widgets.pickitem.shared.ItemBean
-
-
Uses of ItemBean in org.gcube.portlets.widgets.pickitem.client.dialog
Constructor parameters in org.gcube.portlets.widgets.pickitem.client.dialog with type arguments of type ItemBean Constructor Description PickItemsDialog(char triggerChar, ArrayList<ItemBean> beans, com.google.gwt.event.shared.HandlerManager eventBus, int widthInPixel) -
Uses of ItemBean in org.gcube.portlets.widgets.pickitem.client.events
Methods in org.gcube.portlets.widgets.pickitem.client.events that return ItemBean Modifier and Type Method Description ItemBeanPickedItemEvent. getSelectedItem()Constructors in org.gcube.portlets.widgets.pickitem.client.events with parameters of type ItemBean Constructor Description PickedItemEvent(ItemBean item, char triggerChar, int itemCursorIndexStart, int itemCursorIndexEnd) -
Uses of ItemBean in org.gcube.portlets.widgets.pickitem.client.oracle
Methods in org.gcube.portlets.widgets.pickitem.client.oracle that return ItemBean Modifier and Type Method Description ItemBeanUserSuggestion. getUser()Method parameters in org.gcube.portlets.widgets.pickitem.client.oracle with type arguments of type ItemBean Modifier and Type Method Description voidUserOracle. addContacts(List<ItemBean> users)Constructors in org.gcube.portlets.widgets.pickitem.client.oracle with parameters of type ItemBean Constructor Description UserSuggestion(ItemBean user) -
Uses of ItemBean in org.gcube.portlets.widgets.pickitem.client.rpc
Methods in org.gcube.portlets.widgets.pickitem.client.rpc that return types with arguments of type ItemBean Modifier and Type Method Description ArrayList<ItemBean>PickItemService. searchEntities(String keyword, String vreContext)Method parameters in org.gcube.portlets.widgets.pickitem.client.rpc with type arguments of type ItemBean Modifier and Type Method Description voidPickItemServiceAsync. searchEntities(String keyword, String vreContext, com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<ItemBean>> callback) -
Uses of ItemBean in org.gcube.portlets.widgets.pickitem.client.uibinder
Constructors in org.gcube.portlets.widgets.pickitem.client.uibinder with parameters of type ItemBean Constructor Description NoPhotoTemplate(PickItemsDialog owner, ItemBean user, int displayIndex)WithPhotoTemplate(PickItemsDialog owner, ItemBean user, int displayIndex) -
Uses of ItemBean in org.gcube.portlets.widgets.pickitem.server
Methods in org.gcube.portlets.widgets.pickitem.server that return types with arguments of type ItemBean Modifier and Type Method Description ArrayList<ItemBean>PickItemServiceImpl. searchEntities(String keyword, String context)
-