Class ResourceDirectoryPanel.ResourceSearchEvent
- java.lang.Object
-
- org.apache.syncope.client.console.panels.ResourceDirectoryPanel.ResourceSearchEvent
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ResourceDirectoryPanel
public static class ResourceDirectoryPanel.ResourceSearchEvent extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
keyword
protected AjaxRequestTarget
target
-
Constructor Summary
Constructors Constructor Description ResourceSearchEvent(AjaxRequestTarget target, String keyword)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKeyword()
AjaxRequestTarget
getTarget()
-
-
-
Field Detail
-
target
protected final AjaxRequestTarget target
-
keyword
protected final String keyword
-
-
Constructor Detail
-
ResourceSearchEvent
public ResourceSearchEvent(AjaxRequestTarget target, String keyword)
-
-
Method Detail
-
getTarget
public AjaxRequestTarget getTarget()
-
getKeyword
public String getKeyword()
-
-