Uses of Annotation Interface
overit.geocall.ui.Component.Configurable

Packages that use Component.Configurable
  • Uses of Component.Configurable in overit.geocall.basic.ui.control

    Classes in overit.geocall.basic.ui.control with annotations of type Component.Configurable
    Modifier and Type
    Class
    Description
    class 
    This class extends Control and implements the user interface object that represents a column of a table and allows to arranges the data of string type in tabular format.
    class 
    This component extends Column and must be used to represent the boolean values of the cells
    class 
    This component extends Column and must be used to insert a button inside the column's cell that allows to throw events (the same event for all the rows of the column)
    class 
    This class implements the column used to display values that must respect the format of currency.
    class 
    This component extends Column and must be used to represent Date values
    class 
    This class implements the user interface object that allows to represent a table's column containing images loaded by the Gate, a component that provide the access to the resources located either in filesystem or database, trough the WebResource.
    class 
    This class implements the user interface object that allows to represent a table's column containing floating point numbers
    class 
    This component extends Column and must be used to represent date, time and time zone values.
    class 
    This component extends ColumnButton and must be used to insert a button to open new tab in browser to link set in the row.
    class 
    This class implements the user interface object that represents a column of a table and allows to arranges the data of Long type in tabular format.
    class 
    This component extends Column and must be used to insert a column with the value of a field of a StaticView or with a DBView loaded in the session.
    class 
    The class implements and manages the conversion between different units of measure.
    class 
    This component extends ColumnButton and must be used to insert a button inside the column's cell that allows to throw events(the same event for all the rows of the column); the graphics of these buttons are different, simpler and cleaner, without background and edges.
    class 
    This component extends ColumnDouble and must be used to insert a progress bar inside the column's cell.
    class 
    This component extends Column and can be used to insert a column built from the combination of several columns.
    class 
    This component extends Column and must be used to insert a column with the value of a field of a StaticView.
    class 
    This element extends ColumnButton and must be used to create a button in a column that valid data as well as submit them.
    class 
    This component extends Column and can be used to insert different columns based on the received value.
    class 
    This component extends Column and must be used to represent time values
    class 
    The class implements a generic textual Input field
    class 
    This components implements an input checkbox, a field that the user can mark as checked (true value), unchecked (false value) or neither (null value).
    class 
    This class, that extends InputRegExp implements the graphic user interface element that allows the user to insert values that must respect the format of currency.
    class 
    This class extends Input field to work with dates.
    The default date format set is dd/MM/yy.
    class 
    This class implements the graphic user interface elements that is used to decode an input in the corresponding value, input selected by the user from a StaticView rather than from the database through a task.
    class 
    The class implements a numeric input field in which the user can insert a double number with separation from the integer part and the decimal one.
    class 
    The class implements an Input field to work with date, time and time zone.
    class 
    This class extends the behaviour of the InputRegExp adding a particular regular expression allowing the user to insert values that must respect the format of an email address (something like: name@domain.com)
    class 
    This class extends the behaviour of the InputRegExp adding a particular regular expression allowing the user to insert values that can contains only characters assignable to file names: lowercase characters, uppercase characters, digits, spaces and the special characters + _ . , @ ( ) & $ £ % = \ ' -
    class 
    This component provides the possibility to manage the translation of a field's value over several languages.
    class 
    The class implements a numeric input field in which the user can insert a long number.
    class 
    This class extends Input and implements the graphic user interface element that presents a set of values selectable through a drop-down menu that appears when the user clicks on the field.
    class 
    The class implements and manages the conversion between different units of measure.
    class 
    This component allows to search one or more value from a StaticView,DABase, select and decode them.
    class 
    This class extends InputLookup and implements a componenet that allows user to select multiple values from a drop-down menu that appears when the user clicks on the field.
    class 
    This class implements an input field that hides the characters while the user types in his password.
    class 
    This class extends the behaviour of the Input adding a particular validation.
    class 
    This class, that extends InputRegExp, implements the graphic user interface element that allows the user to insert a value that must respect the format of a telephone number (a string that can start with the + symbol and contains only digits)
    class 
    The class implements a textual InputText field.
    class 
    The class implements a textual Input field for the time
    class 
    This component extends InputRegExp and must be used to create an input field for a range of time.
    class 
    This class, that extends Control, implements the component used to display a simple label
    class 
    This component is used to organize the components that belong to it within a grid.
  • Uses of Component.Configurable in overit.geocall.ui

    Classes in overit.geocall.ui with annotations of type Component.Configurable
    Modifier and Type
    Class
    Description
    class 
    This class implements the Control, which purpose is to provide a single graphic element that implements a specific functionality.
  • Uses of Component.Configurable in overit.geocallapp.utilities.ux.ui.container.cardview

    Modifier and Type
    Class
    Description
    class 
    CardView field for displaying dates.
    class 
    CardView field for displaying Double numbers.
    class 
    CardView field to represent an amount of minutes as Day, Hours and Minutes.
    class 
    CardView component for displaying Material Design icons.
    class 
    Simple component for defining HTML templates for CardView.
    class 
    CardView field for displaying Long numbers.
    class 
    CardView field with value from StaticView.
    class 
    CardView field for displaying multiple values from StaticView based on comma-separated IDs.
    class 
    Base element for CardView string fields.
    class 
    CardView field for displaying times/hours.