| Package | Description |
|---|---|
| com.codename1.ui.layouts.mig |
| Modifier and Type | Method and Description |
|---|---|
void |
MigLayout.addLayoutCallback(LayoutCallback callback)
Deprecated.
Adds the callback function that will be called at different stages of the
layout cylce.
|
void |
MigLayout.removeLayoutCallback(LayoutCallback callback)
Deprecated.
Removes the callback if it exists.
|
| Constructor and Description |
|---|
Grid(ContainerWrapper container,
LC lc,
AC rowConstr,
AC colConstr,
Map<? extends ComponentWrapper,CC> ccMap,
ArrayList<LayoutCallback> callbackList)
Constructor.
|
Copyright © 2022. All rights reserved.