Tabnine Logo
IBreadCrumbModel.addListener
Code IndexAdd Tabnine to your IDE (free)

How to use
addListener
method
in
org.apache.wicket.extensions.breadcrumb.IBreadCrumbModel

Best Java code snippets using org.apache.wicket.extensions.breadcrumb.IBreadCrumbModel.addListener (Showing top 2 results out of 315)

origin: apache/wicket

@Override
public void addListener(final IBreadCrumbModelListener listener)
{
  decorated.addListener(listener);
}
origin: org.ops4j.pax.wicket/pax-wicket-service

/**
 * @see org.apache.wicket.extensions.breadcrumb.IBreadCrumbModel#addListener(org.apache.wicket.extensions.breadcrumb.IBreadCrumbModelListener)
 */
public void addListener(IBreadCrumbModelListener listener)
{
  decorated.addListener(listener);
}
org.apache.wicket.extensions.breadcrumbIBreadCrumbModeladdListener

Javadoc

Adds a bread crumb model listener.

Popular methods of IBreadCrumbModel

  • allBreadCrumbParticipants
    Lists the bread crumb participants in this model.
  • setActive
    Sets the IBreadCrumbParticipant as the active one. Implementations should call IBreadCrumbModelListe
  • getActive
    Gets the currently active participant, if any.
  • removeListener
    Removes a bread crumb model listener.

Popular in Java

  • Making http post requests using okhttp
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • notifyDataSetChanged (ArrayAdapter)
  • runOnUiThread (Activity)
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • LinkedList (java.util)
    Doubly-linked list implementation of the List and Dequeinterfaces. Implements all optional list oper
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • JOptionPane (javax.swing)
  • Github Copilot alternatives
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