Package | Description |
---|---|
org.joty.workstation.app | |
org.joty.workstation.authorization | |
org.joty.workstation.gui |
Modifier and Type | Method and Description |
---|---|
WResultSet |
Application.openAccessorWResultSet(java.lang.String literal,
Panel panel)
|
WResultSet |
Application.openAccessorWResultSet(java.lang.String literal,
Panel panel,
org.joty.common.ParamContext paramContext)
Flexible method to open a
WresultSet object my means of the
Accessor object by the use of a BasicPostStatement instance
conveniently prepared. |
Modifier and Type | Class and Description |
---|---|
class |
ChangePasswordPanel
Uses instances of the
PasswordLabeledField class for serving the
containing ChangePasswordDialog instance. |
class |
LoginPanel
Instantiated by the
LoginDialog class allows the acquisition of the
user's credentials. |
class |
RolesPanel
Instantiated by the
RolesDialog class allows the access only to the
users having the 'Administrators' role. |
class |
UsersPanel
Instantiated by the
UsersDialog class allows the access only to the
users having the 'Administrators' role. |
Modifier and Type | Class and Description |
---|---|
class |
AppOptionsPanel
Acquires locale language and country from the administrator user in order to
store them in the database, so that these info last as application
attributes.
|
class |
CriteriaPanel
Provides a
TermContainerPanel class that help the developer to
compose the data searching criteria related to some representative database
field, existing in the context of interest and having the evident role of
identifying key. |
class |
DataAccessPanel
Extends its ancestor with the ability to access the database directly,
through the jdbc layer, or in web mode, via the
WebClient instance. |
class |
DataScrollingPanel
It adds to the hierarchy the ability to use a referenced data grid, as a
medium to access data.
|
class |
JotyCalendarPanel
The Joty implementation of a matrix calendar window.
|
class |
NavigatorEditorPanel
Allows the data editing to occur directly in its grid.
|
class |
NavigatorPanel
It is a
DataScrollingPanel class that either instantiates the Table
object (the data grid) and the associated GridManager that is going to use,
or adds it to its layout. |
class |
SearcherPanel
Responsible to perform a data search on the database this class uses a
CriteriaPanel instance as helper to define the 'where' clause for the
final sql expression that, on the other side, for its main body, is defined
thorough the template picked up from the configuration file. |
class |
TermContainerPanel
Provides the containment of
Term objects. |
Modifier and Type | Field and Description |
---|---|
protected Panel |
JotyDialog.m_contentPanel |
Panel |
SearcherPanel.m_criteriaContainer |
Panel |
ScrollPane.m_panel |
Modifier and Type | Field and Description |
---|---|
java.util.Vector<Panel> |
JotyDialog.m_panelsTobeInited |
Modifier and Type | Method and Description |
---|---|
static DataAccessPanel |
Factory.addDataAccessPanel(Panel contentPanel,
DataAccessPanel panel)
Adds a
DataAccessPanel object to the layout of a Panel object. |
static DataAccessPanel |
Factory.addDataAccessPanel(Panel contentPanel,
DataAccessPanel panel,
java.lang.String updateableSet) |
static DataAccessPanel |
Factory.addDataAccessPanel(Panel contentPanel,
DataAccessPanel panel,
java.lang.String updateableSet,
java.lang.String completeSet)
Adds a
DataAccessPanel to the layout of a content panel. |
static SearcherPanel |
Factory.addSearcherPanel(Panel contentPanel,
SearcherPanel panel)
Adds a
SearcherPanel to the layout of a contentPanel. |
static TermContainerPanel |
Factory.addTermContainerPanel(Panel contentPanel,
TermContainerPanel panel)
Lets the contentPanel to have
m_dialog assigned with the
JotyDialog detected by the TermContainerPanel specified. |
static List |
Factory.createList(Panel panel,
boolean masterList)
Creates a
List object and adds it to the layout of a
Panel object. |
static Table |
Factory.createTable(Panel panel)
Creates a
Table . |
Constructor and Description |
---|
CheckBoxList(Panel panel,
GridTerm term) |
List(Panel panel,
GridTerm term) |
ScrollGridPane(Panel panel,
GridTerm term) |
ScrollPane(Panel panel,
Term term) |
Table(Panel panel,
GridTerm term) |