public abstract class DataFormLayoutManager extends Object
Constructor and Description |
---|
DataFormLayoutManager(Context context,
int layout)
Creates a new instance of DataFormLayoutManager with the specified XML layout id.
|
Modifier and Type | Method and Description |
---|---|
ViewGroup |
arrangeEditors(Iterable<EntityPropertyViewer> editors)
Arranges the specified editors.
|
void |
unload()
Clears the data form layout.
|
public DataFormLayoutManager(Context context, int layout)
public void unload()
public ViewGroup arrangeEditors(Iterable<EntityPropertyViewer> editors)