Codota Logo
I_CmsWidgetDialog.dialogHorizontalSpacer
Code IndexAdd Codota to your IDE (free)

How to use
dialogHorizontalSpacer
method
in
org.opencms.widgets.I_CmsWidgetDialog

Best Java code snippets using org.opencms.widgets.I_CmsWidgetDialog.dialogHorizontalSpacer (Showing top 20 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Gson g =
  • Codota Iconnew Gson()
  • Codota IconGsonBuilder gsonBuilder;gsonBuilder.create()
  • Codota Iconnew GsonBuilder().create()
  • Smart code suggestions by Codota
}
origin: org.opencms/opencms-solr

result.append(id);
result.append("\"></td>");
result.append(widgetDialog.dialogHorizontalSpacer(10));
result.append("<td><table class=\"editorbuttonbackground\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr>");
origin: org.opencms/opencms-solr

result.append(";\"></td>");
result.append(widgetDialog.dialogHorizontalSpacer(10));
result.append("<td><table class=\"editorbuttonbackground\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr>");
result.append(widgetDialog.button(
origin: org.opencms/opencms-core

result.append(";\"></td>");
result.append(widgetDialog.dialogHorizontalSpacer(10));
result.append(
  "<td><table class=\"editorbuttonbackground\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr>");
origin: org.opencms/opencms-core

result.append(id);
result.append("\"></td>");
result.append(widgetDialog.dialogHorizontalSpacer(10));
result.append("<td>");
result.append("<table class=\"editorbuttonbackground\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" id=\"");
origin: org.opencms/opencms-core

result.append(id);
result.append("\"></td>");
result.append(widgetDialog.dialogHorizontalSpacer(10));
result.append(
  "<td><table class=\"editorbuttonbackground\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr>");
origin: org.opencms/opencms-solr

result.append(id);
result.append("\"></td>");
result.append(widgetDialog.dialogHorizontalSpacer(10));
result.append("<td><table class=\"editorbuttonbackground\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr>");
origin: org.opencms/opencms-core

result.append(id);
result.append("\"></td>");
result.append(widgetDialog.dialogHorizontalSpacer(10));
result.append(
  "<td><table class=\"editorbuttonbackground\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr>");
origin: org.opencms/opencms-solr

result.append(id);
result.append("\"></td>");
result.append(widgetDialog.dialogHorizontalSpacer(10));
result.append("<td><table class=\"editorbuttonbackground\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr>");
origin: org.opencms/opencms-core

result.append(id);
result.append("\"></td>");
result.append(widgetDialog.dialogHorizontalSpacer(10));
result.append(
  "<td><table class=\"editorbuttonbackground\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr>");
origin: org.opencms/opencms-solr

result.append(id);
result.append("\"></td>");
result.append(widgetDialog.dialogHorizontalSpacer(10));
result.append("<td>");
result.append("<table class=\"editorbuttonbackground\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" id=\"");
origin: org.opencms/opencms-solr

result.append(id);
result.append("\"></td>");
result.append(widgetDialog.dialogHorizontalSpacer(10));
result.append("<td><table class=\"editorbuttonbackground\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr>");
origin: org.opencms/opencms-core

result.append(id);
result.append("\"></td>");
result.append(widgetDialog.dialogHorizontalSpacer(10));
result.append(
  "<td><table class=\"editorbuttonbackground\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr>");
origin: org.opencms/opencms-solr

result.append(id);
result.append("\"></td>");
result.append(widgetDialog.dialogHorizontalSpacer(10));
result.append("<td><table class=\"editorbuttonbackground\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr>");
origin: org.opencms/opencms-core

result.append(id);
result.append("\"></td>");
result.append(widgetDialog.dialogHorizontalSpacer(10));
result.append(
  "<td><table class=\"editorbuttonbackground\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr>");
origin: org.opencms/opencms-solr

/**
 * @see org.opencms.widgets.A_CmsWidget#getHelpBubble(org.opencms.file.CmsObject, org.opencms.widgets.I_CmsWidgetDialog, org.opencms.widgets.I_CmsWidgetParameter)
 */
@Override
public String getHelpBubble(CmsObject cms, I_CmsWidgetDialog widgetDialog, I_CmsWidgetParameter param) {
  StringBuffer result = new StringBuffer(128);
  String locKey = getDisabledHelpKey(param);
  String locValue = widgetDialog.getMessages().key(locKey, true);
  if (locValue == null) {
    // there was no help message found for this key, so return a spacer cell
    return widgetDialog.dialogHorizontalSpacer(16);
  } else {
    result.append("<td>");
    result.append("<img name=\"img");
    result.append(locKey);
    result.append("\" id=\"img");
    result.append(locKey);
    result.append("\" src=\"");
    result.append(OpenCms.getLinkManager().substituteLink(cms, "/system/workplace/resources/commons/help.png"));
    result.append("\" alt=\"\" border=\"0\"");
    if (widgetDialog.useNewStyle()) {
      result.append(getJsHelpMouseHandler(widgetDialog, locKey, null));
    } else {
      result.append(getJsHelpMouseHandler(widgetDialog, locKey, CmsStringUtil.escapeJavaScript(locValue)));
    }
    result.append("></td>");
    return result.toString();
  }
}
origin: org.opencms/opencms-core

if (locValue == null) {
  return widgetDialog.dialogHorizontalSpacer(16);
} else {
  result.append("<td>");
origin: org.opencms/opencms-core

if (locValue == null) {
  return widgetDialog.dialogHorizontalSpacer(16);
} else {
  result.append("<td>");
origin: org.opencms/opencms-core

  return widgetDialog.dialogHorizontalSpacer(16);
} else {
  result.append("<td>");
origin: org.opencms/opencms-core

result.append(id);
result.append("');\"></td>");
result.append(widgetDialog.dialogHorizontalSpacer(10));
result.append(
  "<td><table class=\"editorbuttonbackground\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr>");
origin: org.opencms/opencms-solr

  return widgetDialog.dialogHorizontalSpacer(16);
} else {
  result.append("<td>");
org.opencms.widgetsI_CmsWidgetDialogdialogHorizontalSpacer

Javadoc

Builds an invisible horiziontal spacer with the specified width.

Popular methods of I_CmsWidgetDialog

  • getMessages
    Returns a messages object used to render localized keys for the widget dialog.
  • button
    Generates a button for the widget dialog.
  • buttonBar
    Returns the html for a button bar.
  • buttonBarHorizontalLine
    Generates a horizontal button bar separator line with maximum width.
  • buttonBarStartTab
    Generates a button bar starter tab.
  • getButtonStyle
    Returns the style setting to use when generating buttons for this widget dialog.
  • getHelpMessageIds
    Returns a set of help messages ids that are already included on the widget dialog. This is used to p
  • getLocale
    Returns the current users locale setting.
  • getUserAgent
    Returns the "user-agent" of the current request, or null in case no request is available.
  • useNewStyle
    Tests if we are working with the new administration dialog style. This param is not intended for ext

Popular in Java

  • Reading from database using SQL prepared statement
  • getSystemService (Context)
  • scheduleAtFixedRate (ScheduledExecutorService)
    Creates and executes a periodic action that becomes enabled first after the given initial delay, and
  • setContentView (Activity)
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • MalformedURLException (java.net)
    Thrown to indicate that a malformed URL has occurred. Either no legal protocol could be found in a s
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate(i
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now