|
com.im.ijc.core/1 5.9.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WidgetContainer
Description of a widget container that provides enough data for printing.
| Method Summary | |
|---|---|
Iterable<? extends WidgetContainer> |
getContainers(boolean onlyVisible)
Provides all sub-containers. |
VisualWidgetHandle |
getContainerWidget()
Associated widget if this is a nested container or null. |
Dimension |
getDimension()
Information about view width and length to enable proper scaling. |
Insets |
getInsets()
Information about insets used in this container. |
String |
getName()
Name of a container. |
DFResultSet |
getResultSet()
Printed data. |
Iterable<? extends VisualWidgetHandle> |
getWidgets(boolean onlyVisible)
Provides all widgets in this container. |
| Method Detail |
|---|
String getName()
Iterable<? extends VisualWidgetHandle> getWidgets(boolean onlyVisible)
onlyVisible - only currently visible widgets will be returned (it is up to implementation to decide
what to return if the container is not shown)Iterable<? extends WidgetContainer> getContainers(boolean onlyVisible)
onlyVisible - only currently visible widgets will be returned (it is up to implementation to decide
what to return if the container is not shown)VisualWidgetHandle getContainerWidget()
null.
Dimension getDimension()
Insets getInsets()
DFResultSet getResultSet()
|
com.im.ijc.core/1 5.9.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||