org.gwtbootstrap3.client.ui.form.validator
Interface HasBlankValidator<T>

Type Parameters:
T - the generic type
All Known Implementing Classes:
DoubleBox, Input, IntegerBox, LongBox, SuggestBox, TextArea, TextBox, TextBoxBase, ValueBoxBase

public interface HasBlankValidator<T>

These are convenience methods to automatically add the AllowBlankValidator.

Author:
Steven Jardine

Method Summary
 boolean getAllowBlank()
           
 void setAllowBlank(boolean allowBlank)
           
 

Method Detail

getAllowBlank

boolean getAllowBlank()
Returns:
the allow blank

setAllowBlank

void setAllowBlank(boolean allowBlank)
Parameters:
allowBlank - the new allow blank


Copyright © 2015. All rights reserved.