com.itmill.toolkit.data
Interface BufferedValidatable
- All Superinterfaces:
- Buffered, Validatable
- All Known Subinterfaces:
- Field
- All Known Implementing Classes:
- AbstractField, AbstractSelect, Button, CheckBox, ComboBox, DateField, Form, InlineDateField, ListSelect, NativeSelect, OptionGroup, PopupDateField, ProgressIndicator, RichTextArea, Select, Slider, Table, TextField, Tree, TwinColSelect
public interface BufferedValidatable
- extends Buffered, Validatable
This interface defines the combination of Validatable
and
Buffered
interfaces. The combination of the interfaces defines
if the invalid data is committed to datasource.
- Since:
- 3.0
- Version:
- 5.3.0
- Author:
- IT Mill Ltd.
Method Summary |
boolean |
isInvalidCommitted()
Tests if the invalid data is committed to datasource. |
void |
setInvalidCommitted(boolean isCommitted)
Sets if the invalid data should be committed to datasource. |
isInvalidCommitted
boolean isInvalidCommitted()
- Tests if the invalid data is committed to datasource. The default is
false
.
setInvalidCommitted
void setInvalidCommitted(boolean isCommitted)
- Sets if the invalid data should be committed to datasource. The default
is
false
.
Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.