Tabnine Logo
CareWebShell.lock
Code IndexAdd Tabnine to your IDE (free)

How to use
lock
method
in
org.carewebframework.shell.CareWebShell

Best Java code snippets using org.carewebframework.shell.CareWebShell.lock (Showing top 2 results out of 315)

origin: org.carewebframework/org.carewebframework.ui.userheader

/**
 * Event handler for lock link
 */
public void onClick$lock() {
  CareWebUtil.getShell().lock();
}

origin: org.carewebframework/org.carewebframework.plugin.userheader

/**
 * Event handler for lock link
 */
@EventHandler(value = "click", target = "lock")
private void onClick$lock() {
  CareWebUtil.getShell().lock();
}
org.carewebframework.shellCareWebShelllock

Javadoc

Lock the desktop.

Popular methods of CareWebShell

  • <init>
    Create the shell instance.
  • logout
    Logout user after confirmation prompt.
  • getActivatedPlugin
  • getLoadedPlugin
    Locates a loaded plugin with the specified id.
  • getMessageWindow
    Returns the message window instance for managing slide-down messages.
  • setLayout
    Sets the layout to be loaded. If null, the layout specified by the configuration will be loaded.
  • setParent
  • addChild
  • addEventListener
  • addMenu
    Adds a menu.
  • addToolbarComponent
    Adds a component to the common tool bar.
  • afterCompose
  • addToolbarComponent,
  • afterCompose,
  • buildUI,
  • findStyleSheet,
  • getActivatedPlugins,
  • getAppProperty,
  • getApplicationName,
  • getDesktop,
  • getHelpViewer

Popular in Java

  • Parsing JSON documents to java classes using gson
  • putExtra (Intent)
  • getExternalFilesDir (Context)
  • setRequestProperty (URLConnection)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • URLEncoder (java.net)
    This class is used to encode a string using the format required by application/x-www-form-urlencoded
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • Table (org.hibernate.mapping)
    A relational table
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now