org.alfresco.web.ui.repo.component.property
Class UIPropertySheet.ClientValidation

java.lang.Object
  extended by org.alfresco.web.ui.repo.component.property.UIPropertySheet.ClientValidation
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
UIPropertySheet

public static class UIPropertySheet.ClientValidation
extends java.lang.Object
implements java.io.Serializable

Inner class representing a validation case that must be enforced.

See Also:
Serialized Form

Field Summary
 java.util.List Params
           
 boolean RealTimeChecking
           
 java.lang.String Type
           
 
Constructor Summary
UIPropertySheet.ClientValidation(java.lang.String type, java.util.List params, boolean realTimeChecking)
          Default constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Type

public java.lang.String Type

Params

public java.util.List Params

RealTimeChecking

public boolean RealTimeChecking
Constructor Detail

UIPropertySheet.ClientValidation

public UIPropertySheet.ClientValidation(java.lang.String type,
                                        java.util.List params,
                                        boolean realTimeChecking)
Default constructor

Parameters:
type - The type of the validation
params - A List of String parameters to use for the validation
realTimeChecking - true to check the property sheet in real time i.e. as the user types or uses the mouse


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.