Package overit.geocall.ui


package overit.geocall.ui
  • Class
    Description
    Interface that must be implemented by all the graphical user interface components that can perform a transformation after an Ajax interaction
    This class implements a different utils method to manage errors occur during an ajax communication, from client to server.
    The class implements the user interface element that should be used to display on-screen messages that appear in popups and blocks the user interaction; they can be informational messages, question, warnings or error messages.
    The class implements a clickable button that can be added to the alert
    The class implements one choice that can be added to the alert to create a multiple choice
    The class is the interface to be implemented for objects that can be viewed on screen and contained within a structure for positioning
    Interface that must be implemented by all the graphical user interface components that could display a badge.
    Interface implemented by the object that can uses a cache
    This class implements Serializable.
    This class allow to manage the type of sorting with which the data will be sorted and displayed in a column (for example on a TableView)
    This is an abstract class that must be extended to implements an user interface element.
    Decorates with this annotation all the component that are allowed to be configured by the ui configurability.
    Annotation used to define a UIProperty for a specific Component.
    Define one or more attribute that the component must ignore form its parent.
    The value specified in this annotation must be related to the Component.ConfigurableAttribute.name() attribute for the Component.ConfigurableAttribute annotation defined into the parent object
    Define that the components must ignore all the parent attributes.
     
     
     
    Annotation that simplifies the definition of filter criteria for input components.
    Qualifier used to specify a reference to any Component given its registry name.
    This class implements the Control, which purpose is to provide a single graphic element that implements a specific functionality.
    Interface that allows, to the components that implement it, to manage a DABase for loading data from database.
    Interface that allows, to the components that implement it, to manage a DBView for loading data from database.
    This class implements different method to manage the drag and drop operation of a component.
     
    Exception that can occurs during the drag and drop operations
    Interface that must be implemented by all the graphical user interface components that can be dragged and on which it is possible to drop something
     
    This class extends MultiPartElement.
    This class implements a Element objects and tags wrapper.For example, it's used to represent the set of Html Element of an html page.
    This class implements Serializable.
    This class allows to record which events can be managed and processed by the application.
    It works like a firewall: all the names of the events that have been previously registered, are validated and passed through and therefore allow processing, all the others are filtered and discarded.
    Interface implemented by all the objects that wants to make a parameter validation
    This component extends SingleUseComponent and must be used to add the script that launches an Url to the SetupScript.
    Interface that must be implemented by all the graphical user interface components that can be hidden
     
    This class implements the SingleUseComponent interface, and represents a JavaScript command that can be added to the set of scripts (JSCommand.buildSetupScript(java.lang.StringBuilder)) and executed each time it is requested.
    This class implements an utility object typically used for setting attributes.
    The class implements the user interface element that should be used to display contextual menus that appears in popups when the user click on a graphical object.
    The class implements a menu voice
    This class implements the SingleUseComponent interface, and represents an object that can be added to the page to create a form that can post some parameters and specifies where to send the form data when is submitted
    The class, that implements the SingleUseComponent interface, implements the user interface element that appears in pop-up and allows the user to manage the ranges of the data of the diagram objects like for example the JFCSerie
    This abstract class is the base of UI change rules based on form values or UI setting during init phase on ValuesContainer
    .
    This class implements EventValidator and Serializable.
    This class implements a params validator comes from an event (for example a submit form event).
    Interface that must be implemented by all those objects whose creation must be performed each time it is requested to put one of the objects on screen and not once for all.
    This class extends Menu and implements a menu in which the Items are sortable each other using the Sortable.js plugin.
    It allows to define an item identifier (see SortableMenu.setItemIdentifierAttribute(java.lang.String)) that will be used by the plugin to identify a specific item and send to the server the reorder related infos.
    It also needed to set a server event to which the plugin send the reorder informations related.
     
    The class implements the user interface element that should be used to display on-screen messages that appears in popups but without blocking the user interaction.
    The class implements a clickable button that can be added to the tooltip
    The class implements one choice that can be added to the tooltip to create a multiple choice
    Compatibility class that remaps to UIFactory
    This class imlements Serializable.
    This class implements and defines the User interface Menù, used to navigate through the different pages.
    Implements the object that is passed to the event handler methods triggered via sendEvent; contains additional information and values with respect to the classic HashGetter passed to the event handler, such as the possibility to check if during the event launch a control key was pressed (ctrl, alt, etc.).
     
    Interface that must be implemented by all the component that has a value that can be submit to the server, to validate the value to avoid tampering values.
    This class implements Serializable and Identified.
    This class implements methods and attributes to manage the different windows(and their attributes and operations) of the application.
    Utility class that defines some utility method related to the WindowManager class.