|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Buffered.SourceException | |
---|---|
com.itmill.toolkit.data | Provides interfaces for the data layer which contains classes for typed data values, data collections, and handlers. |
com.itmill.toolkit.ui | Provides interfaces and classes in the IT Mill Toolkit. |
Uses of Buffered.SourceException in com.itmill.toolkit.data |
---|
Methods in com.itmill.toolkit.data that throw Buffered.SourceException | |
---|---|
void |
Buffered.commit()
Updates all changes since the previous commit to the data source. |
void |
Buffered.discard()
Discards all changes since last commit. |
void |
Buffered.setReadThrough(boolean readThrough)
Sets the object's read-through mode to the specified status. |
void |
Buffered.setWriteThrough(boolean writeThrough)
Sets the object's write-through mode to the specified status. |
Uses of Buffered.SourceException in com.itmill.toolkit.ui |
---|
Methods in com.itmill.toolkit.ui with parameters of type Buffered.SourceException | |
---|---|
void |
AbstractField.setCurrentBufferedSourceException(Buffered.SourceException currentBufferedSourceException)
Sets the current buffered source exception. |
Methods in com.itmill.toolkit.ui that throw Buffered.SourceException | |
---|---|
void |
Form.commit()
|
void |
AbstractField.commit()
|
void |
Form.discard()
|
void |
AbstractField.discard()
|
void |
AbstractField.setReadThrough(boolean readTrough)
|
void |
Form.setWriteThrough(boolean writeThrough)
|
void |
AbstractField.setWriteThrough(boolean writeTrough)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |