Package | Description |
---|---|
org.joty.workstation.app | |
org.joty.workstation.data | |
org.joty.workstation.gui |
Modifier and Type | Method and Description |
---|---|
void |
Application.buildSet(JotyDataBuffer set,
java.lang.String literal,
java.lang.String sqlStmnt)
Checks if the passed
JotyDataBuffer object is already present in
the map m_setMap . |
Modifier and Type | Field and Description |
---|---|
JotyDataBuffer |
WField.m_metaDataSource |
Modifier and Type | Method and Description |
---|---|
void |
JotyDataBuffer.copyFrom(JotyDataBuffer srcBuffer) |
Modifier and Type | Class and Description |
---|---|
class |
GridBuffer
This is the root for the concrete classes used by the
TableTerm class
and by GridManager class to associate a buffer to the managed
Table instance. |
class |
NavigatorBuffer
A GridBuffer implementation used by the
GridManager class. |
class |
TermBuffer
A GridBuffer implementation used by the
TableTerm class. |
Modifier and Type | Field and Description |
---|---|
JotyDataBuffer |
GridTerm.m_dataBuffer |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.Long,JotyDataBuffer> |
GridTerm.m_dataBuffers |
Modifier and Type | Method and Description |
---|---|
JotyDataBuffer |
BufferedComboBoxTerm.buffer() |
protected JotyDataBuffer |
ScrollGridPane.getBuffer() |
JotyDataBuffer |
Table.getBuffer() |
JotyDataBuffer |
TermContainerPanel.termBuffer(java.lang.String termName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
DataAccessPanel.RenderRowMethodInterface.method(WResultSet rs,
JotyDataBuffer buffer) |