|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sibvisions.rad.ui.web.impl.WebResource
com.sibvisions.rad.ui.web.impl.WebComponent
com.sibvisions.rad.ui.web.impl.WebContainer
com.sibvisions.rad.ui.web.impl.container.WebToolBarPanel
com.sibvisions.rad.ui.web.impl.container.AbstractWebWindow
public abstract class AbstractWebWindow
Web server implementation of IWindow.
| Field Summary |
|---|
| Fields inherited from class com.sibvisions.rad.ui.web.impl.container.WebToolBarPanel |
|---|
toolBarPanel |
| Fields inherited from class com.sibvisions.rad.ui.web.impl.WebContainer |
|---|
components |
| Fields inherited from class com.sibvisions.rad.ui.web.impl.WebComponent |
|---|
componentId |
| Fields inherited from interface javax.rad.ui.container.IToolBarPanel |
|---|
AREA_BOTTOM, AREA_LEFT, AREA_RIGHT, AREA_TOP |
| Fields inherited from interface javax.rad.ui.IAlignmentConstants |
|---|
ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT, ALIGN_STRETCH, ALIGN_TOP |
| Constructor Summary | |
|---|---|
protected |
AbstractWebWindow()
Creates a new instance of AbstractWebWindow. |
| Method Summary | |
|---|---|
WindowHandler |
eventWindowActivated()
The EventHandler for the window activated event. |
WindowHandler |
eventWindowClosed()
The EventHandler for the window closed event. |
WindowHandler |
eventWindowClosing()
The EventHandler for the window closing event. |
WindowHandler |
eventWindowDeactivated()
The EventHandler for the window deactivated event. |
WindowHandler |
eventWindowDeiconified()
The EventHandler for the window deiconified event. |
WindowHandler |
eventWindowIconified()
The EventHandler for the window iconified event. |
WindowHandler |
eventWindowOpened()
The EventHandler for the window opened event. |
void |
setLocationRelativeTo(IComponent component)
Sets the location of the window relative to the specified component. |
| Methods inherited from class com.sibvisions.rad.ui.web.impl.container.WebToolBarPanel |
|---|
add, addPanelIntern, addToolBar, addToolBar, getToolBar, getToolBarArea, getToolBarCount, indexOfToolBar, remove, removeAllToolBars, removePanelIntern, removeToolBar, removeToolBar, setLayout, setToolBarArea |
| Methods inherited from class com.sibvisions.rad.ui.web.impl.WebContainer |
|---|
add, add, add, getComponent, getComponentCount, getLayout, indexOf, remove, removeAll |
| Methods inherited from class com.sibvisions.rad.ui.web.impl.WebResource |
|---|
getNullableAsString, getResource, setAsString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.rad.ui.container.IWindow |
|---|
dispose, isActive, isDisposed, pack, toBack, toFront |
| 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 |
| Constructor Detail |
|---|
protected AbstractWebWindow()
AbstractWebWindow.
IWindow| Method Detail |
|---|
public void setLocationRelativeTo(IComponent component)
pComponent is null, the
window is centered on the screen.
setLocationRelativeTo in interface IWindowcomponent - the component in relation to which the window's location
is determinedpublic WindowHandler eventWindowOpened()
eventWindowOpened in interface IWindowpublic WindowHandler eventWindowClosing()
eventWindowClosing in interface IWindowpublic WindowHandler eventWindowClosed()
eventWindowClosed in interface IWindowpublic WindowHandler eventWindowIconified()
eventWindowIconified in interface IWindowpublic WindowHandler eventWindowDeiconified()
eventWindowDeiconified in interface IWindowpublic WindowHandler eventWindowActivated()
eventWindowActivated in interface IWindowpublic WindowHandler eventWindowDeactivated()
eventWindowDeactivated in interface IWindow
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||