|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.rad.genui.UIResource<C>
javax.rad.genui.UIComponent<C>
javax.rad.genui.UIContainer<IPanel>
javax.rad.genui.container.UIPanel
public class UIPanel
Platform and technology independent Panel. It is designed for use with AWT, Swing, SWT, JSP, JSF,... .
| Field Summary | |
|---|---|
protected IImage |
imgBack
the background image. |
| Fields inherited from class javax.rad.genui.UIContainer |
|---|
components |
| Fields inherited from class javax.rad.genui.UIComponent |
|---|
logger, parent |
| Fields inherited from class javax.rad.genui.UIResource |
|---|
uiResource |
| Constructor Summary | |
|---|---|
UIPanel()
Creates a new instance of UIPanel. |
|
UIPanel(UILayout pLayout)
Creates a new instance of UIPanel. |
|
| Method Summary | |
|---|---|
IImage |
getBackgroundImage()
Gets the background image of the panel. |
void |
setBackgroundImage(IImage pImage)
Sets a background image for the panel. |
| Methods inherited from class javax.rad.genui.UIContainer |
|---|
add, add, add, add, addNotify, checkAdd, getComponent, getComponentCount, getLayout, indexOf, remove, remove, removeAll, removeNotify, setLayout, updateTranslation |
| Methods inherited from class javax.rad.genui.UIResource |
|---|
equals, getUIResource, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.rad.ui.IContainer |
|---|
add, add, add, add, getComponent, getComponentCount, getLayout, indexOf, remove, remove, removeAll, setLayout |
| Methods inherited from interface javax.rad.ui.IResource |
|---|
getResource |
| Field Detail |
|---|
protected IImage imgBack
| Constructor Detail |
|---|
public UIPanel()
UIPanel.
IPanelpublic UIPanel(UILayout pLayout)
UIPanel.
pLayout - the layout.IPanel| Method Detail |
|---|
public void setBackgroundImage(IImage pImage)
setBackgroundImage in interface IPanelpImage - the background imagepublic IImage getBackgroundImage()
getBackgroundImage in interface IPanelnull if no background is set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||