Uses of Class
org.rhq.enterprise.gui.legacy.taglib.display.Decorator

Packages that use Decorator
org.rhq.enterprise.gui.legacy.taglib.display   
 

Uses of Decorator in org.rhq.enterprise.gui.legacy.taglib.display
 

Subclasses of Decorator in org.rhq.enterprise.gui.legacy.taglib.display
 class AlternateDecorator
          usage
 class AvailabilityDecorator
          This class is a two in one decorator/tag for use within the TableTag; it is a ColumnDecorator tag that that creates a column of availability icons.
 class BaseDecorator
          This class is an abstract class for decorators to inherit from for implementing decorators for columns.
 class BooleanDecorator
          Lookup in the context messages for common boolean items for textual display or HTML tag building i.e.
 class CheckBoxDecorator
          This class is a two in one decorator/tag for use within the display:table tag, it is a ColumnDecorator tag that that creates a column of checkboxes.
 class ColumnDecorator
           
 class DateDecorator
          This class decorates longs representing dates to dates.
 class DisambiguatedResourceLineageDecorator
          The same as DisambiguatedResourceLineageTag but for use inside display:column.
 class DisambiguatedResourceNameDecorator
          For use in display:column elements
 class EqualsDecorator
          Lookup in the context messages for common boolean items for textual display or HTML tag building i.e.
 class GroupMetricsDecorator
          This class acts as a decorator for tables, displaying "YES" "NO" or "SOME", depending if total is 0, equal to, or less than active.
 class GroupQuicknavDecorator
          A QuicknavDecorator for ResourceGroups.
 class HtmlDecorator
          Used to decorate the specified value, formatting it to be viewed in HTML.
 class ImageButtonDecorator
          This class is a two in one decorator/tag for use within the TableTag; it is a ColumnDecorator tag that that creates a column of image buttons.
 class ImageDecorator
          The ImageDecorator is nice for when the images are within a table and may have attributes that would need to reflect the changing values in iteration loop
 class ImageLinkDecorator
          The ImageButtonDecorator is nice for when the images are submitting a form from within a table but when the table is populated with links that are orthogonal to the form's purpose and link to another set of functionality, this decorator is the ticket.
 class MeasurementDataTypeDecorator
          This decorator is used to show the DataType of an entry and then depending on it the MeasurementCategory of entries.
 class MetricDecorator
          This class is a two in one decorator/tag for use within the TableTag; it is a ColumnDecorator tag that converts and formats metric values for display.
 class PathDecorator
          Re-evaluate the value to be display by the column
 class PriorityDecorator
          usage In the properties file, have these keys present: application.properties.key.prefix.Low=Low application.properties.key.prefix.High=High application.properties.key.prefix.Medium=Medium
 class QuicknavDecorator
          This class is a two-in-one decorator/tag for use within the TableTag; it is a ColumnDecorator tag that that creates a row of quicknav icons (i.e.
 class ResourceQuicknavDecorator
          A QuicknavDecorator for Resources.
 class SelectDecorator
          This decorator writes whatever is in the value attribute
 class TableDecorator
           
 class UserAckDecorator
          This class is a ColumnDecorator tag that that creates either the name of someone that acknowledged the event or a message with an onclick() handler on it.
 

Methods in org.rhq.enterprise.gui.legacy.taglib.display that return Decorator
protected  Decorator TableTag.loadDecorator()
          If the user has specified a decorator, then this method takes care of creating the decorator (and checking to make sure it is a subclass of the TableDecorator object).
 



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