| Package | Description |
|---|---|
| org.kuali.rice.krad.datadictionary | |
| org.kuali.rice.krad.datadictionary.state | |
| org.kuali.rice.krad.service | |
| org.kuali.rice.krad.uif.util | |
| org.kuali.rice.krad.uif.view |
| Modifier and Type | Field and Description |
|---|---|
protected StateMapping |
DataDictionaryEntryBase.stateMapping |
| Modifier and Type | Method and Description |
|---|---|
StateMapping |
DataDictionaryEntryBase.getStateMapping() |
StateMapping |
DataDictionaryEntry.getStateMapping()
StateMapping for this DataDictionaryEntry, this represents the states of this entry, their names, and where
to find the state information on the model
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataDictionaryEntryBase.setStateMapping(StateMapping stateMapping) |
void |
DataDictionaryEntry.setStateMapping(StateMapping stateMapping)
Set the StateMapping object which represents state information for this entry
|
| Modifier and Type | Class and Description |
|---|---|
class |
StateMappingBase
Base implementation of StateMapping.
|
| Modifier and Type | Method and Description |
|---|---|
DictionaryValidationResult |
DictionaryValidationService.validate(AttributeValueReader valueReader,
boolean doOptionalProcessing,
String validationState,
StateMapping stateMapping)
Same as other validate methods, except allows you to provide the attributeValueReader directly for evaluation
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ConstraintStateUtils.constraintAppliesForState(String applicableState,
Constraint constraint,
StateMapping stateMapping)
Determines if the constraint passed in applies for the applicableState, based on the stateMapping
|
static <T extends Constraint> |
ConstraintStateUtils.getApplicableConstraint(T constraint,
String validationState,
StateMapping stateMapping)
Gets the constraint that applies for the validationState passed in with the appropriate StateMapping (which
should include validationState as one of its states).
|
static void |
ClientValidationUtils.processCaseConstraint(InputField field,
View view,
CaseConstraint constraint,
String andedCase,
String validationState,
StateMapping stateMapping)
This method processes a single CaseConstraint.
|
| Modifier and Type | Method and Description |
|---|---|
StateMapping |
View.getStateMapping()
Gets the stateMapping.
|
| Modifier and Type | Method and Description |
|---|---|
void |
View.setStateMapping(StateMapping stateMapping) |
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.