public class ResourcePickerControlBean extends BaseCompositeViewControlPageBean
BaseViewBean.ClientIdsContentProvider
Modifier and Type | Field and Description |
---|---|
protected ListTableContentProvider |
ancestorContainersListProvider |
protected List<PortalItemModel> |
fAncestorContainersList |
protected String |
fCurrentContainerURI |
protected String |
fCurrentFilterTerm |
protected Boolean |
fMultipleSelectionsAllowed |
protected String |
fRefreshOnApply |
protected String |
fRootURI |
protected FilteredPortalContainerModel |
selectableContainerChildrenProvider |
protected SelectableListTableContentProvider |
selectedFromOtherContainersProvider |
fCompositeNamingContainer
clientIds, initialized
fExpireWithPageFlow
DATA_BINDING_CLIENTS, OUTCOME_ERROR, OUTCOME_OK, resourcesProviders
Constructor and Description |
---|
ResourcePickerControlBean() |
Modifier and Type | Method and Description |
---|---|
void |
applyButton_actionListener(ActionEvent actionEvent)
Action Event Listener for the control with id='applyButton'
|
String |
changeRootFolderLink_action()
Action Event Handler for the control with id='changeRootFolderLink'
|
String |
changeToOtherFolderLink_action() |
String |
filter_action()
Action Event Handler for the control with id='upToParentLink'
|
List<PortalItemModel> |
getAncestorContainersList() |
ListTableContentProvider |
getAncestorContainersListProvider() |
IThingID |
getCurrentContainerThingID() |
String |
getCurrentContainerURI() |
String |
getCurrentFilterTerm() |
String |
getOtherRowParentName() |
protected com.webmethods.caf.faces.component.table.html.AsyncTable |
getOtherTable() |
String |
getRefreshOnApply() |
String |
getRootURI() |
PortalContainerModel |
getSelectableContainerChildrenProvider() |
SelectableListTableContentProvider |
getSelectedFromOtherContainersProvider() |
protected com.webmethods.caf.faces.component.table.html.AsyncTable |
getTable() |
ValueBinding |
getTargetValue() |
boolean |
isMultipleSelectionsAllowed() |
protected void |
populateInitialSelectedRows()
pre-fill the selected row Ids with the current value of the target value binding expression
|
void |
resetSelectedRows() |
void |
setAncestorContainersList(List<PortalItemModel> ancestorContainersList) |
void |
setCurrentContainerURI(String currentContainerURI) |
void |
setCurrentFilterTerm(String currentFilterTerm) |
void |
setMultipleSelectionsAllowed(boolean multipleSelectionsAllowed) |
void |
setRefreshOnApply(String refreshOnApply) |
void |
setRootURI(String rootThingID) |
String |
upToAncestorLink_action()
Action Event Handler for the control with id='upToAncestorLink'
|
String |
upToParentLink_action()
Action Event Handler for the control with id='upToParentLink'
|
findComponentInRoot, getClientIds, getCompositeViewAbsoluteControlId, getCompositeViewControlId, getCompositeViewNamingContainer, getPropertyOrBindingValue, setCompositeViewNamingContainer
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, preRenderResponse, release, resetPageFlowStorage, streamFileDataToResponse
getExpireWithPageFlow, setExpireWithPageFlow, valueBound, valueUnbound
createMethodBinding, createMethodExpression, createValueBinding, createValueExpression, createValueExpression, error, error, error, error, error, getBean, getFacesContext, getLocale, getResourceInputStream, getResources, getResourcesProvider, getRootCause, getStackTrace, getTreeAttribute, isUserInRole, log, log, log, putTreeAttribute, resetDataBindingClients, resolveDataBinding, resolveDataBinding, resolveExpression, setValue
protected String fRootURI
protected String fCurrentContainerURI
protected String fCurrentFilterTerm
protected String fRefreshOnApply
protected List<PortalItemModel> fAncestorContainersList
protected Boolean fMultipleSelectionsAllowed
protected FilteredPortalContainerModel selectableContainerChildrenProvider
protected ListTableContentProvider ancestorContainersListProvider
protected SelectableListTableContentProvider selectedFromOtherContainersProvider
public List<PortalItemModel> getAncestorContainersList()
public void setAncestorContainersList(List<PortalItemModel> ancestorContainersList)
ancestorContainersList
- the ancestorContainersList to setpublic String getRootURI()
public void setRootURI(String rootThingID)
rootThingID
- the rootThingID to setpublic String getCurrentContainerURI()
public void setCurrentContainerURI(String currentContainerURI)
currentContainerURI
- the currentContainerURI to setpublic String getCurrentFilterTerm()
public void setCurrentFilterTerm(String currentFilterTerm)
currentFilterTerm
- the currentFilterTerm to setprotected com.webmethods.caf.faces.component.table.html.AsyncTable getTable()
protected com.webmethods.caf.faces.component.table.html.AsyncTable getOtherTable()
public String getRefreshOnApply()
public void setRefreshOnApply(String refreshOnApply)
refreshOnApply
- the refreshOnApply to setpublic IThingID getCurrentContainerThingID()
public boolean isMultipleSelectionsAllowed()
public void setMultipleSelectionsAllowed(boolean multipleSelectionsAllowed)
multipleSelectionsAllowed
- the multipleSelectionsAllowed to setpublic PortalContainerModel getSelectableContainerChildrenProvider()
public SelectableListTableContentProvider getSelectedFromOtherContainersProvider()
public void resetSelectedRows()
protected void populateInitialSelectedRows()
public String changeRootFolderLink_action()
public String changeToOtherFolderLink_action()
public String getOtherRowParentName()
public String filter_action()
public String upToParentLink_action()
public String upToAncestorLink_action()
public ListTableContentProvider getAncestorContainersListProvider()
public ValueBinding getTargetValue()
public void applyButton_actionListener(ActionEvent actionEvent)