MultiField

public class MultiField extends BaseField<List<View>, Map> implements MultiFieldInterface

This fields deals with multi fields but they are each treated as one.

This mean the values return are for those fields that have values, the setting also happens to those fields who data is provided.

Constructors

MultiField

public MultiField(String name, boolean isEditable)

MultiField

public MultiField(String name)

Methods

addView

public void addView(String id, View view)

getChildCount

public int getChildCount()

getField

public FieldInterface getField(String id)

getFields

public List<FieldInterface> getFields()

getName

public String getName()

getValue

public Map getValue()

getView

public List<View> getView()

removeView

public void removeView(String id)

setValue

public void setValue(Map o)