edu.sampleu.demo.kitchensink
Class UIfComponentsViewHelperServiceImpl

java.lang.Object
  extended by org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
      extended by edu.sampleu.demo.kitchensink.UIfComponentsViewHelperServiceImpl
All Implemented Interfaces:
Serializable, ViewHelperService

public class UIfComponentsViewHelperServiceImpl
extends ViewHelperServiceImpl

Custom view helper service for demonstration (supports the kitchen sink)

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Constructor Summary
UIfComponentsViewHelperServiceImpl()
           
 
Method Summary
 List<RemotableAttributeField> retrieveRemoteFields(View view, Object model, Container container)
           
 
Methods inherited from class org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
addClientSideStateForComponent, addCustomContainerComponents, applyAuthorizationAndPresentationLogic, applyDefaultValues, applyDefaultValuesForCollectionLine, buildClientSideStateScript, buildInquiryLink, findNestedDictionaryAttribute, getCommonContext, getDataDictionaryService, getExpressionEvaluatorService, getPreModelContext, getViewDictionaryService, initializeDataFieldFromDataDictionary, invokeMethodFinalizer, logAndThrowRuntime, performAddLineValidation, performApplyModel, performComponentApplyModel, performComponentFinalize, performComponentInitialization, performComponentLifecycle, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performDeleteLineValidation, performFinalize, performInitialization, populateDefaultValueForField, populateViewFromRequestParameters, processAfterAddLine, processAfterDeleteLine, processAnyRemoteFieldsHolder, processBeforeAddLine, processCollectionAddLine, processCollectionDeleteLine, processMultipleValueLookupResults, retrieveEditModesAndActionFlags, runComponentModifiers, setDataDictionaryService, setExpressionEvaluatorService, setViewContext, setViewDictionaryService, syncClientSideStateForComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIfComponentsViewHelperServiceImpl

public UIfComponentsViewHelperServiceImpl()
Method Detail

retrieveRemoteFields

public List<RemotableAttributeField> retrieveRemoteFields(View view,
                                                          Object model,
                                                          Container container)


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