nl.gx.webmanager.wcb.treeaction
Class WCBConstants

java.lang.Object
  extended by nl.gx.webmanager.wcb.treeaction.WCBConstants

public final class WCBConstants
extends java.lang.Object

This class provides a number of constants that are used throughout this WCB.


Field Summary
static java.lang.String BUNDLE_DESCRIPTION
          Bundle description.
static java.lang.String BUNDLE_ID
          Bundle ID of the WCB.
static java.lang.String BUNDLE_NAME
          Bundle name.
static java.lang.String DOMAIN
          Domain of the WCB.
static java.lang.String NAMESPACE_PREFIX
          Namespace prefix of the WCB.
static java.lang.String NAMESPACE_URI
          Namespace URI of the WCB.
static java.lang.String PANEL_COMPONENT_DESCRIPTION
          Panel description.
static java.lang.String PANEL_COMPONENT_ID
          Panel ID.
static java.lang.String PANEL_COMPONENT_NAME
          Panel name.
static int PANEL_HEIGHT
          Initial panel height.
static int PANEL_WIDTH
          Initial panel width.
static java.lang.String WCB_ID
          Unique id of the WCB.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOMAIN

public static final java.lang.String DOMAIN
Domain of the WCB.

See Also:
Constant Field Values

WCB_ID

public static final java.lang.String WCB_ID
Unique id of the WCB.

See Also:
Constant Field Values

NAMESPACE_URI

public static final java.lang.String NAMESPACE_URI
Namespace URI of the WCB.

See Also:
Constant Field Values

NAMESPACE_PREFIX

public static final java.lang.String NAMESPACE_PREFIX
Namespace prefix of the WCB.

See Also:
Constant Field Values

BUNDLE_ID

public static final java.lang.String BUNDLE_ID
Bundle ID of the WCB.

See Also:
Constant Field Values

BUNDLE_NAME

public static final java.lang.String BUNDLE_NAME
Bundle name.

See Also:
Constant Field Values

BUNDLE_DESCRIPTION

public static final java.lang.String BUNDLE_DESCRIPTION
Bundle description.

See Also:
Constant Field Values

PANEL_COMPONENT_ID

public static final java.lang.String PANEL_COMPONENT_ID
Panel ID.

See Also:
Constant Field Values

PANEL_COMPONENT_NAME

public static final java.lang.String PANEL_COMPONENT_NAME
Panel name.

See Also:
Constant Field Values

PANEL_COMPONENT_DESCRIPTION

public static final java.lang.String PANEL_COMPONENT_DESCRIPTION
Panel description.

See Also:
Constant Field Values

PANEL_HEIGHT

public static final int PANEL_HEIGHT
Initial panel height.

See Also:
Constant Field Values

PANEL_WIDTH

public static final int PANEL_WIDTH
Initial panel width.

See Also:
Constant Field Values


Copyright © 2007-2011 GX Software BV. All Rights Reserved.