A B C D E F G H I L M N O P R S T U V W Y

A

AccessViolationException - Exception in net.pleso.framework.client.bl.exceptions
This exception is thrown when some unauthorized action could be performed.
AccessViolationException() - Constructor for exception net.pleso.framework.client.bl.exceptions.AccessViolationException
Constructs a new access violation exception with null as its detail message.
AccessViolationException(String) - Constructor for exception net.pleso.framework.client.bl.exceptions.AccessViolationException
Constructs a new runtime exception with the specified detail message.
ActionButtonControl - Class in net.pleso.framework.client.ui.custom.controls.data
Action button control which wraps IActionProvider action and binds its execution to button click event.
ActionButtonControl(IWindow, IActionProvider, IUpdateControlListener) - Constructor for class net.pleso.framework.client.ui.custom.controls.data.ActionButtonControl
Constructs new ActionButtonControl widget with specified parameters.
ActionButtonPanel - Class in net.pleso.framework.client.ui.custom.controls
Panel with buttons and ActionButtonControl instances.
ActionButtonPanel(HasHorizontalAlignment.HorizontalAlignmentConstant) - Constructor for class net.pleso.framework.client.ui.custom.controls.ActionButtonPanel
Constructor
ActionFormItem - Class in net.pleso.framework.client.bl.forms.items.impl
Represents default implementation for IActionFormItem.
ActionFormItem(IActionProvider, FormItemSize) - Constructor for class net.pleso.framework.client.bl.forms.items.impl.ActionFormItem
Constructor with all parameters.
ActionFormItem(IActionProvider) - Constructor for class net.pleso.framework.client.bl.forms.items.impl.ActionFormItem
Constructor with defaul item size value.
ActionSliderControl - Class in net.pleso.framework.client.ui.custom.controls.data
Action slider controls which wraps IActionProvider action and binds its execution to slider opening.
ActionSliderControl(IWindow, IActionProvider, IUpdateControlListener) - Constructor for class net.pleso.framework.client.ui.custom.controls.data.ActionSliderControl
Constructs new ActionButtonControl widget with specified parameters.
ActionSliderControl(IWindow, IActionProvider, IUpdateControlListener, boolean) - Constructor for class net.pleso.framework.client.ui.custom.controls.data.ActionSliderControl
Constructs new ActionButtonControl widget with specified parameters.
add(Widget) - Method in class net.pleso.framework.client.ui.controls.tabcontrol.TabPanel
 
add(Widget, String) - Method in class net.pleso.framework.client.ui.controls.tabcontrol.TabPanel
Adds a widget to the tab panel.
add(Widget, String, boolean) - Method in class net.pleso.framework.client.ui.controls.tabcontrol.TabPanel
Adds a widget to the tab panel.
add(Button) - Method in class net.pleso.framework.client.ui.custom.controls.ActionButtonPanel
 
add(ActionButtonControl) - Method in class net.pleso.framework.client.ui.custom.controls.ActionButtonPanel
 
addChangeListener(ChangeListener) - Method in class net.pleso.framework.client.ui.controls.calendar.CalendarWidget
 
addClickListener(ClickListener) - Method in class net.pleso.framework.client.ui.windows.Slider
 
addFormItemsGroupWidget(FormItemsGroupWidget) - Method in class net.pleso.framework.client.ui.custom.controls.FormItemsGroupWidgetCollection
Adds to collection specified FormItemsGroupWidget.
addHideWindowListener(HideWindowListener) - Method in interface net.pleso.framework.client.ui.interfaces.SourcesWindowEvents
Adds a listener interface to receive hide window event.
addHideWindowListener(HideWindowListener) - Method in class net.pleso.framework.client.ui.windows.Window
 
addKeyboardListener(KeyboardListener) - Method in class net.pleso.framework.client.ui.controls.calendar.CalendarPopup
 
addKeyboardListener(KeyboardListener) - Method in class net.pleso.framework.client.ui.custom.controls.data.BooleanComboBoxDataControl
 
addKeyboardListener(KeyboardListener) - Method in class net.pleso.framework.client.ui.custom.controls.data.BooleanDataControl
 
addKeyboardListener(KeyboardListener) - Method in class net.pleso.framework.client.ui.custom.controls.data.CalendarDataControl
 
addKeyboardListener(KeyboardListener) - Method in class net.pleso.framework.client.ui.custom.controls.data.DateRangeControl
 
addKeyboardListener(KeyboardListener) - Method in class net.pleso.framework.client.ui.custom.controls.data.EnumComboBoxDataControl
 
addKeyboardListener(KeyboardListener) - Method in class net.pleso.framework.client.ui.custom.controls.data.FloatRangeControl
 
addKeyboardListener(KeyboardListener) - Method in class net.pleso.framework.client.ui.custom.controls.data.RichTextAreaDataControl
 
addKeyboardListener(KeyboardListener) - Method in class net.pleso.framework.client.ui.custom.controls.data.SelectorControl
 
addKeyboardListener(KeyboardListener) - Method in class net.pleso.framework.client.ui.custom.controls.data.TextAreaDataControl
 
addKeyboardListener(KeyboardListener) - Method in class net.pleso.framework.client.ui.custom.controls.data.TextBoxDataControl
 
addKeyboardListener(KeyboardListener) - Method in class net.pleso.framework.client.ui.custom.controls.data.TimeRangeControl
 
addRow(IDataRow, AsyncCallback) - Method in interface net.pleso.framework.client.bl.actions.IAddRowExecuter
Adds row to some known by instance data set.
addSlider(Slider, String) - Method in class net.pleso.framework.client.ui.windows.SliderTabPanel
Adds specified Slider with caption to this SliderTabPanel.
addTab(String) - Method in class net.pleso.framework.client.ui.controls.tabcontrol.TabBar
Adds a new tab with the specified text.
addTab(String, boolean) - Method in class net.pleso.framework.client.ui.controls.tabcontrol.TabBar
Adds a new tab with the specified text.
addTabListener(TabListener) - Method in class net.pleso.framework.client.ui.controls.tabcontrol.TabBar
 
addTabListener(TabListener) - Method in class net.pleso.framework.client.ui.controls.tabcontrol.TabPanel
 
addWindow(IWindow) - Method in class net.pleso.framework.client.ui.windows.ModalWindowDeck
Adds and shows the specified IWindow object to DeckPanel.
addWindowCaptionChangeListener(ChangeWindowCaptionListener) - Method in interface net.pleso.framework.client.ui.interfaces.SourcesWindowEvents
Adds a listener interface to receive change window caption event.
addWindowCaptionChangeListener(ChangeWindowCaptionListener) - Method in class net.pleso.framework.client.ui.windows.Window
 
AsyncCallbackFailureException - Exception in net.pleso.framework.client.bl.exceptions
Represents wrapper for server exceptions.
AsyncCallbackFailureException(String, Throwable) - Constructor for exception net.pleso.framework.client.bl.exceptions.AsyncCallbackFailureException
Constructs a new exception with the specified detail message and cause.
asyncerror_delete() - Method in interface net.pleso.framework.client.localization.Messages
 
asyncerror_loadrow() - Method in interface net.pleso.framework.client.localization.Messages
 
asyncerror_loadrows() - Method in interface net.pleso.framework.client.localization.Messages
 
asyncerror_loadrowscount() - Method in interface net.pleso.framework.client.localization.Messages
 
asyncerror_save() - Method in interface net.pleso.framework.client.localization.Messages
 
AuthController - Class in net.pleso.auth.client
Controller of AuthenticationException.
AuthenticationException - Exception in net.pleso.auth.client
Authentication exception class.
AuthenticationException() - Constructor for exception net.pleso.auth.client.AuthenticationException
Constructor.
AuthenticationException(String) - Constructor for exception net.pleso.auth.client.AuthenticationException
Constructor with message text.
AuthenticationException(String, Throwable) - Constructor for exception net.pleso.auth.client.AuthenticationException
Constructor with message text and Throwable instance.
AuthorizationProvider - Class in net.pleso.framework.client.bl.auth
This class holds static field with preinitialized IAuthorizer instance.
AuthService - Interface in net.pleso.auth.client
Server-side RPC authentication service interface.
AuthServiceAsync - Interface in net.pleso.auth.client
Asynchronous version of AuthService.

A B C D E F G H I L M N O P R S T U V W Y
Copyright © 2006-2007 pleso.net crew All Rights Reserved.