Package | Description |
---|---|
org.joty.workstation.authorization | |
org.joty.workstation.gui |
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 |
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. |
Modifier and Type | Field and Description |
---|---|
TermContainerPanel |
Term.m_container |
TermContainerPanel |
RadioButton.m_panel |
TermContainerPanel |
NavigatorBuffer.m_panel |
protected TermContainerPanel |
Term.m_panel |
TermContainerPanel |
CheckBox.m_panel |
protected TermContainerPanel |
TextArea.m_panel |
TermContainerPanel |
ComboBox.m_panel |
TermContainerPanel |
JotyTextField.m_panel |
TermContainerPanel |
GridManager.m_termContainerPanel |
TermContainerPanel |
CheckBoxList.m_termContainerPanel |
Modifier and Type | Method and Description |
---|---|
static TermContainerPanel |
Factory.addTermContainerPanel(Panel contentPanel,
TermContainerPanel panel)
Lets the contentPanel to have
m_dialog assigned with the
JotyDialog detected by the TermContainerPanel specified. |
Modifier and Type | Method and Description |
---|---|
static void |
Factory.addCheckToGrid(TermContainerPanel panel,
java.lang.String fieldName,
java.lang.String label)
Like the
Factory.addDateTimeToGrid(org.joty.workstation.gui.TermContainerPanel, java.lang.String, java.lang.String) method but for a logic field. |
static void |
Factory.addComboToGrid(TermContainerPanel panel,
java.lang.String fieldName,
java.lang.String label,
java.lang.String descrSetName)
Tells the framework to put a text column into the main grid of a
TermContainerPanel in which to resolve the value of a specified
integer upon a specified LiteralStruct object. |
static void |
Factory.addDateTimeToGrid(TermContainerPanel panel,
java.lang.String fieldName,
java.lang.String label)
Tells the framework to put a date time column into the main grid of a
TermContainerPanel for the specified database field. |
static void |
Factory.addDateToGrid(TermContainerPanel panel,
java.lang.String fieldName,
java.lang.String label)
Like the
Factory.addDateTimeToGrid(org.joty.workstation.gui.TermContainerPanel, java.lang.String, java.lang.String) method but for a date field. |
static void |
Factory.addDecimalToGrid(TermContainerPanel panel,
java.lang.String fieldName,
java.lang.String label)
Like the
Factory.addDateTimeToGrid(org.joty.workstation.gui.TermContainerPanel, java.lang.String, java.lang.String) method but for a decimal number field. |
static void |
Factory.addLongNumToGrid(TermContainerPanel panel,
java.lang.String fieldName,
java.lang.String label)
Like the
Factory.addDateTimeToGrid(org.joty.workstation.gui.TermContainerPanel, java.lang.String, java.lang.String) method but for a long integer field. |
static void |
Factory.addNumToGrid(TermContainerPanel panel,
java.lang.String fieldName,
java.lang.String label)
Like the
Factory.addDateTimeToGrid(org.joty.workstation.gui.TermContainerPanel, java.lang.String, java.lang.String) method but for a integer field. |
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 void |
Factory.addTextToGrid(TermContainerPanel panel,
java.lang.String fieldName,
int iSize,
java.lang.String label)
Like the
Factory.addDateTimeToGrid(org.joty.workstation.gui.TermContainerPanel, java.lang.String, java.lang.String) method but for a text field. |
static void |
Factory.addTextToGrid(TermContainerPanel panel,
java.lang.String fieldName,
java.lang.String label)
Sets to 50 the size parameter of the
Factory.addTextToGrid(org.joty.workstation.gui.TermContainerPanel, java.lang.String, int, java.lang.String) method. |
static BlobComponent |
Factory.createBlobComponent(TermContainerPanel panel,
java.lang.String termName,
java.lang.String fieldName,
java.lang.String fileExt,
java.lang.String verboseFileType)
Creates a
BlobComponent object and adds it to the layout of a
TermContainerPanel object. |
static BufferedComboBoxTerm.BufferedComboBox |
Factory.createBufferedComboBox(TermContainerPanel panel,
java.lang.String termName,
java.lang.String fieldName)
Creates a
BufferedComboBox object and adds it to the layout of a
TermContainerPanel object. |
static CheckBox |
Factory.createCheck(TermContainerPanel panel,
java.lang.String termName,
java.lang.String fieldName)
Creates a
CheckBox object and adds it to the layout of a
TermContainerPanel object. |
static CheckBoxList |
Factory.createCheckBoxList(TermContainerPanel panel,
java.lang.String termName,
java.lang.String descrSetName,
java.lang.String dataTable,
java.lang.String dataSetDatumFld,
java.lang.String mainEntityKeyField,
java.lang.String mainTermName,
boolean setLoadOnly)
Creates a
CheckBoxList object and adds it to the layout of a
TermContainerPanel object. |
static ComboBox |
Factory.createComboBox(TermContainerPanel panel,
java.lang.String termName,
java.lang.String fieldName,
boolean textValue,
java.lang.String descrSetName)
Creates a
ComboBox object and adds it to the layout of a
TermContainerPanel object. |
protected void |
CheckListTerm.createComponent(TermContainerPanel panel) |
protected void |
ListTerm.createComponent(TermContainerPanel panel) |
protected void |
CheckTerm.createComponent(TermContainerPanel panel) |
protected void |
ComboBoxTerm.createComponent(TermContainerPanel panel) |
protected void |
TableTerm.createComponent(TermContainerPanel panel) |
protected void |
MasterRadioTerm.createComponent(TermContainerPanel panel) |
protected void |
ImageTerm.createComponent(TermContainerPanel panel) |
protected void |
TextAreaTerm.createComponent(TermContainerPanel panel) |
protected void |
TextTerm.createComponent(TermContainerPanel panel) |
protected void |
BlobTerm.createComponent(TermContainerPanel panel) |
protected abstract void |
Term.createComponent(TermContainerPanel panel) |
protected void |
RadioTerm.createComponent(TermContainerPanel panel) |
protected void |
GridTerm.createComponent(TermContainerPanel panel) |
protected void |
DescrTerm.createComponent(TermContainerPanel panel) |
protected void |
BufferedComboBoxTerm.createComponent(TermContainerPanel panel) |
static JotyTextField |
Factory.createDate(TermContainerPanel panel,
java.lang.String termName,
java.lang.String fieldName)
Creates a
JotyTextField object to manage a date typed datum and
adds it to the layout of a TermContainerPanel object. |
static JotyTextField |
Factory.createDateRenderer(TermContainerPanel panel,
java.lang.String termName,
boolean loadOnly) |
static JotyTextField |
Factory.createDateRenderer(TermContainerPanel panel,
java.lang.String termName,
java.lang.String fieldName,
boolean loadOnly) |
static JotyTextField |
Factory.createDateRenderer(TermContainerPanel panel,
java.lang.String termName,
java.lang.String fieldName,
java.lang.String paramName,
boolean loadOnly)
It is Like the
Factory.createDate(TermContainerPanel, String, String)
method but for a read-only component that, however, can get value for a
context parameter and that is enable to have its field saved in the save
action. |
static JotyTextField |
Factory.createDateTime(TermContainerPanel panel,
java.lang.String termName,
java.lang.String fieldName)
Like the {link
Factory.createDate(TermContainerPanel, String, String) method but for date time typed datum. |
static JotyTextField |
Factory.createDecimal(TermContainerPanel panel,
java.lang.String termName,
java.lang.String fieldName) |
static JotyTextField |
Factory.createDecimal(TermContainerPanel panel,
java.lang.String termName,
java.lang.String fieldName,
int iSize)
Like the
Factory.createDate(TermContainerPanel, String, String) method but for a decimal number. |
static ComboBox |
Factory.createDescrRenderer(TermContainerPanel panel,
java.lang.String termName,
java.lang.String descrSetName,
boolean loadOnly) |
static ComboBox |
Factory.createDescrRenderer(TermContainerPanel panel,
java.lang.String termName,
java.lang.String fieldName,
java.lang.String descrSetName,
boolean loadOnly) |
static ComboBox |
Factory.createDescrRenderer(TermContainerPanel panel,
java.lang.String termName,
java.lang.String fieldName,
java.lang.String descrSetName,
java.lang.String paramName,
boolean loadOnly)
It is Like the
Factory.createComboBox(TermContainerPanel, String, String, boolean, String)
method but for a read-only component that, however, can get value for a
context parameter and that is enable to have its field saved in the save
action. |
static RadioButton |
Factory.createGroupMasterRadio(TermContainerPanel panel,
java.lang.String termName,
java.lang.String fieldName)
Creates a
RadioButton object with the role of datum holder (as master radio, indeed) and
adds it to the layout of a TermContainerPanel object. |
static JotyTextField |
Factory.createHiddenLong(TermContainerPanel panel,
java.lang.String termName) |
static JotyTextField |
Factory.createHiddenLong(TermContainerPanel panel,
java.lang.String termName,
java.lang.String paramName)
Creates an hidden
JotyTextField object and adds it to a
TermContainerPanel object |
static ImageComponent |
Factory.createImageComponent(TermContainerPanel panel,
java.lang.String termName,
java.lang.String mainImageField,
java.lang.String previewImageField,
java.lang.String fileExt,
java.lang.String verboseFileType)
Like the
Factory.createBlobComponent(TermContainerPanel, String, String, String, String)
but for the creation of an ImageComponent object and its
ImageTerm wrapper object. |
static List |
Factory.createList(TermContainerPanel panel,
java.lang.String termName,
java.lang.String descrSetName,
java.lang.String dataTable,
java.lang.String dataSetDatumFld)
Creates a
List object and adds it to
the layout of a TermContainerPanel object. |
static JotyTextField |
Factory.createLongNum(TermContainerPanel panel,
java.lang.String termName,
java.lang.String fieldName) |
static JotyTextField |
Factory.createLongNum(TermContainerPanel panel,
java.lang.String termName,
java.lang.String fieldName,
int iSize)
Like the {link
Factory.createDate(TermContainerPanel, String, String) method but for a long integer number. |
static JotyTextField |
Factory.createMoney(TermContainerPanel panel,
java.lang.String termName,
java.lang.String fieldName)
Like the {link
Factory.createDate(TermContainerPanel, String, String) method but for a currency amount. |
static JotyTextField |
Factory.createNum(TermContainerPanel panel,
java.lang.String termName,
java.lang.String fieldName) |
static JotyTextField |
Factory.createNum(TermContainerPanel panel,
java.lang.String termName,
java.lang.String fieldName,
int iSize)
Like the {link
Factory.createDate(TermContainerPanel, String, String) method but for a integer number. |
static RadioButton |
Factory.createRadioForGroup(TermContainerPanel panel,
java.lang.String termName,
java.lang.String masterTermName)
Creates a
RadioButton object with the role of datum holder (as master radio, indeed) and
adds it to the layout of a TermContainerPanel object. |
static Table |
Factory.createTable(TermContainerPanel panel,
java.lang.String termName)
Creates a
Table object and adds it to the layout of a
TermContainerPanel object. |
static Table |
Factory.createTable(TermContainerPanel panel,
java.lang.String termName,
java.lang.String dataTable,
java.lang.String dataSetDatumFld,
java.lang.String mainEntityKeyField,
java.lang.String mainTermName)
Creates a
Table object and adds it to the layout of a
TermContainerPanel object. |
static JotyTextField |
Factory.createText(TermContainerPanel panel,
java.lang.String termName,
java.lang.String fieldName,
int iSize)
Like the {link
Factory.createDate(TermContainerPanel, String, String)
method but for text. |
static TextArea |
Factory.createTextArea(TermContainerPanel panel,
java.lang.String termName,
java.lang.String fieldName,
int iSize)
Creates a
TextArea object to manage a date typed datum and adds
it to the layout of a TermContainerPanel object. |
static JotyTextField |
Factory.createTextRenderer(TermContainerPanel panel,
java.lang.String termName,
boolean loadOnly) |
static JotyTextField |
Factory.createTextRenderer(TermContainerPanel panel,
java.lang.String termName,
java.lang.String fieldName,
boolean loadOnly) |
static JotyTextField |
Factory.createTextRenderer(TermContainerPanel panel,
java.lang.String termName,
java.lang.String fieldName,
java.lang.String paramName,
int size,
boolean loadOnly)
/** It is Like the
Factory.createText(TermContainerPanel, String, String, int) method but
for a read-only component that, however, can get value for a context
parameter and that is enable to have its field saved in the save action. |
void |
CriteriaPanel.defineGrid(TermContainerPanel driverPanel)
To be overridden in oder to add contribution to the composition of the
gri.
|
void |
ScrollGridPane.managedListLoad(TermContainerPanel termContainerPanel) |
void |
Table.managedListLoad(TermContainerPanel termContainerPanel) |
int |
Term.AsideLoadInterface.method(TermContainerPanel m_panel,
WResultSet rs) |