Skip navigation links
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
Constructor for 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.
add(Widget) - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
add(Widget, String) - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
add.
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
Constructor for AuthGatekeeper.

B

buildTabPanel() - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
buildTabPanel.
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
Constructor for 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
Constructor for CurrentUser.
CurrentUserChangedEvent - Class in pro.redsoft.iframework.client.auth
CurrentUserChangedEvent.
CurrentUserChangedEvent() - Constructor for class pro.redsoft.iframework.client.auth.CurrentUserChangedEvent
Constructor for 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
doAction.

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.
fire(HasHandlers, TokenProxy, AsyncCallback<PresenterPrototype<? extends View, ?>>) - Static method in class pro.redsoft.iframework.client.slot.ProxyPresenterChangeRequestEvent
fire.
fire(HasHandlers) - Static method in class pro.redsoft.iframework.client.slot.StaticRevealRequestEvent
fire.
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
Constructor for 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
Loads component by type.
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
get.
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
Getter for the field bean.
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
getBeanType.
getChildMap() - Method in interface pro.redsoft.iframework.client.slot.SlotMappedProxy
Dynamic child presenter mapping: slot to {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
Getter for the field egrMap.
getEventBus() - Method in class pro.redsoft.iframework.client.xml.FormPresenter
Getter for the field eventBus.
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
getFormCode.
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.
getParentContainer() - Method in class pro.redsoft.iframework.client.presenter.ComponentPresenterWidget
getParentContainer.
getParentMap() - Method in interface pro.redsoft.iframework.client.slot.SlotMappedProxy
Dynamic parent presenter mapping: token to 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.
getReader() - Method in class pro.redsoft.iframework.client.rebind.JsonDataPrototype
getReader.
getRequestedProxy() - Method in class pro.redsoft.iframework.client.slot.ProxyPresenterChangeRequestEvent
Getter for the field requestedProxy.
getRequestedSlot() - Method in class pro.redsoft.iframework.client.slot.RevealProxyContentEvent
 
getRevealCallback() - Method in class pro.redsoft.iframework.client.slot.ProxyPresenterChangeRequestEvent
Getter for the field revealCallback.
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
Getter for the field sourcePresenter.
getStrategies() - Method in interface pro.redsoft.iframework.client.strategy.MappedComplexStrategy
getStrategies.
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
Getter for the field tabPanel.
getTokenProxy() - Method in class pro.redsoft.iframework.client.slot.ReloadChildsProxyContentEvent
Getter for the field tokenProxy.
getTokenProxy() - Method in class pro.redsoft.iframework.client.slot.RevealProxyContentEvent
 
getType() - Static method in class pro.redsoft.iframework.client.auth.CurrentUserChangedEvent
getType.
getType() - Method in interface pro.redsoft.iframework.client.model.JsonData
getType.
getType() - Method in interface pro.redsoft.iframework.client.model.Model
getType.
getType() - Static method in class pro.redsoft.iframework.client.slot.ProxyPresenterChangeRequestEvent
getType.
getType() - Static method in class pro.redsoft.iframework.client.slot.ReloadChildsProxyContentEvent
getType.
getType() - Static method in class pro.redsoft.iframework.client.slot.RevealProxyContentEvent
 
getType() - Static method in class pro.redsoft.iframework.client.slot.StaticRevealRequestEvent
getType.
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.
getWriter() - Method in class pro.redsoft.iframework.client.rebind.JsonDataPrototype
getWriter.
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.
init(int, Map<Integer, String>) - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
init.
initializeProxy() - Method in class pro.redsoft.iframework.client.presenter.TabbedPresenter
initializeProxy.
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
Inserts a widget into the panel.
isAuthorized() - Method in class pro.redsoft.iframework.client.auth.CurrentUser
isAuthorized.
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
Checks whenever tab by specified index is proxy or not.
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
Load childs by tokenProxy.
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
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
 
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
 
ProxyPresenterChangeRequestEvent - Class in pro.redsoft.iframework.client.slot
ProxyPresenterChangeRequestEvent.
ProxyPresenterChangeRequestEvent(TokenProxy, AsyncCallback<PresenterPrototype<? extends View, ?>>) - Constructor for class pro.redsoft.iframework.client.slot.ProxyPresenterChangeRequestEvent
Constructor for 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 component by type.
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
Constructor for 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
Replaces proxy specified by tabInd with some widget.
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.
selectTab(int, boolean) - Method in interface pro.redsoft.iframework.client.presenter.TabbedView
selectTab.
selectTab(int) - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
selectTab.
selectTab(int, boolean) - Method in class pro.redsoft.iframework.client.view.TabbedViewImpl
selectTab.
setAdmin(boolean) - Method in class pro.redsoft.iframework.client.auth.CurrentUser
setAdmin.
setBean(T) - Method in class pro.redsoft.iframework.client.xml.FormPresenter
Setter for the field bean.
SetComplexStrategy - Interface in pro.redsoft.iframework.client.strategy
Поддержка обработки нескольких медиатипов на основе набора независимых стратегий для каждого из них.
setCurrentPresenter(PresenterPrototype<? extends View, ? extends Proxy<?>>) - Method in interface pro.redsoft.iframework.client.slot.RootProxyIndirectPresenter
setCurrentPresenter.
setDateType(DataTypes) - Method in class pro.redsoft.iframework.client.xml.RField
 
setEventBus(HandlerManager) - Method in class pro.redsoft.iframework.client.xml.FormPresenter
Setter for the field eventBus.
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
Setter for the field parentContainer.
setRclassName(String) - Method in class pro.redsoft.iframework.client.xml.RClass
Setter for the field rclassName.
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
Constructor for 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
Dual generic-based strategy-adapter patterns (GoF) implementation.
StrategyAdapter() - Constructor for class pro.redsoft.iframework.client.strategy.StrategyAdapter
 
StrategyAdapter.StrategyImplException - Exception in pro.redsoft.iframework.client.strategy
StrategyImplException.
StrategyImplException(String) - Constructor for exception pro.redsoft.iframework.client.strategy.StrategyAdapter.StrategyImplException
 
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
Constructor for TabbedPresenter.
TabbedView - Interface in pro.redsoft.iframework.client.presenter
The tabbed presenter's view.
TabbedViewImpl - Class in pro.redsoft.iframework.client.view
TabbedViewImpl.
TabbedViewImpl() - Constructor for class pro.redsoft.iframework.client.view.TabbedViewImpl
Constructor for 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
Constant TYPE.
TYPE - Static variable in class pro.redsoft.iframework.client.slot.ProxyPresenterChangeRequestEvent
Constant TYPE.
TYPE - Static variable in class pro.redsoft.iframework.client.slot.ReloadChildsProxyContentEvent
Constant TYPE
TYPE - Static variable in class pro.redsoft.iframework.client.slot.RevealProxyContentEvent
 
TYPE - Static variable in class pro.redsoft.iframework.client.slot.StaticRevealRequestEvent
Constant TYPE

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
16 символов, цифры+все загл буквы.

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 
Skip navigation links

Copyright © 2012–2014 RedSoft. All rights reserved.