Uses of Class
org.kuali.rice.kns.lookup.HtmlData

Packages that use HtmlData
org.kuali.rice.coreservice.web.component   
org.kuali.rice.edl.impl.lookupable   
org.kuali.rice.kew.impl.document.search   
org.kuali.rice.kew.rule.bo   
org.kuali.rice.kim.impl.responsibility   
org.kuali.rice.kim.impl.type   
org.kuali.rice.kim.inquiry   
org.kuali.rice.kim.lookup   
org.kuali.rice.kns.inquiry Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kns.lookup Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kns.web.ui Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
 

Uses of HtmlData in org.kuali.rice.coreservice.web.component
 

Methods in org.kuali.rice.coreservice.web.component that return types with arguments of type HtmlData
 List<HtmlData> ComponentLookupableHelperServiceImpl.getCustomActionUrls(BusinessObject businessObject, List pkNames)
          Suppress the edit/copy links on synthetic detail types.
 

Uses of HtmlData in org.kuali.rice.edl.impl.lookupable
 

Methods in org.kuali.rice.edl.impl.lookupable that return HtmlData
protected  HtmlData EDocLiteLookupableHelperServiceImpl.getCreateDocumentUrl(EDocLiteAssociation edlAssociation)
           
 

Methods in org.kuali.rice.edl.impl.lookupable that return types with arguments of type HtmlData
 List<HtmlData> EDocLiteLookupableHelperServiceImpl.getCustomActionUrls(BusinessObject businessObject, List pkNames)
           
 

Uses of HtmlData in org.kuali.rice.kew.impl.document.search
 

Methods in org.kuali.rice.kew.impl.document.search that return HtmlData
 HtmlData DocumentSearchCriteriaBoLookupableHelperService.getInquiryUrl(BusinessObject bo, String propertyName)
          Custom implementation of getInquiryUrl that sets up doc handler link.
 

Uses of HtmlData in org.kuali.rice.kew.rule.bo
 

Methods in org.kuali.rice.kew.rule.bo that return HtmlData
 HtmlData RuleBaseValuesInquirableImpl.getInquiryUrl(BusinessObject businessObject, String attributeName, boolean forceInquiry)
           
 

Methods in org.kuali.rice.kew.rule.bo that return types with arguments of type HtmlData
 List<HtmlData> RuleBaseValuesLookupableHelperServiceImpl.getCustomActionUrls(BusinessObject businessObject, List pkNames)
           
 List<HtmlData> RuleDelegationLookupableHelperServiceImpl.getCustomActionUrls(BusinessObject businessObject, List pkNames)
           
 

Uses of HtmlData in org.kuali.rice.kim.impl.responsibility
 

Methods in org.kuali.rice.kim.impl.responsibility that return HtmlData
protected  HtmlData ResponsibilityInquirableImpl.getAssignedRoleInquiryUrl(BusinessObject businessObject)
           
protected  HtmlData ResponsibilityInquirableImpl.getAttributesInquiryUrl(BusinessObject businessObject, String attributeName)
           
 HtmlData ResponsibilityInquirableImpl.getInquiryUrl(BusinessObject businessObject, String attributeName, boolean forceInquiry)
           
 

Methods in org.kuali.rice.kim.impl.responsibility that return types with arguments of type HtmlData
 List<HtmlData> ResponsibilityLookupableHelperServiceImpl.getCustomActionUrls(BusinessObject businessObject, List pkNames)
           
 

Uses of HtmlData in org.kuali.rice.kim.impl.type
 

Methods in org.kuali.rice.kim.impl.type that return HtmlData
 HtmlData KimTypeInquirableImpl.getInquiryUrl(BusinessObject businessObject, String attributeName, boolean forceInquiry)
           
 

Uses of HtmlData in org.kuali.rice.kim.inquiry
 

Methods in org.kuali.rice.kim.inquiry that return HtmlData
protected  HtmlData PermissionInquirableImpl.getAssignedRoleInquiryUrl(BusinessObject businessObject)
           
protected  HtmlData PermissionInquirableImpl.getAttributesInquiryUrl(BusinessObject businessObject, String attributeName)
           
 HtmlData PermissionInquirableImpl.getInquiryUrl(BusinessObject businessObject, String attributeName, boolean forceInquiry)
           
 HtmlData RoleInquirableImpl.getInquiryUrl(BusinessObject businessObject, String attributeName, boolean forceInquiry)
           
 HtmlData GroupInquirableImpl.getInquiryUrl(BusinessObject businessObject, String attributeName, boolean forceInquiry)
           
 

Uses of HtmlData in org.kuali.rice.kim.lookup
 

Methods in org.kuali.rice.kim.lookup that return HtmlData
protected  HtmlData GroupLookupableHelperServiceImpl.getEditGroupUrl(org.kuali.rice.kim.impl.group.GroupBo groupBo)
           
protected  HtmlData RoleLookupableHelperServiceImpl.getEditRoleUrl(org.kuali.rice.kim.impl.role.RoleBo roleBo)
           
 HtmlData PersonLookupableHelperServiceImpl.getInquiryUrl(BusinessObject bo, String propertyName)
           
protected  HtmlData RoleLookupableHelperServiceImpl.getReturnAnchorHtmlData(BusinessObject businessObject, Properties parameters, LookupForm lookupForm, List returnKeys, BusinessObjectRestrictions businessObjectRestrictions)
           
 

Methods in org.kuali.rice.kim.lookup that return types with arguments of type HtmlData
 List<HtmlData> PermissionLookupableHelperServiceImpl.getCustomActionUrls(BusinessObject businessObject, List pkNames)
           
 List<HtmlData> GroupLookupableHelperServiceImpl.getCustomActionUrls(BusinessObject bo, List pkNames)
           
 List<HtmlData> RoleLookupableHelperServiceImpl.getCustomActionUrls(BusinessObject bo, List pkNames)
           
 List<HtmlData> PersonLookupableHelperServiceImpl.getCustomActionUrls(BusinessObject bo, List pkNames)
           
 

Uses of HtmlData in org.kuali.rice.kns.inquiry
 

Methods in org.kuali.rice.kns.inquiry that return HtmlData
 HtmlData Inquirable.getInquiryUrl(BusinessObject businessObject, String attributeName, boolean forceInquiry)
          Deprecated. 
 HtmlData KualiInquirableImpl.getInquiryUrl(BusinessObject businessObject, String attributeName, boolean forceInquiry)
          Deprecated. 
 

Uses of HtmlData in org.kuali.rice.kns.lookup
 

Subclasses of HtmlData in org.kuali.rice.kns.lookup
static class HtmlData.AnchorHtmlData
          Deprecated. This class is an extension of HtmlData.
static class HtmlData.InputHtmlData
          Deprecated. This class is an extension of HtmlData.
static class HtmlData.MultipleAnchorHtmlData
          Deprecated.  
 

Fields in org.kuali.rice.kns.lookup with type parameters of type HtmlData
protected  List<HtmlData> HtmlData.childUrlDataList
          Deprecated.  
 

Methods in org.kuali.rice.kns.lookup that return HtmlData
protected  HtmlData AbstractLookupableHelperServiceImpl.getEmptyAnchorHtmlData()
           
 HtmlData AbstractLookupableHelperServiceImpl.getInquiryUrl(BusinessObject bo, String propertyName)
          Returns the inquiry url for a field if one exist.
 HtmlData LookupableHelperService.getInquiryUrl(BusinessObject businessObject, String propertyName)
          Builds string an inquiry url for drill down on a result field
protected  HtmlData AbstractLookupableHelperServiceImpl.getReturnAnchorHtmlData(BusinessObject businessObject, Properties parameters, LookupForm lookupForm, List returnKeys, BusinessObjectRestrictions businessObjectRestrictions)
           
protected  HtmlData AbstractLookupableHelperServiceImpl.getReturnInputHtmlData(BusinessObject businessObject, Properties parameters, LookupForm lookupForm, List returnKeys, BusinessObjectRestrictions businessObjectRestrictions)
           
 HtmlData AbstractLookupableHelperServiceImpl.getReturnUrl(BusinessObject businessObject, LookupForm lookupForm, List returnKeys, BusinessObjectRestrictions businessObjectRestrictions)
           
 HtmlData LookupableHelperService.getReturnUrl(BusinessObject businessObject, LookupForm lookupForm, List returnKeys, BusinessObjectRestrictions businessObjectRestrictions)
          This method builds the return url
 HtmlData Lookupable.getReturnUrl(BusinessObject businessObject, Map<String,String> fieldConversions, String lookupImpl, BusinessObjectRestrictions businessObjectRestrictions)
          Deprecated. Builds the return value url.
 HtmlData KualiLookupableImpl.getReturnUrl(BusinessObject bo, Map fieldConversions, String lookupImpl, BusinessObjectRestrictions businessObjectRestrictions)
           
 HtmlData AbstractLookupableHelperServiceImpl.getReturnUrl(BusinessObject businessObject, Map fieldConversions, String lookupImpl, List returnKeys, BusinessObjectRestrictions businessObjectRestrictions)
          This method is for lookupable implementations
 HtmlData LookupableHelperService.getReturnUrl(BusinessObject businessObject, Map fieldConversions, String lookupImpl, List returnKeys, BusinessObjectRestrictions businessObjectRestrictions)
          Builds the return value url.
 

Methods in org.kuali.rice.kns.lookup that return types with arguments of type HtmlData
 List<HtmlData> HtmlData.getChildUrlDataList()
          Deprecated.  
 List<HtmlData> PessimisticLockLookupableHelperServiceImpl.getCustomActionUrls(BusinessObject businessObject, List pkNames)
          Hides the applicable links when the PessimisticLock is not owned by the current user
 List<HtmlData> AbstractLookupableHelperServiceImpl.getCustomActionUrls(BusinessObject businessObject, List pkNames)
          Child classes should override this method if they want to return some other action urls.
 List<HtmlData> LookupableHelperService.getCustomActionUrls(BusinessObject businessObject, List pkNames)
          This method is a template method that allows child classes to return their own custom action html data.
protected  List<HtmlData> AbstractLookupableHelperServiceImpl.getEmptyActionUrls()
          A utility method that returns an empty list of action urls.
 

Methods in org.kuali.rice.kns.lookup with parameters of type HtmlData
 String AbstractLookupableHelperServiceImpl.getMaintenanceUrl(BusinessObject businessObject, HtmlData htmlData, List pkNames, BusinessObjectRestrictions businessObjectRestrictions)
          Build a maintenance url.
 String LookupableHelperService.getMaintenanceUrl(BusinessObject businessObject, HtmlData htmlData, List pkNames, BusinessObjectRestrictions businessObjectRestrictions)
          This method builds a maintenance url.
 

Method parameters in org.kuali.rice.kns.lookup with type arguments of type HtmlData
 void HtmlData.setChildUrlDataList(List<HtmlData> childUrlDataList)
          Deprecated.  
 

Uses of HtmlData in org.kuali.rice.kns.web.ui
 

Methods in org.kuali.rice.kns.web.ui that return HtmlData
 HtmlData Column.getColumnAnchor()
          Deprecated.  
 HtmlData Field.getInquiryURL()
          Deprecated.  
 HtmlData ResultRow.getReturnUrlHtmlData()
          Deprecated.  
 

Methods in org.kuali.rice.kns.web.ui with parameters of type HtmlData
 void Column.setColumnAnchor(HtmlData columnAnchor)
          Deprecated.  
 void Field.setInquiryURL(HtmlData propertyURL)
          Deprecated.  
 void ResultRow.setReturnUrlHtmlData(HtmlData returnUrlHtmlData)
          Deprecated.  
 



Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.