CmsCategoryWidget.<init>
Code IndexAdd Codota to your IDE (free)

Best Java code snippets using org.opencms.widgets.CmsCategoryWidget.<init> (Showing top 2 results out of 315)

origin: org.opencms/opencms-core

/**
 * @see org.opencms.widgets.I_CmsWidget#newInstance()
 */
public I_CmsWidget newInstance() {
  return new CmsCategoryWidget(getConfiguration());
}
origin: org.opencms/opencms-solr

/**
 * @see org.opencms.widgets.I_CmsWidget#newInstance()
 */
public I_CmsWidget newInstance() {
  return new CmsCategoryWidget(getConfiguration());
}
org.opencms.widgetsCmsCategoryWidget<init>

Javadoc

Creates a new category widget.

Popular methods of CmsCategoryWidget

  • buildSelectBox
    Generates html code for the category selection.
  • getConfiguration
  • getDefaultLocale
    Returns the default locale in the content of the given resource.
  • getResource
    Returns the right resource, depending on the locale.
  • getStartingCategory
    Returns the starting category depending on the configuration options.
  • isOnlyLeafs
    Check if only leaf selection is allowed.

Popular in Java

  • Finding current android device location
  • addToBackStack (FragmentTransaction)
  • startActivity (Activity)
  • orElseThrow (Optional)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • Font (java.awt)
    The Font class represents fonts, which are used to render text in a visible way. A font provides the
  • BitSet (java.util)
    The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array]. Each element is eit
  • JarFile (java.util.jar)
    JarFile is used to read jar entries and their associated data from jar files.
  • JButton (javax.swing)
  • IsNull (org.hamcrest.core)
    Is the value null?

For IntelliJ IDEA,
Android Studio or Eclipse

  • Search for JavaScript code betaCodota IntelliJ IDEA pluginCodota Android Studio pluginCode IndexSign in
  • EnterpriseFAQAboutBlogContact Us
  • Plugin user guideTerms of usePrivacy policyCodeboxFind Usages
Add Codota to your IDE (free)