Uses of Interface
overit.geocall.ui.SingleUseComponent
Packages that use SingleUseComponent
-
Uses of SingleUseComponent in overit.geocall.basic.ui
Methods in overit.geocall.basic.ui with parameters of type SingleUseComponentModifier and TypeMethodDescriptionvoidWindow.show(SingleUseComponent c) Shows theSingleUseComponentpassed as parameter -
Uses of SingleUseComponent in overit.geocall.ui
Classes in overit.geocall.ui that implement SingleUseComponentModifier and TypeClassDescriptionclassThe 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.classThis component extendsSingleUseComponentand must be used to add the script that launches an Url to theSetupScript.classThis class implements theSingleUseComponentinterface, 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.classThe 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.classThis class implements theSingleUseComponentinterface, 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 submittedclassThe class, that implements theSingleUseComponentinterface, 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 theJFCSerieclassThis class extendsMenuand implements a menu in which the Items are sortable each other using the Sortable.js plugin.
It allows to define an item identifier (seeSortableMenu.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.classThe 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.Methods in overit.geocall.ui with parameters of type SingleUseComponentModifier and TypeMethodDescriptionvoidWindowManager.useComponent(String name, SingleUseComponent otc) Sets the new component to use defined by name and aSingleUseComponent.