Uses of Interface
pl.matsuo.core.util.desktop.IRequest
| Package | Description |
|---|---|
| pl.matsuo.core.util.desktop | |
| pl.matsuo.core.util.desktop.component | |
| pl.matsuo.core.util.desktop.showcase.view |
-
Uses of IRequest in pl.matsuo.core.util.desktop
Classes in pl.matsuo.core.util.desktop with type parameters of type IRequest Modifier and Type Interface Description interfaceIActionController<Q extends IRequest,M>interfaceIView<R extends IRequest,M>Fields in pl.matsuo.core.util.desktop with type parameters of type IRequest Modifier and Type Field Description Map<String,IActionController<IRequest,M>>DesktopUIData. controllersMap<String,IView<IRequest,M>>DesktopUIData. views -
Uses of IRequest in pl.matsuo.core.util.desktop.component
Methods in pl.matsuo.core.util.desktop.component with parameters of type IRequest Modifier and Type Method Description j2html.tags.DomContentViewComponents. maybeShowAlert(IRequest request, String param, AlertType type)j2html.tags.ContainerTagFormComponents. textField(String s, String name, IRequest request) -
Uses of IRequest in pl.matsuo.core.util.desktop.showcase.view
Methods in pl.matsuo.core.util.desktop.showcase.view with parameters of type IRequest Modifier and Type Method Description j2html.tags.ContainerTagBasicMenuView. view(IRequest request, Object model)j2html.tags.ContainerTagNotFoundView. view(IRequest request, Object model)j2html.tags.ContainerTagSampleView. view(IRequest request, Object model)