com.webmethods.caf.faces.component.respicker.view
Class ResourcePickerControlBean
java.lang.Object
com.webmethods.caf.faces.bean.BaseFacesBean
com.webmethods.caf.faces.bean.BaseFacesSessionBean
com.webmethods.caf.faces.bean.BaseViewBean
com.webmethods.caf.faces.bean.BaseCompositeViewControlPageBean
com.webmethods.caf.faces.component.respicker.view.ResourcePickerControlBean
- All Implemented Interfaces:
- IPageFlowScopeAdapter
public class ResourcePickerControlBean
- extends BaseCompositeViewControlPageBean
Backing Managed Bean for the Resource Picker Control
- Since:
- 7.0
Methods inherited from class com.webmethods.caf.faces.bean.BaseViewBean |
afterApplyRequestValues, afterInvokeApplication, afterPhase, afterProcessValidations, afterRenderResponse, afterRestoreView, afterUpdateModelValues, beforeApplyRequestValues, beforeInvokeApplication, beforePhase, beforeProcessValidations, beforeRenderResponse, beforeRestoreView, beforeUpdateModelValues, callInitialize, findComponent, getApplicationScope, getPhaseId, getRealPath, getRequestParam, getRequestScope, getSessionScope, gotoPage, gotoPage, initialize, isAsyncRequest, release, resetPageFlowStorage, streamFileDataToResponse |
Methods inherited from class com.webmethods.caf.faces.bean.BaseFacesBean |
createMethodBinding, createValueBinding, error, error, error, error, error, getBean, getFacesContext, getLocale, getResourceInputStream, getResources, getResourcesProvider, getRootCause, getStackTrace, getTreeAttribute, isUserInRole, log, log, log, putTreeAttribute, resetDataBindingClients, resolveDataBinding, resolveDataBinding, resolveExpression, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fRootURI
protected String fRootURI
fCurrentContainerURI
protected String fCurrentContainerURI
fCurrentFilterTerm
protected String fCurrentFilterTerm
fRefreshOnApply
protected String fRefreshOnApply
fAncestorContainersList
protected List fAncestorContainersList
fMultipleSelectionsAllowed
protected Boolean fMultipleSelectionsAllowed
selectableContainerChildrenProvider
protected FilteredPortalContainerModel selectableContainerChildrenProvider
ancestorContainersListProvider
protected ListTableContentProvider ancestorContainersListProvider
selectedFromOtherContainersProvider
protected SelectableListTableContentProvider selectedFromOtherContainersProvider
ResourcePickerControlBean
public ResourcePickerControlBean()
getAncestorContainersList
public List getAncestorContainersList()
- Returns:
- the ancestorContainersList
setAncestorContainersList
public void setAncestorContainersList(List ancestorContainersList)
- Parameters:
ancestorContainersList
- the ancestorContainersList to set
getRootURI
public String getRootURI()
- Returns:
- the rootThingID
setRootURI
public void setRootURI(String rootThingID)
- Parameters:
rootThingID
- the rootThingID to set
getCurrentContainerURI
public String getCurrentContainerURI()
- Returns:
- the currentContainerURI
setCurrentContainerURI
public void setCurrentContainerURI(String currentContainerURI)
- Parameters:
currentContainerURI
- the currentContainerURI to set
getCurrentFilterTerm
public String getCurrentFilterTerm()
- Returns:
- the currentFilterTerm
setCurrentFilterTerm
public void setCurrentFilterTerm(String currentFilterTerm)
- Parameters:
currentFilterTerm
- the currentFilterTerm to set
getTable
protected AsyncTable getTable()
getOtherTable
protected AsyncTable getOtherTable()
getRefreshOnApply
public String getRefreshOnApply()
- Returns:
- the refreshOnApply
setRefreshOnApply
public void setRefreshOnApply(String refreshOnApply)
- Parameters:
refreshOnApply
- the refreshOnApply to set
getCurrentContainerThingID
public IThingID getCurrentContainerThingID()
isMultipleSelectionsAllowed
public boolean isMultipleSelectionsAllowed()
- Returns:
- the multipleSelectionsAllowed
setMultipleSelectionsAllowed
public void setMultipleSelectionsAllowed(boolean multipleSelectionsAllowed)
- Parameters:
multipleSelectionsAllowed
- the multipleSelectionsAllowed to set
getSelectableContainerChildrenProvider
public PortalContainerModel getSelectableContainerChildrenProvider()
getSelectedFromOtherContainersProvider
public SelectableListTableContentProvider getSelectedFromOtherContainersProvider()
resetSelectedRows
public void resetSelectedRows()
populateInitialSelectedRows
protected void populateInitialSelectedRows()
- pre-fill the selected row Ids with the current value of the target value binding expression
changeRootFolderLink_action
public String changeRootFolderLink_action()
- Action Event Handler for the control with id='changeRootFolderLink'
changeToOtherFolderLink_action
public String changeToOtherFolderLink_action()
getOtherRowParentName
public String getOtherRowParentName()
filter_action
public String filter_action()
- Action Event Handler for the control with id='upToParentLink'
upToParentLink_action
public String upToParentLink_action()
- Action Event Handler for the control with id='upToParentLink'
upToAncestorLink_action
public String upToAncestorLink_action()
- Action Event Handler for the control with id='upToAncestorLink'
getAncestorContainersListProvider
public ListTableContentProvider getAncestorContainersListProvider()
getTargetValue
public ValueBinding getTargetValue()
applyButton_actionListener
public void applyButton_actionListener(ActionEvent actionEvent)
- Action Event Listener for the control with id='applyButton'