Uses of Class
org.kuali.rice.kns.lookup.HtmlData
Packages that use HtmlData
-
Uses of HtmlData in org.kuali.rice.kns.inquiry
Methods in org.kuali.rice.kns.inquiry that return HtmlDataModifier and TypeMethodDescriptionInquirable.getInquiryUrl(BusinessObject businessObject, String attributeName, boolean forceInquiry) Deprecated.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.lookupModifier and TypeClassDescriptionstatic classDeprecated.This class is an extension of HtmlData.static classDeprecated.This class is an extension of HtmlData.static classDeprecated.Fields in org.kuali.rice.kns.lookup with type parameters of type HtmlDataMethods in org.kuali.rice.kns.lookup that return HtmlDataModifier and TypeMethodDescriptionprotected HtmlDataAbstractLookupableHelperServiceImpl.getEmptyAnchorHtmlData()Deprecated.AbstractLookupableHelperServiceImpl.getInquiryUrl(BusinessObject bo, String propertyName) Deprecated.Returns the inquiry url for a field if one exist.LookupableHelperService.getInquiryUrl(BusinessObject businessObject, String propertyName) Deprecated.Builds string an inquiry url for drill down on a result fieldprotected HtmlDataAbstractLookupableHelperServiceImpl.getReturnAnchorHtmlData(BusinessObject businessObject, Properties parameters, LookupForm lookupForm, List returnKeys, BusinessObjectRestrictions businessObjectRestrictions) Deprecated.protected HtmlDataAbstractLookupableHelperServiceImpl.getReturnInputHtmlData(BusinessObject businessObject, Properties parameters, LookupForm lookupForm, List returnKeys, BusinessObjectRestrictions businessObjectRestrictions) Deprecated.final HtmlDataAbstractLookupableHelperServiceImpl.getReturnUrl(BusinessObject businessObject, Map fieldConversions, String lookupImpl, List returnKeys, BusinessObjectRestrictions businessObjectRestrictions) Deprecated.This method is for lookupable implementationsAbstractLookupableHelperServiceImpl.getReturnUrl(BusinessObject businessObject, LookupForm lookupForm, List returnKeys, BusinessObjectRestrictions businessObjectRestrictions) Deprecated.KualiLookupableImpl.getReturnUrl(BusinessObject bo, Map fieldConversions, String lookupImpl, BusinessObjectRestrictions businessObjectRestrictions) Deprecated.Lookupable.getReturnUrl(BusinessObject businessObject, Map<String, String> fieldConversions, String lookupImpl, BusinessObjectRestrictions businessObjectRestrictions) Deprecated.Builds the return value url.LookupableHelperService.getReturnUrl(BusinessObject businessObject, Map fieldConversions, String lookupImpl, List returnKeys, BusinessObjectRestrictions businessObjectRestrictions) Deprecated.Builds the return value url.LookupableHelperService.getReturnUrl(BusinessObject businessObject, LookupForm lookupForm, List returnKeys, BusinessObjectRestrictions businessObjectRestrictions) Deprecated.This method builds the return urlMethods in org.kuali.rice.kns.lookup that return types with arguments of type HtmlDataModifier and TypeMethodDescriptionHtmlData.getChildUrlDataList()Deprecated.AbstractLookupableHelperServiceImpl.getCustomActionUrls(BusinessObject businessObject, List pkNames) Deprecated.Child classes should override this method if they want to return some other action urls.LookupableHelperService.getCustomActionUrls(BusinessObject businessObject, List pkNames) Deprecated.This method is a template method that allows child classes to return their own custom action html data.AbstractLookupableHelperServiceImpl.getEmptyActionUrls()Deprecated.A utility method that returns an empty list of action urls.Methods in org.kuali.rice.kns.lookup with parameters of type HtmlDataModifier and TypeMethodDescriptionfinal StringAbstractLookupableHelperServiceImpl.getMaintenanceUrl(BusinessObject businessObject, HtmlData htmlData, List pkNames, BusinessObjectRestrictions businessObjectRestrictions) Deprecated.Build a maintenance url.LookupableHelperService.getMaintenanceUrl(BusinessObject businessObject, HtmlData htmlData, List pkNames, BusinessObjectRestrictions businessObjectRestrictions) Deprecated.This method builds a maintenance url.Method parameters in org.kuali.rice.kns.lookup with type arguments of type HtmlDataModifier and TypeMethodDescriptionvoidHtmlData.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 HtmlDataModifier and TypeMethodDescriptionColumn.getColumnAnchor()Deprecated.Field.getInquiryURL()Deprecated.ResultRow.getReturnUrlHtmlData()Deprecated.Methods in org.kuali.rice.kns.web.ui with parameters of type HtmlDataModifier and TypeMethodDescriptionvoidColumn.setColumnAnchor(HtmlData columnAnchor) Deprecated.voidField.setInquiryURL(HtmlData propertyURL) Deprecated.voidResultRow.setReturnUrlHtmlData(HtmlData returnUrlHtmlData) Deprecated.