public interface IExpandComposite extends IControl, IContainer, IExpandObservable
Modifier and Type | Method and Description |
---|---|
IColorConstant |
getContentBackgroundColor() |
IColorConstant |
getHeaderBackgroundColor() |
IImageConstant |
getIcon() |
java.lang.String |
getText() |
IColorConstant |
getTextColor() |
boolean |
isExpanded() |
void |
setContentBackgroundColor(IColorConstant color) |
void |
setCustomHeader(ICustomWidgetCreator<? extends IControl> header) |
void |
setExpanded(boolean expanded) |
void |
setHeaderBackgroundColor(IColorConstant color) |
void |
setIcon(IImageConstant icon) |
void |
setText(java.lang.String text) |
void |
setTextColor(IColorConstant color) |
void |
setTextMarkup(Markup markup) |
getDragSource, getDropTarget, getParent, getRoot, setMaxSize, setMinSize, setParent, setPreferredSize
getLayoutConstraints, getMaxSize, getMinSize, getPreferredSize, setLayoutConstraints, setToolTipText
addParentListener, removeParentListener
add, add, add, add, add, add, add, add, addContainerRegistry, getChildren, layout, layoutLater, remove, removeContainerRegistry, setLayout, setTabOrder, setTabOrder
createPopupMenu, fromComponent, getBounds, hasFocus, isReparentable, isShowing, setBounds, setPopupMenu, setPosition, setSize, toComponent, toLocal, toScreen
dispose, isDisposed
addDisposeListener, removeDisposeListener
addShowingStateListener, removeShowingStateListener
addContainerListener, removeContainerListener
addComponentListenerRecursive, addFocusListenerRecursive, addKeyListenerRecursive, addMouseListenerRecursive, addPopupDetectionListenerRecursive, removeComponentListenerRecursive, removeFocusListenerRecursive, removeKeyListenerRecursive, removeMouseListenerRecursive, removePopupDetectionListenerRecursive
computeDecoratedSize, getClientArea, layoutBegin, layoutEnd, removeAll, setLayout
getBackgroundColor, getForegroundColor, getPosition, getSize, isVisible, redraw, requestFocus, setBackgroundColor, setCursor, setForegroundColor, setPosition, setRedrawEnabled, setSize, setVisible
getUiReference, isEnabled, setEnabled
addComponentListener, removeComponentListener
addFocusListener, removeFocusListener
addKeyListener, removeKeyListener
addMouseListener, removeMouseListener
addMouseMotionListener, removeMouseMotionListener
addPopupDetectionListener, removePopupDetectionListener
addExpandListener, removeExpandListener
void setText(java.lang.String text)
java.lang.String getText()
void setIcon(IImageConstant icon)
IImageConstant getIcon()
void setTextMarkup(Markup markup)
void setTextColor(IColorConstant color)
void setCustomHeader(ICustomWidgetCreator<? extends IControl> header)
IColorConstant getTextColor()
void setHeaderBackgroundColor(IColorConstant color)
IColorConstant getHeaderBackgroundColor()
void setContentBackgroundColor(IColorConstant color)
IColorConstant getContentBackgroundColor()
void setExpanded(boolean expanded)
boolean isExpanded()
Siehe auch Jowidgets Nutzerhandbuch