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

A

AbstractComponentLoader<V extends ComponentView,P extends ComponentPresenterWidget<V>,F extends ComponentPresenterFactory<V,P>> - Class in pro.redsoft.iframework.client.provider
AbstractComponentLoader.
AbstractComponentLoader() - Constructor for class pro.redsoft.iframework.client.provider.AbstractComponentLoader
 
AbstractComponentPresenterFactory<V extends ComponentView,P extends ComponentPresenterWidget<V>,F extends ComponentViewFactory<V>> - Class in pro.redsoft.iframework.client.factory
Base class for all factories of PresenterWidget.
AbstractComponentPresenterFactory(EventBus, F) - Constructor for class pro.redsoft.iframework.client.factory.AbstractComponentPresenterFactory
 
AbstractComponentView - Class in pro.redsoft.iframework.client.view
AbstractComponentView.
AbstractComponentView() - Constructor for class pro.redsoft.iframework.client.view.AbstractComponentView
 
add(Widget, String) - Method in interface pro.redsoft.iframework.client.presenter.TabbedView
 
add(Widget) - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
 
add(Widget, String) - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
 
addBeforeSelectionHandler(BeforeSelectionHandler<Integer>) - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
 
addCurrentUserChangedHandler(CurrentUserChangedEvent.CurrentUserChangedHandler) - Method in interface pro.redsoft.iframework.client.auth.CurrentUserChangedEvent.CurrentUserChangedHasHandlers
 
addNode(Document, Element, String, String, String) - Method in class pro.redsoft.iframework.client.xml.RField
 
addNode(Document, Element, String, String, String, DataTypes) - Method in class pro.redsoft.iframework.client.xml.RField
 
addProxyPresenterChangeRequestHandler(ProxyPresenterChangeRequestEvent.ProxyPresenterChangeRequestHandler) - Method in interface pro.redsoft.iframework.client.slot.ProxyPresenterChangeRequestEvent.ProxyPresenterChangeRequestHasHandlers
 
addReloadChildsProxyContentHandler(ReloadChildsProxyContentEvent.ReloadChildsProxyContentHandler) - Method in interface pro.redsoft.iframework.client.slot.ReloadChildsProxyContentEvent.ReloadChildsProxyContentHasHandlers
 
addRevealProxyContentHandler(RevealProxyContentEvent.RevealProxyContentHandler) - Method in interface pro.redsoft.iframework.client.slot.RevealProxyContentEvent.RevealProxyContentHasHandlers
 
addSelectionHandler(SelectionHandler<Integer>) - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
 
addStaticRevealRequestHandler(StaticRevealRequestEvent.StaticRevealRequestHandler) - Method in interface pro.redsoft.iframework.client.slot.StaticRevealRequestEvent.StaticRevealRequestHasHandlers
 
addToSlot(Object, IsWidget) - Method in class pro.redsoft.iframework.client.view.AbstractComponentView
 
addToSlot(Object, IsWidget) - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
 
animate(int) - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
 
animate(int, Layout.AnimationCallback) - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
 
asWidget() - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
 
AuthGatekeeper - Class in pro.redsoft.iframework.client.auth
Blocks application for unauthorized users via revealing unauthorized place.
AuthGatekeeper(CurrentUser) - Constructor for class pro.redsoft.iframework.client.auth.AuthGatekeeper
 

B

buildTabPanel() - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
 
buildXML() - Method in class pro.redsoft.iframework.client.xml.RBean
Creates XML from Bean.

C

canReveal() - Method in class pro.redsoft.iframework.client.auth.AuthGatekeeper
 
changeTokenProxy(TokenProxy, AsyncCallback<PresenterPrototype<? extends View, ?>>) - Method in class pro.redsoft.iframework.client.slot.PresenterPrototype
Use this function for common-purpose tokenProxy change handling.
clear() - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
 
clear(Panel) - Method in class pro.redsoft.iframework.client.xml.FormPresenter
Start presenter with specified description.
clearRField() - Method in class pro.redsoft.iframework.client.xml.RField
 
clearRFields() - Method in class pro.redsoft.iframework.client.xml.RBean
Clear all class members.
ComplexStrategy - Interface in pro.redsoft.iframework.client.strategy
ComplexStrategy.
Component - Interface in pro.redsoft.iframework.client.component
Component.
ComponentLoader<V extends ComponentView,P extends ComponentPresenterWidget<V>,F extends ComponentPresenterFactory<V,P>> - Interface in pro.redsoft.iframework.client.provider
ComponentLoader.
ComponentPresenterFactory<V extends ComponentView,P extends ComponentPresenterWidget<V>> - Interface in pro.redsoft.iframework.client.factory
Use this factory to create ComponentPresenterWidget objects.
ComponentPresenterWidget<V extends ComponentView> - Class in pro.redsoft.iframework.client.presenter
ComponentPresenterWidget.
ComponentPresenterWidget(EventBus, V) - Constructor for class pro.redsoft.iframework.client.presenter.ComponentPresenterWidget
 
ComponentView - Interface in pro.redsoft.iframework.client.view
ComponentView.
ComponentViewFactory<V extends ComponentView> - Interface in pro.redsoft.iframework.client.factory
This factory is used to create new views for the ComponentPresenterWidget.
Container - Interface in pro.redsoft.iframework.client.component
Container.
containsDedicatedView(Object, View) - Method in interface pro.redsoft.iframework.client.slot.MarkedUpView
 
CreatableBean - Interface in pro.redsoft.iframework.client.xml
Marks any bean that must be creatable.
create() - Method in interface pro.redsoft.iframework.client.factory.ComponentPresenterFactory
create() - Method in interface pro.redsoft.iframework.client.factory.ComponentViewFactory
Create a new view for a ComponentPresenterWidget.
createField(String, T) - Method in class pro.redsoft.iframework.client.xml.RBean
Creates new field instance.
createField(String, T, DataTypes) - Method in class pro.redsoft.iframework.client.xml.RBean
Creates new field instance.
createField(String, T, DataTypes, byte) - Method in class pro.redsoft.iframework.client.xml.RBean
Creates new field instance.
createRBean(String) - Static method in class pro.redsoft.iframework.client.xml.RBean
 
CurrentUser - Class in pro.redsoft.iframework.client.auth
This is a basic class that holds the privileges of the user currently logged in.
CurrentUser(EventBus) - Constructor for class pro.redsoft.iframework.client.auth.CurrentUser
 
CurrentUserChangedEvent - Class in pro.redsoft.iframework.client.auth
CurrentUserChangedEvent.
CurrentUserChangedEvent() - Constructor for class pro.redsoft.iframework.client.auth.CurrentUserChangedEvent
 
CurrentUserChangedEvent.CurrentUserChangedHandler - Interface in pro.redsoft.iframework.client.auth
CurrentUserChangedHandler.
CurrentUserChangedEvent.CurrentUserChangedHasHandlers - Interface in pro.redsoft.iframework.client.auth
CurrentUserChangedHasHandlers.

D

DataTypes - Enum in pro.redsoft.iframework.client.xml
DataTypes.
dispatch(CurrentUserChangedEvent.CurrentUserChangedHandler) - Method in class pro.redsoft.iframework.client.auth.CurrentUserChangedEvent
 
dispatch(ProxyPresenterChangeRequestEvent.ProxyPresenterChangeRequestHandler) - Method in class pro.redsoft.iframework.client.slot.ProxyPresenterChangeRequestEvent
 
dispatch(ReloadChildsProxyContentEvent.ReloadChildsProxyContentHandler) - Method in class pro.redsoft.iframework.client.slot.ReloadChildsProxyContentEvent
 
dispatch(RevealProxyContentEvent.RevealProxyContentHandler) - Method in class pro.redsoft.iframework.client.slot.RevealProxyContentEvent
 
dispatch(StaticRevealRequestEvent.StaticRevealRequestHandler) - Method in class pro.redsoft.iframework.client.slot.StaticRevealRequestEvent
 
doAction(T) - Method in interface pro.redsoft.iframework.client.strategy.Strategy
 

E

EgrFactory - Class in pro.redsoft.iframework.client.xml
EgrFactory.
EgrMap<T extends Number,K extends RBean,V extends FormPresenter<K>> - Class in pro.redsoft.iframework.client.xml
EgrMap.
EgrMap() - Constructor for class pro.redsoft.iframework.client.xml.EgrMap
 
Embeddable - Interface in pro.redsoft.iframework.client.component
Embeddable.
eventBus - Variable in class pro.redsoft.iframework.client.factory.AbstractComponentPresenterFactory
 
execute(Object, ComplexStrategy) - Static method in class pro.redsoft.iframework.client.strategy.StrategyAdapter
 
execute(Object, HasStrategy) - Static method in class pro.redsoft.iframework.client.strategy.StrategyAdapter
 
execute(Object, Strategy<?>) - Static method in class pro.redsoft.iframework.client.strategy.StrategyAdapter
 

F

fire(HasHandlers) - Static method in class pro.redsoft.iframework.client.auth.CurrentUserChangedEvent
 
fire(HasHandlers, TokenProxy, AsyncCallback<PresenterPrototype<? extends View, ?>>) - Static method in class pro.redsoft.iframework.client.slot.ProxyPresenterChangeRequestEvent
 
fire(HasHandlers) - Static method in class pro.redsoft.iframework.client.slot.StaticRevealRequestEvent
 
fireEvent(GwtEvent<?>) - Method in class pro.redsoft.iframework.client.auth.CurrentUser
 
fireEvent(GwtEvent<?>) - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
 
forceLayout() - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
 
FormPresenter<T extends RBean> - Class in pro.redsoft.iframework.client.xml
Form Presenter.
FormPresenter(T) - Constructor for class pro.redsoft.iframework.client.xml.FormPresenter
 

G

generateMd5(String) - Static method in class pro.redsoft.iframework.client.utils.UUID
 
get(Object, AsyncCallback<F>) - Method in class pro.redsoft.iframework.client.provider.AbstractComponentLoader
 
get(Object, AsyncCallback<F>) - Method in interface pro.redsoft.iframework.client.provider.ComponentLoader
Loads component by type.
get() - Static method in class pro.redsoft.iframework.client.xml.EgrFactory
 
getAssociatedType() - Method in class pro.redsoft.iframework.client.auth.CurrentUserChangedEvent
 
getAssociatedType() - Method in class pro.redsoft.iframework.client.slot.ProxyPresenterChangeRequestEvent
 
getAssociatedType() - Method in class pro.redsoft.iframework.client.slot.ReloadChildsProxyContentEvent
 
getAssociatedType() - Method in class pro.redsoft.iframework.client.slot.RevealProxyContentEvent
 
getAssociatedType() - Method in class pro.redsoft.iframework.client.slot.StaticRevealRequestEvent
 
getBean() - Method in class pro.redsoft.iframework.client.xml.FormPresenter
 
getBeanByKod(T) - Method in class pro.redsoft.iframework.client.xml.EgrMap
 
getBeanByName(String) - Method in class pro.redsoft.iframework.client.xml.EgrMap
 
getBeanByPresenter(V) - Method in class pro.redsoft.iframework.client.xml.EgrMap
 
getBeanType() - Method in interface pro.redsoft.iframework.client.strategy.Strategy
 
getChildMap() - Method in interface pro.redsoft.iframework.client.slot.SlotMappedProxy
Dynamic child presenter mapping: slot -> {token1, token2, ...
getChildRevealCallback() - Method in class pro.redsoft.iframework.client.slot.RevealProxyContentEvent
 
getClassByName(String) - Method in class pro.redsoft.iframework.client.xml.RBeanFactory
Gets RBean Class By Name (String).
getCustomName() - Method in class pro.redsoft.iframework.client.xml.RField
 
getDateToString(Date) - Static method in class pro.redsoft.iframework.client.xml.RField
 
getDateType() - Method in class pro.redsoft.iframework.client.xml.RField
 
getEgrMap() - Method in class pro.redsoft.iframework.client.xml.EgrFactory
 
getEventBus() - Method in class pro.redsoft.iframework.client.xml.FormPresenter
 
getFactory() - Static method in class pro.redsoft.iframework.client.xml.RBean
 
getFieldsNames() - Method in class pro.redsoft.iframework.client.xml.RBean
Get's an array of all simple fields (RField) names.
getFieldsTypes() - Method in class pro.redsoft.iframework.client.xml.RBean
Get's an array of all simple fields (RField) types.
getFieldsValues() - Method in class pro.redsoft.iframework.client.xml.RBean
Get's an array of all simple fields (RField) values.
getFormCode() - Method in class pro.redsoft.iframework.client.xml.FormPresenter
 
getKodByBean(K) - Method in class pro.redsoft.iframework.client.xml.EgrMap
 
getKodByPresenter(V) - Method in class pro.redsoft.iframework.client.xml.EgrMap
 
getName() - Method in class pro.redsoft.iframework.client.xml.RClass
Returns the fully-qualified name for this class, for example: by.ipps.egr.client.core2.RClass.
getNwp07001() - Method in class pro.redsoft.iframework.client.xml.RBean
 
getParentContainer() - Method in interface pro.redsoft.iframework.client.component.Component
 
getParentContainer() - Method in class pro.redsoft.iframework.client.presenter.ComponentPresenterWidget
 
getParentMap() - Method in interface pro.redsoft.iframework.client.slot.SlotMappedProxy
Dynamic parent presenter mapping: token -> slot.
getParentPresenter() - Method in class pro.redsoft.iframework.client.slot.RevealProxyContentEvent
 
getPresenterByBean(K) - Method in class pro.redsoft.iframework.client.xml.EgrMap
 
getPresenterByKod(T) - Method in class pro.redsoft.iframework.client.xml.EgrMap
 
getPresenterNameByKod(T) - Method in class pro.redsoft.iframework.client.xml.EgrMap
 
getReader() - Method in interface pro.redsoft.iframework.client.model.JsonData
 
getReader() - Method in class pro.redsoft.iframework.client.rebind.JsonDataPrototype
 
getRequestedProxy() - Method in class pro.redsoft.iframework.client.slot.ProxyPresenterChangeRequestEvent
 
getRequestedSlot() - Method in class pro.redsoft.iframework.client.slot.RevealProxyContentEvent
 
getRevealCallback() - Method in class pro.redsoft.iframework.client.slot.ProxyPresenterChangeRequestEvent
 
getSimpleName() - Method in class pro.redsoft.iframework.client.xml.RClass
Returns the simple name of the underlying class as given in the source code.
getSourcePresenter() - Method in class pro.redsoft.iframework.client.slot.ReloadChildsProxyContentEvent
 
getStrategies() - Method in interface pro.redsoft.iframework.client.strategy.MappedComplexStrategy
 
getStrategy() - Method in interface pro.redsoft.iframework.client.strategy.HasStrategy
Implementing this with covariant return types allows processing map, set, or any other based strategyes.
getStrategys() - Method in interface pro.redsoft.iframework.client.strategy.SetComplexStrategy
 
getTabPanel() - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
 
getTokenProxy() - Method in class pro.redsoft.iframework.client.slot.ReloadChildsProxyContentEvent
 
getTokenProxy() - Method in class pro.redsoft.iframework.client.slot.RevealProxyContentEvent
 
getType() - Static method in class pro.redsoft.iframework.client.auth.CurrentUserChangedEvent
 
getType() - Method in interface pro.redsoft.iframework.client.model.JsonData
 
getType() - Method in interface pro.redsoft.iframework.client.model.Model
 
getType() - Static method in class pro.redsoft.iframework.client.slot.ProxyPresenterChangeRequestEvent
 
getType() - Static method in class pro.redsoft.iframework.client.slot.ReloadChildsProxyContentEvent
 
getType() - Static method in class pro.redsoft.iframework.client.slot.RevealProxyContentEvent
 
getType() - Static method in class pro.redsoft.iframework.client.slot.StaticRevealRequestEvent
 
getValue() - Method in class pro.redsoft.iframework.client.xml.RField
 
getWidget(int) - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
 
getWidgetCount() - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
 
getWidgetIndex(IsWidget) - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
 
getWidgetIndex(Widget) - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
 
getWriter() - Method in interface pro.redsoft.iframework.client.model.JsonData
 
getWriter() - Method in class pro.redsoft.iframework.client.rebind.JsonDataPrototype
 
go(Panel, String) - Method in class pro.redsoft.iframework.client.xml.FormPresenter
Start presenter with specified description.

H

hasRevealCallback() - Method in class pro.redsoft.iframework.client.slot.RevealProxyContentEvent
 
HasStrategy - Interface in pro.redsoft.iframework.client.strategy
HasStrategy Defines type that contains complex strategy.

I

init(int, Map<Integer, String>) - Method in interface pro.redsoft.iframework.client.presenter.TabbedView
 
init(int, Map<Integer, String>) - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
 
initializeProxy() - Method in class pro.redsoft.iframework.client.presenter.TabbedPresenter
 
initMap - Variable in class pro.redsoft.iframework.client.presenter.TabbedPresenter
 
insert(Widget, String, int) - Method in interface pro.redsoft.iframework.client.presenter.TabbedView
Inserts a widget into the panel.
insert(Widget, String, int) - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
 
isAuthorized() - Method in class pro.redsoft.iframework.client.auth.CurrentUser
 
isProxy(int) - Method in interface pro.redsoft.iframework.client.presenter.ProxyView
Checks whenever tab by specified index is proxy or not.
isProxy(int) - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
 
isSlotEmpty(Object) - Method in interface pro.redsoft.iframework.client.slot.MarkedUpView
 
iterator() - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
 

J

JsonData - Interface in pro.redsoft.iframework.client.model
JsonData.
JsonDataPrototype - Class in pro.redsoft.iframework.client.rebind
JsonDataPrototype.
JsonDataPrototype() - Constructor for class pro.redsoft.iframework.client.rebind.JsonDataPrototype
 
jsonReader - Variable in class pro.redsoft.iframework.client.rebind.JsonDataPrototype
 
jsonWriter - Variable in class pro.redsoft.iframework.client.rebind.JsonDataPrototype
 

L

loadChilds(TokenProxy) - Method in class pro.redsoft.iframework.client.slot.PresenterPrototype
 
loadXml(Element) - Method in class pro.redsoft.iframework.client.xml.RField
 

M

map - Variable in class pro.redsoft.iframework.client.provider.AbstractComponentLoader
 
MappedComplexStrategy - Interface in pro.redsoft.iframework.client.strategy
MappedComplexStrategy.
MarkedUpView - Interface in pro.redsoft.iframework.client.slot
MarkedUpView.
md5(String) - Static method in class pro.redsoft.iframework.client.utils.UUID
Вычисляет md5-хэш (нормально работает с большими строками).
Model - Interface in pro.redsoft.iframework.client.model
Model.
ModelType - Annotation Type in pro.redsoft.iframework.client.rebind
ModelType.

N

newInstance() - Method in interface pro.redsoft.iframework.client.xml.CreatableBean
Must call default constructor for each bean.
newInstance() - Method in class pro.redsoft.iframework.client.xml.RBean
Used by RBeanFactory.

O

objToXml(Document, Element) - Method in class pro.redsoft.iframework.client.xml.RBean
 
onBind() - Method in class pro.redsoft.iframework.client.presenter.ComponentPresenterWidget
 
onBind() - Method in class pro.redsoft.iframework.client.presenter.TabbedPresenter
 
onBind() - Method in class pro.redsoft.iframework.client.slot.PresenterPrototype
 
onCurrentUserChanged(CurrentUserChangedEvent) - Method in interface pro.redsoft.iframework.client.auth.CurrentUserChangedEvent.CurrentUserChangedHandler
 
onProxyPresenterChangeRequest(ProxyPresenterChangeRequestEvent) - Method in interface pro.redsoft.iframework.client.slot.ProxyPresenterChangeRequestEvent.ProxyPresenterChangeRequestHandler
 
onReloadChildsProxyContent(ReloadChildsProxyContentEvent) - Method in interface pro.redsoft.iframework.client.slot.ReloadChildsProxyContentEvent.ReloadChildsProxyContentHandler
 
onReveal() - Method in class pro.redsoft.iframework.client.presenter.TabbedPresenter
 
onReveal() - Method in class pro.redsoft.iframework.client.slot.PresenterPrototype
 
onRevealProxyContent(RevealProxyContentEvent) - Method in interface pro.redsoft.iframework.client.slot.RevealProxyContentEvent.RevealProxyContentHandler
 
onStaticRevealRequest(StaticRevealRequestEvent) - Method in interface pro.redsoft.iframework.client.slot.StaticRevealRequestEvent.StaticRevealRequestHandler
 
onUnbind() - Method in class pro.redsoft.iframework.client.presenter.ComponentPresenterWidget
 

P

parentContainer - Variable in class pro.redsoft.iframework.client.presenter.ComponentPresenterWidget
 
PresenterPrototype<V extends com.gwtplatform.mvp.client.View,P extends com.gwtplatform.mvp.client.proxy.Proxy<?>> - Class in pro.redsoft.iframework.client.slot
General application-level presenter.
PresenterPrototype(EventBus, V, P) - Constructor for class pro.redsoft.iframework.client.slot.PresenterPrototype
PresenterPrototype
Defines parent-child relations via proxy level.
pro.redsoft.iframework.client.auth - package pro.redsoft.iframework.client.auth
 
pro.redsoft.iframework.client.component - package pro.redsoft.iframework.client.component
 
pro.redsoft.iframework.client.factory - package pro.redsoft.iframework.client.factory
package-info.
pro.redsoft.iframework.client.model - package pro.redsoft.iframework.client.model
package-info.
pro.redsoft.iframework.client.presenter - package pro.redsoft.iframework.client.presenter
package-info.
pro.redsoft.iframework.client.provider - package pro.redsoft.iframework.client.provider
package-info.
pro.redsoft.iframework.client.rebind - package pro.redsoft.iframework.client.rebind
package-info.
pro.redsoft.iframework.client.slot - package pro.redsoft.iframework.client.slot
 
pro.redsoft.iframework.client.strategy - package pro.redsoft.iframework.client.strategy
Copyright 2013 REDSOFT.PRO Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
pro.redsoft.iframework.client.utils - package pro.redsoft.iframework.client.utils
 
pro.redsoft.iframework.client.view - package pro.redsoft.iframework.client.view
package-info.
pro.redsoft.iframework.client.xml - package pro.redsoft.iframework.client.xml
Copyright 2013 REDSOFT.PRO Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
ProxyPresenterChangeRequestEvent - Class in pro.redsoft.iframework.client.slot
ProxyPresenterChangeRequestEvent.
ProxyPresenterChangeRequestEvent(TokenProxy, AsyncCallback<PresenterPrototype<? extends View, ?>>) - Constructor for class pro.redsoft.iframework.client.slot.ProxyPresenterChangeRequestEvent
 
ProxyPresenterChangeRequestEvent.ProxyPresenterChangeRequestHandler - Interface in pro.redsoft.iframework.client.slot
ProxyPresenterChangeRequestHandler.
ProxyPresenterChangeRequestEvent.ProxyPresenterChangeRequestHasHandlers - Interface in pro.redsoft.iframework.client.slot
ProxyPresenterChangeRequestHandler.
ProxyView - Interface in pro.redsoft.iframework.client.presenter
Tabbed view that based on proxy-tabs.
put(T, K, V, String) - Method in class pro.redsoft.iframework.client.xml.EgrMap
 

R

RBean - Class in pro.redsoft.iframework.client.xml
Standardized Abstract Bean Incapsulator for EGR Portal.
RBean() - Constructor for class pro.redsoft.iframework.client.xml.RBean
Registration for each bean.
RBeanFactory - Class in pro.redsoft.iframework.client.xml
RBeanFactory.
RClass - Class in pro.redsoft.iframework.client.xml
Top-level class in our Reflection on client side.
RClass() - Constructor for class pro.redsoft.iframework.client.xml.RClass
 
register(Object, AsyncProvider<F>) - Method in class pro.redsoft.iframework.client.provider.AbstractComponentLoader
 
register(Object, AsyncProvider<F>) - Method in interface pro.redsoft.iframework.client.provider.ComponentLoader
Register component by type.
ReloadChildsProxyContentEvent - Class in pro.redsoft.iframework.client.slot
ReloadChildsProxyContentEvent.
ReloadChildsProxyContentEvent(PresenterPrototype<? extends View, ? extends SlotMappedProxy>, TokenProxy) - Constructor for class pro.redsoft.iframework.client.slot.ReloadChildsProxyContentEvent
 
ReloadChildsProxyContentEvent.ReloadChildsProxyContentHandler - Interface in pro.redsoft.iframework.client.slot
ReloadChildsProxyContentHandler.
ReloadChildsProxyContentEvent.ReloadChildsProxyContentHasHandlers - Interface in pro.redsoft.iframework.client.slot
ReloadChildsProxyContentHasHandlers.
remove(int) - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
 
remove(Widget) - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
 
removeFromSlot(Object, IsWidget) - Method in class pro.redsoft.iframework.client.view.AbstractComponentView
 
removeFromSlot(Object, IsWidget) - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
 
replaceProxy(int, IsWidget) - Method in interface pro.redsoft.iframework.client.presenter.ProxyView
Replaces proxy specified by tabInd with some widget.
replaceProxy(int, IsWidget) - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
 
revealInParent() - Method in class pro.redsoft.iframework.client.slot.PresenterPrototype
 
RevealProxyContentEvent - Class in pro.redsoft.iframework.client.slot
Dispatched to proxy-level by standard revealing strategy.
RevealProxyContentEvent(Object, TokenProxy, Presenter<? extends View, ? extends SlotMappedProxy>) - Constructor for class pro.redsoft.iframework.client.slot.RevealProxyContentEvent
 
RevealProxyContentEvent(Object, TokenProxy, Presenter<? extends View, ? extends SlotMappedProxy>, AsyncCallback<PresenterPrototype<? extends View, ?>>) - Constructor for class pro.redsoft.iframework.client.slot.RevealProxyContentEvent
 
RevealProxyContentEvent.RevealProxyContentHandler - Interface in pro.redsoft.iframework.client.slot
RevealProxyContentHandler.
RevealProxyContentEvent.RevealProxyContentHasHandlers - Interface in pro.redsoft.iframework.client.slot
RevealProxyContentHasHandlers.
RField<T> - Class in pro.redsoft.iframework.client.xml
Defines standardized set of operations with fields.
RField(String, T, DataTypes, RBean) - Constructor for class pro.redsoft.iframework.client.xml.RField
 
RootProxyIndirectPresenter - Interface in pro.redsoft.iframework.client.slot
RootProxyIndirectPresenter.

S

selectTab(int) - Method in interface pro.redsoft.iframework.client.presenter.TabbedView
 
selectTab(int, boolean) - Method in interface pro.redsoft.iframework.client.presenter.TabbedView
 
selectTab(int) - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
 
selectTab(int, boolean) - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
 
setAdmin(boolean) - Method in class pro.redsoft.iframework.client.auth.CurrentUser
 
setBean(T) - Method in class pro.redsoft.iframework.client.xml.FormPresenter
 
SetComplexStrategy - Interface in pro.redsoft.iframework.client.strategy
ComplexStrategy.
setCurrentPresenter(PresenterPrototype<? extends View, ? extends Proxy<?>>) - Method in interface pro.redsoft.iframework.client.slot.RootProxyIndirectPresenter
 
setDateType(DataTypes) - Method in class pro.redsoft.iframework.client.xml.RField
 
setEventBus(HandlerManager) - Method in class pro.redsoft.iframework.client.xml.FormPresenter
 
setField(RField<T>, T) - Method in class pro.redsoft.iframework.client.xml.RBean
Use this setter instead default setValue(T value) instruction.
setInSlot(Object, IsWidget) - Method in class pro.redsoft.iframework.client.view.AbstractComponentView
 
setInSlot(Object, IsWidget) - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
 
setNwp07001(Long) - Method in class pro.redsoft.iframework.client.xml.RBean
 
setParentContainer(Container) - Method in class pro.redsoft.iframework.client.presenter.ComponentPresenterWidget
 
setRclassName(String) - Method in class pro.redsoft.iframework.client.xml.RClass
 
setValue(Boolean) - Method in class pro.redsoft.iframework.client.xml.RField
 
setValue(Byte) - Method in class pro.redsoft.iframework.client.xml.RField
 
setValue(Date) - Method in class pro.redsoft.iframework.client.xml.RField
 
setValue(Double) - Method in class pro.redsoft.iframework.client.xml.RField
 
setValue(Float) - Method in class pro.redsoft.iframework.client.xml.RField
 
setValue(Integer) - Method in class pro.redsoft.iframework.client.xml.RField
 
setValue(Long) - Method in class pro.redsoft.iframework.client.xml.RField
 
setValue(Short) - Method in class pro.redsoft.iframework.client.xml.RField
 
setValue(String) - Method in class pro.redsoft.iframework.client.xml.RField
 
SlotMappedProxy - Interface in pro.redsoft.iframework.client.slot
SlotMappedProxy.
StandardClassDescriptor - Annotation Type in pro.redsoft.iframework.client.xml
Standardized Class Descriptor.
StaticRevealRequestEvent - Class in pro.redsoft.iframework.client.slot
StaticRevealRequestEvent.
StaticRevealRequestEvent() - Constructor for class pro.redsoft.iframework.client.slot.StaticRevealRequestEvent
 
StaticRevealRequestEvent.StaticRevealRequestHandler - Interface in pro.redsoft.iframework.client.slot
StaticRevealRequestHandler.
StaticRevealRequestEvent.StaticRevealRequestHasHandlers - Interface in pro.redsoft.iframework.client.slot
StaticRevealRequestHasHandlers.
Strategy<T> - Interface in pro.redsoft.iframework.client.strategy
Strategy.
StrategyAdapter - Class in pro.redsoft.iframework.client.strategy
StrategyAdapter.
StrategyAdapter() - Constructor for class pro.redsoft.iframework.client.strategy.StrategyAdapter
 
StrategyAdapter.StrategyImplException - Exception in pro.redsoft.iframework.client.strategy
StrategyImplException.
StrategyAdapter.StrategyImplException(String) - Constructor for exception pro.redsoft.iframework.client.strategy.StrategyAdapter.StrategyImplException
 
StrategyAdapter.StrategyImplException(String, Exception) - Constructor for exception pro.redsoft.iframework.client.strategy.StrategyAdapter.StrategyImplException
 

T

TabbedPresenter<V extends TabbedView,P extends com.gwtplatform.mvp.client.proxy.Proxy<?>> - Class in pro.redsoft.iframework.client.presenter
TabbedPresenter.
TabbedPresenter(EventBus, V, P, GwtEvent.Type<RevealContentHandler<?>>) - Constructor for class pro.redsoft.iframework.client.presenter.TabbedPresenter
 
TabbedView - Interface in pro.redsoft.iframework.client.presenter
TabbedView.
TabbedViewImpl - Class in pro.redsoft.iframework.client.view
TabbedViewImpl.
TabbedViewImpl() - Constructor for class pro.redsoft.iframework.client.view.TabbedViewImpl
 
tabNamesMap - Variable in class pro.redsoft.iframework.client.presenter.TabbedPresenter
 
TabPanel - Interface in pro.redsoft.iframework.client.view
TabPanel.
TabPanelEx - Class in pro.redsoft.iframework.client.view
TabPanelEx.
TabPanelEx(double, Style.Unit) - Constructor for class pro.redsoft.iframework.client.view.TabPanelEx
TabPanelEx
TestBean - Class in pro.redsoft.iframework.client.xml
TestBean.
TestBean() - Constructor for class pro.redsoft.iframework.client.xml.TestBean
 
TestComplexBean - Class in pro.redsoft.iframework.client.xml
TestComplexBean.
TestComplexBean() - Constructor for class pro.redsoft.iframework.client.xml.TestComplexBean
 
TokenProxy - Interface in pro.redsoft.iframework.client.slot
Represents custom TokenProxy that can be implemented as history token (no differencies from gwtp-platform defaults, see History for details) or as any object.
toXml(Document, Element) - Method in class pro.redsoft.iframework.client.xml.RField
 
TYPE - Static variable in class pro.redsoft.iframework.client.auth.CurrentUserChangedEvent
 
TYPE - Static variable in class pro.redsoft.iframework.client.slot.ProxyPresenterChangeRequestEvent
 
TYPE - Static variable in class pro.redsoft.iframework.client.slot.ReloadChildsProxyContentEvent
 
TYPE - Static variable in class pro.redsoft.iframework.client.slot.RevealProxyContentEvent
 
TYPE - Static variable in class pro.redsoft.iframework.client.slot.StaticRevealRequestEvent
 

U

UUID - Class in pro.redsoft.iframework.client.utils
UUID.
UUID() - Constructor for class pro.redsoft.iframework.client.utils.UUID
 
uuid(int) - Static method in class pro.redsoft.iframework.client.utils.UUID
Generate a random uuid of the specified length.
uuid(int, int) - Static method in class pro.redsoft.iframework.client.utils.UUID
Generate a random uuid of the specified length, and radix.
uuidKap() - Static method in class pro.redsoft.iframework.client.utils.UUID
 

V

valueOf(String) - Static method in enum pro.redsoft.iframework.client.xml.DataTypes
Returns the enum constant of this type with the specified name.
values() - Static method in enum pro.redsoft.iframework.client.xml.DataTypes
Returns an array containing the constants of this enum type, in the order they are declared.
viewFactory - Variable in class pro.redsoft.iframework.client.factory.AbstractComponentPresenterFactory
 

X

xmlToObj(RBean, NodeList) - Static method in class pro.redsoft.iframework.client.xml.RBean
 
xmlToObj2(RBean, NodeList) - Static method in class pro.redsoft.iframework.client.xml.RBean
 
A B C D E F G H I J L M N O P R S T U V X 

Copyright © 2012–2014 RedSoft. All rights reserved.