@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface MountModuleUI
WebPage as a WicketModuleUI and make the context aware that the page is an ModuleUI for a Module.
| Modifier and Type | Required Element and Description |
|---|---|
String |
moduleName |
String |
name |
String[] |
paths |
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
isNavigatable
Will add the UI to the default associated navigation & reverse map the path to the menu item.
|
public abstract String moduleName
public abstract String name
public abstract String[] paths
public abstract boolean isNavigatable
Copyright © 2018. All rights reserved.