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

I

IActionFormItem - Interface in net.pleso.framework.client.bl.forms.items
Represents action form item.
IActionProvider - Interface in net.pleso.framework.client.bl.providers
Represents abstract action provider.
IActionProviders - Interface in net.pleso.framework.client.bl.providers
Represents array of IActionProvider.
IAddForm - Interface in net.pleso.framework.client.bl.forms
Represents add form.
IAddFormProvider - Interface in net.pleso.framework.client.bl.providers
Represents provider of add form.
IAdditionalInfoProvider - Interface in net.pleso.framework.client.bl.providers
Represents additional info provider.
IAddRowExecuter - Interface in net.pleso.framework.client.bl.actions
Represents add row executor which can add specified row to some data set.
IAuth - Interface in net.pleso.framework.client.bl.auth
Represents class that requires authorization check.
IAuthDataSource - Interface in net.pleso.framework.client.bl
Represents data source with authorization check availability.
IAuthorizer - Interface in net.pleso.framework.client.bl.auth
Represents base authorization logic functionality.
IAuthProvider - Interface in net.pleso.auth.server
Interface of auth results provider.
IAuthResultListener - Interface in net.pleso.auth.client
Interface of class-handler of authentication requests.
IAvailabilityProvider - Interface in net.pleso.framework.client.bl.providers
Represents provider for availability check.
IBindableDataControl - Interface in net.pleso.framework.client.ui.interfaces
Represents bindable data control which can read value from binded data.
IDataBinder - Interface in net.pleso.framework.client.ui.controls.datagrid.interfaces
Interface of class that bind data to each item (header, row, etc.) of DataGrid.
IDataColumn - Interface in net.pleso.framework.client.dal
This interface represents data column (database field).
IDataGridEventListener - Interface in net.pleso.framework.client.ui.controls.datagrid.interfaces
Interface of class-handler of events in DataGrid.
IDataGridHeader - Interface in net.pleso.framework.client.ui.controls.datagrid.interfaces
Interface of header in DataGrid class
IDataGridRow - Interface in net.pleso.framework.client.ui.controls.datagrid.interfaces
Interface of row in DataGrid class
IDataRow - Interface in net.pleso.framework.client.dal
Represents data row.
IDataSource - Interface in net.pleso.framework.client.dal
Represents data source which allows to get data as array of IDataRow.
IDBValue - Interface in net.pleso.framework.client.dal.db
Represents database value with possibility to be converted to string and parsed from string.
IDeleteRowExecutor - Interface in net.pleso.framework.client.bl.actions
Represents delete row executor which can delete specified row from some data set.
IDeleteRowProvider - Interface in net.pleso.framework.client.bl.providers
Represents provider of data row deleter.
IEditableDataControl - Interface in net.pleso.framework.client.ui.interfaces
Represents editable binded data control.
IEditColumnFormItem - Interface in net.pleso.framework.client.bl.forms.items
Represents simple edit column form item.
IEditEnumColumnFormItem - Interface in net.pleso.framework.client.bl.forms.items
Represents form item for selecting value of enumerable column.
IEditForm - Interface in net.pleso.framework.client.bl.forms
Represents edit form.
IEditFormItem - Interface in net.pleso.framework.client.bl.forms.items
Represents abstract editable form item with required status.
IEditFormProvider - Interface in net.pleso.framework.client.bl.providers
Represents provider of edit form.
IEditRangeFormItem - Interface in net.pleso.framework.client.bl.forms.items
Represents form item for editing ranges.
IEmptyRowCreator - Interface in net.pleso.framework.client.bl.actions
Represents empty row creator which can create new empty data row of some type.
IEnum - Interface in net.pleso.framework.client.bl
Represents predefined enumeration of IEnumItem.
IEnumItem - Interface in net.pleso.framework.client.bl
Represents predefined enumeration item of some IEnum implementation.
IFocusControl - Interface in net.pleso.framework.client.ui.interfaces
Represents control with fucusing ability.
IForm - Interface in net.pleso.framework.client.bl.forms
Represents abstract form with caption and array of form item groups.
IFormItem - Interface in net.pleso.framework.client.bl.forms.items
Represents abstract form item.
IFormItemsGroup - Interface in net.pleso.framework.client.bl.forms.items
Represents group of form items.
IInfoEnumColumnFormItem - Interface in net.pleso.framework.client.bl.forms.items
Represents form item for read only representation of enumerable column.
IInfoFormItem - Interface in net.pleso.framework.client.bl.forms.items
Represents read only information form item.
IMenu - Interface in net.pleso.framework.client.bl.providers
Represents menu.
IMultilineEditFormItem - Interface in net.pleso.framework.client.bl.forms.items
Represents edit form item for multiline data.
InfoDataControl - Class in net.pleso.framework.client.ui.custom.controls.data
Read-only information data control.
InfoDataControl() - Constructor for class net.pleso.framework.client.ui.custom.controls.data.InfoDataControl
 
InfoDataControl(IEnum) - Constructor for class net.pleso.framework.client.ui.custom.controls.data.InfoDataControl
 
InfoEnumFormItem - Class in net.pleso.framework.client.bl.forms.items.impl
Represents default implementation for IInfoEnumColumnFormItem
InfoEnumFormItem(IDataColumn, IEnum) - Constructor for class net.pleso.framework.client.bl.forms.items.impl.InfoEnumFormItem
Constructor
InfoFormItem - Class in net.pleso.framework.client.bl.forms.items.impl
Represents default implementation for IInfoFormItem
InfoFormItem(IDataColumn) - Constructor for class net.pleso.framework.client.bl.forms.items.impl.InfoFormItem
Constructor
initAuthorizer(IAuthorizer) - Static method in class net.pleso.framework.client.bl.auth.AuthorizationProvider
Initializes static field with IAuthorizer instance.
initFormControls(IFormItem[], IDataRow) - Method in class net.pleso.framework.client.ui.custom.controls.FormItemsWidget
Inits widget whith IFormItemsGroup and IDataRow.
initFormItemsGroup(IFormItemsGroup, IDataRow) - Method in class net.pleso.framework.client.ui.custom.controls.FormItemsGroupWidget
Inits widget whith IFormItemsGroup and IDataRow.
inputDatePatterns - Static variable in class net.pleso.framework.client.util.DateUtil
Input date format.
insert(Widget, String, boolean, int) - Method in class net.pleso.framework.client.ui.controls.tabcontrol.TabPanel
Inserts a widget into the tab panel.
insert(Widget, String, int) - Method in class net.pleso.framework.client.ui.controls.tabcontrol.TabPanel
Inserts a widget into the tab panel.
Insert - Static variable in class net.pleso.framework.client.ui.custom.CustomFormType
Form for insert values into empty row
insert_button_caption() - Method in interface net.pleso.framework.client.localization.Constants
 
insertTab(String, boolean, int) - Method in class net.pleso.framework.client.ui.controls.tabcontrol.TabBar
Inserts a new tab at the specified index.
insertTab(String, int) - Method in class net.pleso.framework.client.ui.controls.tabcontrol.TabBar
Inserts a new tab at the specified index.
instance - Static variable in class net.pleso.auth.client.AuthController
Single AuthController instance.
IntegerDataControl - Class in net.pleso.framework.client.ui.custom.controls.data
Data control with text box for integer values CSS Style Rules .pf-integerDataControl { control itself }
IntegerDataControl() - Constructor for class net.pleso.framework.client.ui.custom.controls.data.IntegerDataControl
 
IntEnum - Class in net.pleso.framework.client.bl.impl
Represents abstract base class for int enumerations.
INullable - Interface in net.pleso.framework.client.dal.db
This interface craeted to be extended by IDBValue.
IPagerEventListener - Interface in net.pleso.framework.client.ui.custom.controls.datagrid
Interface of class-handler of events in Pager.
IParametersForm - Interface in net.pleso.framework.client.bl.forms
Represents parameters form.
IParametersFormProvider - Interface in net.pleso.framework.client.bl.providers
Represents provider for parameters form by selected in context row.
IRB - Interface in net.pleso.framework.client.bl.rb
Represents reference book with caption, columns and authorized data source.
IRBColumn - Interface in net.pleso.framework.client.bl.rb.columns
Represents abstract reference book column with caption and proportional width.
IRBDataColumn - Interface in net.pleso.framework.client.bl.rb.columns
Represents reference book column with caption, reference for data column and proportional width.
IRBEnumDataColumn - Interface in net.pleso.framework.client.bl.rb.columns
Represents reference book data column with enumerable values.
IRBProvider - Interface in net.pleso.framework.client.bl.providers
Represents provider of reference book.
IReportBuilder - Interface in net.pleso.framework.client.bl.actions
Represents report with build function.
IReportProvider - Interface in net.pleso.framework.client.bl.providers
Represents provider of report.
IRowClassifier - Interface in net.pleso.framework.client.bl.rb
Represents row classifier which can test any row and determine whether specified row can be positive classified by this classifier.
IRowClassifiersProvider - Interface in net.pleso.framework.client.bl.rb
Represents row classifiers provider.
IRowCopier - Interface in net.pleso.framework.client.bl
Represents row copier which copies some data from selected row to source row.
IRowLoader - Interface in net.pleso.framework.client.bl.actions
Represents row loader which can asynchronous load data row from some data set.
isAllowNull() - Method in interface net.pleso.framework.client.dal.IDataColumn
Checks whether this data column allows null value.
isAllowNull() - Method in class net.pleso.framework.client.dal.impl.DataColumn
 
isAuth() - Method in class net.pleso.auth.client.AuthController
Check is user authenticated.
isAuth() - Method in interface net.pleso.auth.client.AuthService
Check is user authenticated.
isAuth(AsyncCallback) - Method in interface net.pleso.auth.client.AuthServiceAsync
 
isAuth() - Method in class net.pleso.auth.server.DefaultAuthServiceImpl
 
isAuth() - Method in class net.pleso.framework.client.ui.custom.controls.data.BaseActionControl
Checks authorization rights on wrapped IActionProvider
isAuthClassesDictionaryContains(String) - Method in class net.pleso.auth.client.AuthController
Return is HashMap of authenticated objects contains this className.
isAvailable(IDataRow, IDataColumn) - Method in interface net.pleso.framework.client.bl.providers.IAvailabilityProvider
Checks for availability depending on data row and column.
isCanceled() - Method in class net.pleso.framework.client.ui.custom.CustomFormWindow
 
isClosed() - Method in class net.pleso.framework.client.ui.windows.Slider
Determines whether this Slider is closed and its contents is hidden.
ISearchFormProvider - Interface in net.pleso.framework.client.bl.providers
Represents provider of search form.
ISelector - Interface in net.pleso.framework.client.bl
Represents reference book selector.
ISelectorFormItem - Interface in net.pleso.framework.client.bl.forms.items
Represents form item with selector to data from related reference book.
isEnabled() - Method in class net.pleso.framework.client.ui.windows.Slider
Determines whether this Slider is enabled for clicking and opening.
isHidden() - Method in interface net.pleso.framework.client.ui.interfaces.IWindow
 
isHidden() - Method in class net.pleso.framework.client.ui.windows.Window
 
ISingleColumnBind - Interface in net.pleso.framework.client.ui.interfaces
Represents control which can be binded to a single IDataRow and IDataColumn.
isModalAfterOpen() - Method in class net.pleso.framework.client.ui.windows.Slider
 
isNull() - Method in interface net.pleso.framework.client.dal.db.INullable
Checks whether value of instance equals null.
isNull() - Method in class net.pleso.framework.client.dal.db.types.DBBigInt
 
isNull() - Method in class net.pleso.framework.client.dal.db.types.DBBoolean
 
isNull() - Method in class net.pleso.framework.client.dal.db.types.DBDate
 
isNull() - Method in class net.pleso.framework.client.dal.db.types.DBFloat
 
isNull() - Method in class net.pleso.framework.client.dal.db.types.DBInteger
 
isNull() - Method in class net.pleso.framework.client.dal.db.types.DBString
 
isNull() - Method in class net.pleso.framework.client.dal.db.types.DBStringTime
 
isNull() - Method in class net.pleso.framework.client.dal.db.types.DBTime
 
isObjectAuthorized(IAuth) - Static method in class net.pleso.framework.client.bl.auth.AuthorizationProvider
Checks if IAuth object instance is allowed to be performed by rights of current user.
isObjectAuthorized(IAuth) - Method in interface net.pleso.framework.client.bl.auth.IAuthorizer
 
ISortableColumnHeaderListener - Interface in net.pleso.framework.client.ui.controls.datagrid.interfaces
Interface of class-handler of events in SortableColumnHeader.
isRequired() - Method in interface net.pleso.framework.client.bl.forms.items.IEditFormItem
Determines whether item is requred for input.
isRequired() - Method in class net.pleso.framework.client.bl.forms.items.impl.EditFormItem
 
isRequired() - Method in class net.pleso.framework.client.bl.forms.items.impl.EditRangeFormItem
 
isRequired() - Method in class net.pleso.framework.client.bl.forms.items.impl.EnumFormItem
 
isRequired() - Method in class net.pleso.framework.client.bl.forms.items.impl.SelectorFormItem
 
isRequired() - Method in class net.pleso.framework.client.ui.controls.RequiredSignControl
Gets required status
isRequired() - Method in class net.pleso.framework.client.ui.custom.controls.data.BooleanComboBoxDataControl
 
isRequired() - Method in class net.pleso.framework.client.ui.custom.controls.data.BooleanDataControl
 
isRequired() - Method in class net.pleso.framework.client.ui.custom.controls.data.CalendarDataControl
 
isRequired() - Method in class net.pleso.framework.client.ui.custom.controls.data.DateRangeControl
 
isRequired() - Method in class net.pleso.framework.client.ui.custom.controls.data.EnumComboBoxDataControl
 
isRequired() - Method in class net.pleso.framework.client.ui.custom.controls.data.FloatRangeControl
 
isRequired() - Method in class net.pleso.framework.client.ui.custom.controls.data.RichTextAreaDataControl
 
isRequired() - Method in class net.pleso.framework.client.ui.custom.controls.data.SelectorControl
 
isRequired() - Method in class net.pleso.framework.client.ui.custom.controls.data.TextAreaDataControl
 
isRequired() - Method in class net.pleso.framework.client.ui.custom.controls.data.TextBoxDataControl
 
isRequired() - Method in class net.pleso.framework.client.ui.custom.controls.data.TimeRangeControl
 
isRequired() - Method in interface net.pleso.framework.client.ui.interfaces.IEditableDataControl
Gets required status for value in data control.
isShowing() - Method in class net.pleso.framework.client.ui.controls.StatusPanel
 
isValid() - Method in class net.pleso.framework.client.ui.custom.controls.data.BooleanComboBoxDataControl
 
isValid() - Method in class net.pleso.framework.client.ui.custom.controls.data.BooleanDataControl
 
isValid() - Method in class net.pleso.framework.client.ui.custom.controls.data.CalendarDataControl
 
isValid() - Method in class net.pleso.framework.client.ui.custom.controls.data.DateRangeControl
 
isValid() - Method in class net.pleso.framework.client.ui.custom.controls.data.EnumComboBoxDataControl
 
isValid() - Method in class net.pleso.framework.client.ui.custom.controls.data.FloatRangeControl
 
isValid() - Method in class net.pleso.framework.client.ui.custom.controls.data.RichTextAreaDataControl
 
isValid() - Method in class net.pleso.framework.client.ui.custom.controls.data.SelectorControl
 
isValid() - Method in class net.pleso.framework.client.ui.custom.controls.data.TextAreaDataControl
 
isValid() - Method in class net.pleso.framework.client.ui.custom.controls.data.TextBoxDataControl
 
isValid() - Method in class net.pleso.framework.client.ui.custom.controls.data.TimeRangeControl
 
isValid() - Method in class net.pleso.framework.client.ui.custom.controls.FormItemsGroupWidget
Returns validation success result.
isValid() - Method in class net.pleso.framework.client.ui.custom.controls.FormItemsWidget
Returns validation success result.
isValid() - Method in interface net.pleso.framework.client.ui.interfaces.IEditableDataControl
Determines whether control value is valid after IEditableDataControl.validate() calling.
isValidDate(String) - Static method in class net.pleso.framework.client.util.DateUtil
Validate text by input date formats
isValidTime(String) - Static method in class net.pleso.framework.client.util.DateUtil
Validate text by input time format
iterator() - Method in class net.pleso.framework.client.ui.controls.tabcontrol.TabPanel
 
IUpdateControlListener - Interface in net.pleso.framework.client.ui.interfaces
Event listener interface for control update event.
IUpdateRowExecutor - Interface in net.pleso.framework.client.bl.actions
Represents update row executor which can asynchronous update data row in known data set.
IViewForm - Interface in net.pleso.framework.client.bl.forms
Represents view form.
IViewFormProvider - Interface in net.pleso.framework.client.bl.providers
Represents provider of view form.
IWindow - Interface in net.pleso.framework.client.ui.interfaces
Represents abstract window.

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.