public interface IContainerCommon extends IComponentCommon
| Modifier and Type | Method and Description |
|---|---|
Dimension |
computeDecoratedSize(Dimension clientAreaSize)
Gets the decorated size (size with border / insets ) for a given client area size
|
Rectangle |
getClientArea()
Gets the client area of the container.
|
void |
layoutBegin()
Informs that more than one operation on the containers children be
done and that now redraw should be done until layout end will be invoked
to avoid flickering.
|
void |
layoutEnd()
Layouts the container
|
void |
removeAll()
Removes all child controls from the container.
|
void |
setLayout(ILayoutDescriptor layoutDescriptor)
Sets the layout for this container
|
getBackgroundColor, getForegroundColor, getPosition, getSize, isVisible, redraw, requestFocus, setBackgroundColor, setCursor, setForegroundColor, setPosition, setRedrawEnabled, setSize, setVisiblegetUiReference, isEnabled, setEnabledaddComponentListener, removeComponentListeneraddFocusListener, removeFocusListeneraddKeyListener, removeKeyListeneraddMouseListener, removeMouseListeneraddMouseMotionListener, removeMouseMotionListeneraddPopupDetectionListener, removePopupDetectionListenervoid setLayout(ILayoutDescriptor layoutDescriptor)
layoutDescriptor - The layout to setvoid layoutBegin()
void layoutEnd()
void removeAll()
Rectangle getClientArea()
Siehe auch Jowidgets Nutzerhandbuch