Class DojoComboQueryLogicBase<T>
java.lang.Object
edu.internet2.middleware.grouper.grouperUi.beans.dojo.DojoComboQueryLogicBase<T>
- All Implemented Interfaces:
DojoComboQueryLogic<T>
base abstract class for dojo combos
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninitialValidationError
(javax.servlet.http.HttpServletRequest request, GrouperSession grouperSession) return a string if there is some sort of validation error at the beginningretrieveHtmlLabel
(GrouperSession grouperSession, T t) get the html label (if applicable) for the object for the json.boolean
validQueryOverride
(GrouperSession grouperSession, String query) return true if this is a valid query, or false for the default behaviorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface edu.internet2.middleware.grouper.grouperUi.beans.dojo.DojoComboQueryLogic
lookup, retrieveId, retrieveLabel, search
-
Constructor Details
-
DojoComboQueryLogicBase
public DojoComboQueryLogicBase()
-
-
Method Details
-
validQueryOverride
return true if this is a valid query, or false for the default behavior- Specified by:
validQueryOverride
in interfaceDojoComboQueryLogic<T>
-
retrieveHtmlLabel
Description copied from interface:DojoComboQueryLogic
get the html label (if applicable) for the object for the json. if null, then it will just use the label- Specified by:
retrieveHtmlLabel
in interfaceDojoComboQueryLogic<T>
- Returns:
- the label
- See Also:
-
initialValidationError
public String initialValidationError(javax.servlet.http.HttpServletRequest request, GrouperSession grouperSession) Description copied from interface:DojoComboQueryLogic
return a string if there is some sort of validation error at the beginning- Specified by:
initialValidationError
in interfaceDojoComboQueryLogic<T>
- Returns:
- an error message or null if none
- See Also:
-