public class ValidateRequestEvent extends ApplicationEvent<ValidateRequestHandler>
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ValidateRequestHandler> |
TYPE |
Constructor and Description |
---|
ValidateRequestEvent() |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(ValidateRequestHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<ValidateRequestHandler> |
getAssociatedType() |
FieldDescriptor |
getFieldDescriptor() |
void |
setFieldDescriptor(FieldDescriptor fieldDescriptor) |
void |
setValidateSingleField(boolean validateSingleField)
Set this event to request to only validate a single field.
|
boolean |
validateSingleField() |
assertLive, getSource, isLive, kill, revive
public static final com.google.gwt.event.shared.GwtEvent.Type<ValidateRequestHandler> TYPE
public ValidateRequestEvent()
protected void dispatch(ValidateRequestHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<ValidateRequestHandler>
public com.google.gwt.event.shared.GwtEvent.Type<ValidateRequestHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<ValidateRequestHandler>
public FieldDescriptor getFieldDescriptor()
public void setFieldDescriptor(FieldDescriptor fieldDescriptor)
public boolean validateSingleField()
public void setValidateSingleField(boolean validateSingleField)
validateSingleField
- Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.