com.evolveum.midpoint.web.controller.resource
Class ResourceListController
java.lang.Object
com.evolveum.midpoint.web.controller.util.ListController<T>
com.evolveum.midpoint.web.controller.util.SortableListController<ResourceListItem>
com.evolveum.midpoint.web.controller.resource.ResourceListController
- All Implemented Interfaces:
- java.io.Serializable
@Controller(value="resourceList")
@Scope(value="session")
public class ResourceListController
- extends SortableListController<ResourceListItem>
- Author:
- lazyman
- See Also:
- Serialized Form
Methods inherited from class com.evolveum.midpoint.web.controller.util.ListController |
cleanup, getObjects, getOffset, getRowsCount, isFirstEnabled, isLastEnabled, isNextEnabled, isPreviousEnabled, listFirst, listLast, listNext, listPrevious, setOffset, setRowsCount |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PAGE_NAVIGATION
public static final java.lang.String PAGE_NAVIGATION
- See Also:
- Constant Field Values
NAVIGATION_LEFT
public static final java.lang.String NAVIGATION_LEFT
- See Also:
- Constant Field Values
ResourceListController
public ResourceListController()
isShowPopup
public boolean isShowPopup()
hideConfirmDelete
public void hideConfirmDelete()
isSelectAll
public boolean isSelectAll()
setSelectAll
public void setSelectAll(boolean selectAll)
selectAllPerformed
public void selectAllPerformed(javax.faces.event.ValueChangeEvent evt)
sortList
public void sortList(javax.faces.event.ActionEvent evt)
selectPerformed
public void selectPerformed(javax.faces.event.ValueChangeEvent evt)
showResourceDetails
public java.lang.String showResourceDetails()
testConnection
public void testConnection(javax.faces.event.ActionEvent evt)
showSyncStatus
public java.lang.String showSyncStatus()
deletePerformed
public void deletePerformed()
deleteResources
public java.lang.String deleteResources()
sort
protected void sort()
- Description copied from class:
SortableListController
- Sort the list.
- Specified by:
sort
in class SortableListController<ResourceListItem>
listObjects
protected java.lang.String listObjects()
- Specified by:
listObjects
in class ListController<ResourceListItem>
Copyright © 2011 evolveum. All Rights Reserved.