Class and Description |
---|
ContentSlot
Use this annotation in classes implementing
Presenter and that have
slots to display child presenters. |
ProxyStandard |
Class and Description |
---|
NameToken
This annotation is used on the declaration of a presenter's
ProxyPlace
to specify the name token to use to access this presenter. |
ProxyCodeSplit |
ProxyEvent
Use this to annotate an event-handling method that should be registered in
the proxy rather than being registered in the presenter.
|
UseGatekeeper
This annotation lets you define a
Gatekeeper to use for the
Place associated with
your proxy. |
Class and Description |
---|
ContentSlot
Use this annotation in classes implementing
Presenter and that have
slots to display child presenters. |
ProxyStandard |
Class and Description |
---|
NameToken
This annotation is used on the declaration of a presenter's
ProxyPlace
to specify the name token to use to access this presenter. |
ProxyStandard |
Class and Description |
---|
NameToken
This annotation is used on the declaration of a presenter's
ProxyPlace
to specify the name token to use to access this presenter. |
ProxyCodeSplit |
UseGatekeeper
This annotation lets you define a
Gatekeeper to use for the
Place associated with
your proxy. |
Class and Description |
---|
NameToken
This annotation is used on the declaration of a presenter's
ProxyPlace
to specify the name token to use to access this presenter. |
ProxyCodeSplit |
ProxyEvent
Use this to annotate an event-handling method that should be registered in
the proxy rather than being registered in the presenter.
|
UseGatekeeper
This annotation lets you define a
Gatekeeper to use for the
Place associated with
your proxy. |
Class and Description |
---|
NameToken
This annotation is used on the declaration of a presenter's
ProxyPlace
to specify the name token to use to access this presenter. |
ProxyCodeSplit |
UseGatekeeper
This annotation lets you define a
Gatekeeper to use for the
Place associated with
your proxy. |
Class and Description |
---|
DefaultPlace
This annotation is used for binding the default place's name token in your Gin module, so that you can inject
in either your own ClientPlaceManager or the DefaultPlaceManager.
|
ErrorPlace
This annotation is used for binding the error place's (e.g.: error 404 page) name token in your Gin module,
so that you can inject in either your own ClientPlaceManager or the DefaultPlaceManager.
|
UnauthorizedPlace
This annotation is used for binding the unauthorized place's name token in your Gin module, so that you can inject
in either your own ClientPlaceManager or the DefaultPlaceManager.
|
Copyright © 2010-2014 ArcBees. All Rights Reserved.