org.alfresco.web.ui.repo.component.property
Class UIPropertySheet.ClientValidation
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Type
public java.lang.String Type
Params
public java.util.List Params
RealTimeChecking
public boolean RealTimeChecking
UIPropertySheet.ClientValidation
public UIPropertySheet.ClientValidation(java.lang.String type,
java.util.List params,
boolean realTimeChecking)
- Default constructor
- Parameters:
type
- The type of the validationparams
- A List of String parameters to use for the validationrealTimeChecking
- 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.