public interface IBSAction<T> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.apache.wicket.ajax.AjaxRequestTarget target,
org.apache.wicket.model.IModel<T> model) |
default void |
execute(org.apache.wicket.ajax.AjaxRequestTarget target,
org.apache.wicket.model.IModel<T> model,
org.apache.wicket.Component component) |
default boolean |
isEnabled(org.apache.wicket.model.IModel<T> model) |
default boolean |
isVisible(org.apache.wicket.model.IModel<T> model) |
static <T> IBSAction<T> |
noop() |
static <T> IBSAction<T> |
noopIfNull(IBSAction<T> action) |
default void |
updateAjaxAttributes(org.apache.wicket.ajax.attributes.AjaxRequestAttributes attributes) |
void execute(org.apache.wicket.ajax.AjaxRequestTarget target,
org.apache.wicket.model.IModel<T> model)
default void execute(org.apache.wicket.ajax.AjaxRequestTarget target,
org.apache.wicket.model.IModel<T> model,
org.apache.wicket.Component component)
default boolean isEnabled(org.apache.wicket.model.IModel<T> model)
default boolean isVisible(org.apache.wicket.model.IModel<T> model)
default void updateAjaxAttributes(org.apache.wicket.ajax.attributes.AjaxRequestAttributes attributes)
static <T> IBSAction<T> noop()
Copyright © 2018. All rights reserved.