MultiFieldInterface

public interface MultiFieldInterface

Methods

addView

void addView(String id, View view)

getChildCount

int getChildCount()

Get the number of views the multifield contains.

getField

FieldInterface getField(String id)

getFields

List<FieldInterface> getFields()

removeView

void removeView(String id)