Package | Description |
---|---|
com.premiumminds.webapp.wicket.drawer |
Modifier and Type | Method and Description |
---|---|
<T extends AbstractDrawer> |
DrawerManager.getLast(Class<T> drawerClass) |
Modifier and Type | Method and Description |
---|---|
void |
DrawerManager.pop(AbstractDrawer drawer,
org.apache.wicket.ajax.AjaxRequestTarget target)
Pops a series of open drawers from the stack and closes them, displaying the one underneath, or the main page.
|
void |
DrawerManager.push(AbstractDrawer drawer)
Push and display a drawer on the page during page construction.
|
void |
DrawerManager.push(AbstractDrawer drawer,
org.apache.wicket.ajax.AjaxRequestTarget target)
Push and display a drawer on the page during an AJAX request.
|
void |
DrawerManager.push(AbstractDrawer drawer,
org.apache.wicket.ajax.AjaxRequestTarget target,
String cssClass)
Push and display a drawer on the page during an AJAX request,
and inject an optional CSS class onto the drawer's immediate container.
|
void |
DrawerManager.push(AbstractDrawer drawer,
String cssClass)
Push and display a drawer on the page during page construction,
and inject an optional CSS class onto the drawer's immediate container.
|
void |
DrawerManager.replaceLast(AbstractDrawer newDrawer,
org.apache.wicket.ajax.AjaxRequestTarget target)
Replaces the topmost open drawer with a new one.
|
Copyright © 2014–2019 Premium Minds. All rights reserved.