public interface ComponentContainer
Modifier and Type | Method and Description |
---|---|
void |
$add(AndroidViewComponent component)
Adds a component to a container.
|
android.app.Activity |
$context()
Returns the activity context (which can be retrieved from the root
container - aka the form).
|
Form |
$form()
Returns the form that ultimately contains this container.
|
void |
setChildHeight(AndroidViewComponent component,
int height) |
void |
setChildWidth(AndroidViewComponent component,
int width) |
android.app.Activity $context()
Form $form()
void $add(AndroidViewComponent component)
component
- component associated with viewvoid setChildWidth(AndroidViewComponent component, int width)
void setChildHeight(AndroidViewComponent component, int height)