Class DirectoryPanel.EventDataWrapper
- java.lang.Object
-
- org.apache.syncope.client.console.panels.DirectoryPanel.EventDataWrapper
-
- Enclosing class:
- DirectoryPanel<T extends Serializable,W extends Serializable,DP extends DirectoryDataProvider<T>,E extends RestClient>
public static class DirectoryPanel.EventDataWrapper extends Object
-
-
Constructor Summary
Constructors Constructor Description EventDataWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getRows()
AjaxRequestTarget
getTarget()
boolean
isCreate()
void
setCreate(boolean create)
void
setRows(int rows)
void
setTarget(AjaxRequestTarget target)
-
-
-
Method Detail
-
getTarget
public AjaxRequestTarget getTarget()
-
setTarget
public void setTarget(AjaxRequestTarget target)
-
isCreate
public boolean isCreate()
-
setCreate
public void setCreate(boolean create)
-
getRows
public int getRows()
-
setRows
public void setRows(int rows)
-
-