org.rhq.enterprise.gui.uibeans
Class UIConstants

java.lang.Object
  extended by org.rhq.enterprise.gui.uibeans.UIConstants

public class UIConstants
extends Object

Declares constants used by bizapp beans.


Field Summary
static int DONT_REFRESH_PAGE
          The WebUserPreferences#getPageRefreshPeriod() value indicates no page refresh.
static int SUMMARY_TYPE_AUTOGROUP
          Identifies a ResourceTypeDisplaySummary representing two or more resources of like resource type.
static int SUMMARY_TYPE_CLUSTER
          Identifies a ResourceTypeDisplaySummary representing a cluster of resources.
static int SUMMARY_TYPE_SINGLETON
          Identifies a ResourceTypeDisplaySummary representing a single resource.
 
Constructor Summary
UIConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUMMARY_TYPE_AUTOGROUP

public static final int SUMMARY_TYPE_AUTOGROUP
Identifies a ResourceTypeDisplaySummary representing two or more resources of like resource type.

See Also:
Constant Field Values

SUMMARY_TYPE_CLUSTER

public static final int SUMMARY_TYPE_CLUSTER
Identifies a ResourceTypeDisplaySummary representing a cluster of resources.

See Also:
Constant Field Values

SUMMARY_TYPE_SINGLETON

public static final int SUMMARY_TYPE_SINGLETON
Identifies a ResourceTypeDisplaySummary representing a single resource.

See Also:
Constant Field Values

DONT_REFRESH_PAGE

public static final int DONT_REFRESH_PAGE
The WebUserPreferences#getPageRefreshPeriod() value indicates no page refresh.

See Also:
Constant Field Values
Constructor Detail

UIConstants

public UIConstants()


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.