T - the generic typepublic interface ICheckFolderContent<T> extends Content<T>
| Modifier and Type | Method and Description |
|---|---|
void |
check(T content,
boolean check,
org.apache.wicket.ajax.AjaxRequestTarget target)
Check.
|
boolean |
isChecked(T content)
Checks if is checked.
|
newContentComponentvoid check(T content, boolean check, org.apache.wicket.ajax.AjaxRequestTarget target)
content - the contentcheck - the checktarget - the targetboolean isChecked(T content)
content - the contentCopyright © 2015. All rights reserved.