|
||||||||||
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
javax.rad.application.genui.Content
public class Content
The Content
is the default IContent
implementation and extends
an UIPanel
.
Field Summary |
---|
Fields inherited from class javax.rad.genui.container.UIPanel |
---|
imgBack |
Fields inherited from class javax.rad.genui.UIContainer |
---|
components |
Fields inherited from class javax.rad.genui.UIComponent |
---|
lLastTranslationModified, parent |
Fields inherited from class javax.rad.genui.UIResource |
---|
uiResource |
Constructor Summary | |
---|---|
Content()
Creates a new instance of Content . |
Method Summary | ||
---|---|---|
|
getOpener()
Gets the opener of the content. |
|
void |
notifyDestroy()
Notifies the IContent, that it will be destroyed. |
|
void |
notifyVisible()
Notifies the IContent, that it is now positioned and showing. |
|
|
setOpener(OP pOpener)
Sets the opener of the content. |
Methods inherited from class javax.rad.genui.container.UIPanel |
---|
getBackgroundImage, setBackgroundImage |
Methods inherited from class javax.rad.genui.UIContainer |
---|
add, add, add, add, addNotify, beforeAddNotify, checkAdd, getComponent, getComponentCount, getLayout, indexOf, remove, remove, removeAll, removeNotify, setLayout, setZOrder, 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.IResource |
---|
getResource |
Methods inherited from interface javax.rad.ui.IContainer |
---|
add, add, add, add, getComponent, getComponentCount, getLayout, indexOf, remove, remove, removeAll, setLayout |
Constructor Detail |
---|
public Content()
Content
.
Method Detail |
---|
public <OP> void setOpener(OP pOpener)
setOpener
in interface IContent
OP
- the opener typepOpener
- the opener component or null
if the component is
unknownpublic <OP> OP getOpener()
getOpener
in interface IContent
OP
- the opener type
null
if the opener is unknownpublic void notifyDestroy()
notifyDestroy
in interface IContent
public void notifyVisible()
notifyVisible
in interface IContent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |