|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IWindow in net.pleso.framework.client.ui.custom |
---|
Classes in net.pleso.framework.client.ui.custom that implement IWindow | |
---|---|
class |
CustomFormWindow
Customizable form for any type of forms (see CustomFormType ). |
class |
CustomRBWindow
Customizable form for reference books. |
Methods in net.pleso.framework.client.ui.custom with parameters of type IWindow | |
---|---|
void |
CustomRBWindow.onHideWindow(IWindow sender)
|
Uses of IWindow in net.pleso.framework.client.ui.custom.controls |
---|
Constructors in net.pleso.framework.client.ui.custom.controls with parameters of type IWindow | |
---|---|
FormItemsGroupWidget(IWindow parentWindow,
IUpdateControlListener updateControlListenerer,
com.google.gwt.user.client.ui.KeyboardListener keyboardListener,
com.google.gwt.user.client.ui.Panel slidersPanel)
Constructs empty FormItemsGroupWidget with specified parameters. |
|
FormItemsWidget(IWindow parentWindow,
IUpdateControlListener updateControlListenerer,
com.google.gwt.user.client.ui.KeyboardListener keyboardListener,
com.google.gwt.user.client.ui.Panel slidersPanel)
Constructs empty FormItemsWidget . |
Uses of IWindow in net.pleso.framework.client.ui.custom.controls.data |
---|
Methods in net.pleso.framework.client.ui.custom.controls.data with parameters of type IWindow | |
---|---|
void |
SelectorControl.onHideWindow(IWindow sender)
|
void |
BaseActionControl.onHideWindow(IWindow sender)
|
Constructors in net.pleso.framework.client.ui.custom.controls.data with parameters of type IWindow | |
---|---|
ActionButtonControl(IWindow parentWindow,
IActionProvider actionProvider,
IUpdateControlListener updateControlListener)
Constructs new ActionButtonControl widget with specified
parameters. |
|
ActionSliderControl(IWindow parentWindow,
IActionProvider actionProvider,
IUpdateControlListener updateControlListener)
Constructs new ActionButtonControl widget with specified
parameters. |
|
ActionSliderControl(IWindow parentWindow,
IActionProvider actionProvider,
IUpdateControlListener updateControlListener,
boolean allowCloseParentSlider)
Constructs new ActionButtonControl widget with specified
parameters. |
|
BaseActionControl(IWindow parentWindow,
IActionProvider actionProvider,
IUpdateControlListener updateControlListener)
Constructs abstract BaseActionControl with specified paremeters. |
|
SelectorControl(IWindow parentWindow,
ISelector selector)
|
Uses of IWindow in net.pleso.framework.client.ui.custom.controls.datagrid |
---|
Constructors in net.pleso.framework.client.ui.custom.controls.datagrid with parameters of type IWindow | |
---|---|
DataGridWrapper(IWindow parentWindow,
IAuthDataSource dataSource,
IRBColumn[] columns)
Constructor |
Uses of IWindow in net.pleso.framework.client.ui.interfaces |
---|
Methods in net.pleso.framework.client.ui.interfaces with parameters of type IWindow | |
---|---|
void |
HideWindowListener.onHideWindow(IWindow sender)
Fired when the window has been hidden. |
void |
ChangeWindowCaptionListener.onWindowCaptionChange(IWindow sender)
Fired when the window changed it's caption. |
Uses of IWindow in net.pleso.framework.client.ui.windows |
---|
Classes in net.pleso.framework.client.ui.windows that implement IWindow | |
---|---|
class |
Window
Represents base class for window widgets. |
Methods in net.pleso.framework.client.ui.windows with parameters of type IWindow | |
---|---|
void |
ModalWindowDeck.addWindow(IWindow window)
Adds and shows the specified IWindow object to DeckPanel . |
void |
WindowCaptionChangeListenerCollection.fireChange(IWindow sender)
Fires ChangeWindowCaptionListener.onWindowCaptionChange(IWindow)
method on each collection element. |
void |
HideWindowListenerCollection.fireHide(IWindow sender)
Fires HideWindowListener.onHideWindow(IWindow) method on each
collection element. |
boolean |
ModalWindowDeck.hasTopWindow(IWindow window)
Determines whether ModalWindowDeck has specified IWindow
object as top shown widget. |
void |
Slider.HideModalWindow(IWindow window)
Hides modal window placed on this Slider by specified
IWindow object. |
boolean |
ModalWindowDeck.removeWindow(IWindow window)
Removes the specified IWindow object from DeckPanel and
shows topmost window in deck list. |
void |
Slider.ShowModalWindow(IWindow window)
Shows modal window on this Slider by specified IWindow
object. |
void |
TabbedSliderManager.showWindow(IWindow window)
Shows specified IWindow on new tab panel and makes it's tab
selected. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |