|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Target | |
|---|---|
| org.zeroexchange.web.navigation.breadcrumb | |
| org.zeroexchange.web.navigation.target | |
| org.zeroexchange.web.navigation.target.key | |
| org.zeroexchange.web.navigation.target.link | |
| Uses of Target in org.zeroexchange.web.navigation.breadcrumb |
|---|
| Methods in org.zeroexchange.web.navigation.breadcrumb that return Target | |
|---|---|
Target |
BreadcrumbTargetProvider.getBreadcrumbTarget()
Returns the target for the breadcrumb. |
Target |
Breadcrumb.getTarget()
|
protected Target |
BreadcrumbsPreprocessor.getTarget(org.apache.wicket.Page page)
Returns the breadcrumb's target. |
| Constructors in org.zeroexchange.web.navigation.breadcrumb with parameters of type Target | |
|---|---|
Breadcrumb(String titleKey,
String pageKey,
Target target,
boolean isRoot)
Constructor. |
|
| Uses of Target in org.zeroexchange.web.navigation.target |
|---|
| Classes in org.zeroexchange.web.navigation.target that implement Target | |
|---|---|
class |
PageTarget
The page target descriptor. |
| Uses of Target in org.zeroexchange.web.navigation.target.key |
|---|
| Classes in org.zeroexchange.web.navigation.target.key with type parameters of type Target | |
|---|---|
interface |
TargetKeyProvider<T extends Target>
The page title provider. |
| Methods in org.zeroexchange.web.navigation.target.key with parameters of type Target | |
|---|---|
String |
DefaultTargetKeyFactory.getMenuLeafKey(Target target)
Returns the key for the specified target. |
String |
TargetKeyFactory.getMenuLeafKey(Target target)
Returns the key for the specified target. |
String |
DefaultTargetKeyFactory.getTargetKey(Target target)
Returns the key for the specified target. |
String |
TargetKeyFactory.getTargetKey(Target target)
Returns the key for the specified target. |
| Uses of Target in org.zeroexchange.web.navigation.target.link |
|---|
| Classes in org.zeroexchange.web.navigation.target.link with type parameters of type Target | |
|---|---|
interface |
TargetLinkProvider<T extends Target>
The interface for the target link providers. |
| Methods in org.zeroexchange.web.navigation.target.link with parameters of type Target | |
|---|---|
org.apache.wicket.markup.html.link.Link<?> |
DefaultTargetLinkFactory.getLink(String componentId,
Target target)
Returns link component for the specified target. |
org.apache.wicket.markup.html.link.Link |
TargetLinkFactory.getLink(String componentId,
Target target)
Returns link component for the specified target. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||