org.kuali.student.r2.common.datadictionary.infc
Interface BaseConstraintInfc

All Superinterfaces:
Constraint, Serializable
All Known Subinterfaces:
AttributeSecurityInfc, ValidCharactersConstraintInfc
All Known Implementing Classes:
ValidCharactersConstraintInfo, ValidCharactersConstraintInfo.Builder

public interface BaseConstraintInfc
extends Constraint

A Base constriant.

Author:
nwright

Method Summary
 Boolean getIsApplyClientSide()
          If this is true, the constraint should be applied on the client side when the user interacts with a field - if this constraint can be interpreted for client side use.
 String getLabelKey()
          LabelKey should be a single word key.
 

Method Detail

getLabelKey

String getLabelKey()
LabelKey should be a single word key. This key is used to find a message to use for this constraint from available messages. The key is also used for defining/retrieving validation method names when applicable - as such this key MUST exist for valid character constraints.


getIsApplyClientSide

Boolean getIsApplyClientSide()
If this is true, the constraint should be applied on the client side when the user interacts with a field - if this constraint can be interpreted for client side use. Default is true.



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