java.lang.Object |
↳ |
com.sap.cloud.mobile.fiori.bindingadapters.ListPickerFormCellBindingAdapter |
Class Overview
Binding Adapter class for ListPickerFormCell.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
ListPickerFormCellBindingAdapter
()
Public Methods
public
static
void
setCellChangeListener
(ListPickerFormCell listPickerFormCell, boolean isEditable)
public
static
void
setValue
(ListPickerFormCell listPickerFormCell, int[] valueArray)
setValue function in FilterFormCell takes ArrayList as data-type. So convert the int[] to ArrayList and call the setValues function of the view.
Parameters
listPickerFormCell |
ListPickerFormCell object |
valueArray |
array of index of selected items
|