Tabnine Logo
GeoServerBasePage.remove
Code IndexAdd Tabnine to your IDE (free)

How to use
remove
method
in
org.geoserver.web.GeoServerBasePage

Best Java code snippets using org.geoserver.web.GeoServerBasePage.remove (Showing top 2 results out of 315)

origin: org.geoserver.web/gs-web-core

/**
 * The base page is built with an empty panel in the page-header section that can be filled by
 * subclasses calling this method
 *
 * @param component The component to be placed at the bottom of the page-header section. The
 *     component must have "page-header" id
 */
protected void setHeaderPanel(Component component) {
  if (!HEADER_PANEL.equals(component.getId()))
    throw new IllegalArgumentException(
        "The header panel component must have 'headerPanel' id");
  remove(HEADER_PANEL);
  add(component);
}
origin: org.geoserver.web/web-core

/**
 * The base page is built with an empty panel in the page-header section that can be filled by
 * subclasses calling this method
 * 
 * @param component
 *            The component to be placed at the bottom of the page-header section. The component
 *            must have "page-header" id
 */
protected void setHeaderPanel(Component component) {
  if (!HEADER_PANEL.equals(component.getId()))
    throw new IllegalArgumentException(
        "The header panel component must have 'headerPanel' id");
  remove(HEADER_PANEL);
  add(component);
}
org.geoserver.webGeoServerBasePageremove

Popular methods of GeoServerBasePage

  • addFeedbackPanels
  • add
  • doReturn
    Returns from the page by navigating to one of #returnPage or #returnPageClass, processed in that ord
  • filterByAuth
    Filters a set of component descriptors based on the current authenticated user.
  • getApplication
  • getGeoServerApplication
    Returns the application instance.
  • getPageTitle
    Gets the page title from the PageName.title resource, falling back on "GeoServer" if not found
  • getSession
  • setResponsePage
  • splitByCategory
    Splits up the pages by category, turning the list into a map keyed by category
  • getDescription
  • getFeedbackPanel
    Returns the top feedback panel included in the GeoServer base page
  • getDescription,
  • getFeedbackPanel,
  • getNodeInfo,
  • getTitle,
  • getWebRequestCycle,
  • renderHead

Popular in Java

  • Reactive rest calls using spring rest template
  • compareTo (BigDecimal)
  • getSupportFragmentManager (FragmentActivity)
  • onCreateOptionsMenu (Activity)
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • InputStreamReader (java.io)
    A class for turning a byte stream into a character stream. Data read from the source input stream is
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • Top PhpStorm plugins
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