planetj.dataengine.display
Class DisplayColumnsPropertyGroup

java.lang.Object
  |
  +--java.util.AbstractMap
        |
        +--java.util.HashMap
              |
              +--planetj.property.PropertyGroup
                    |
                    +--planetj.dataengine.display.DisplayColumnsPropertyGroup
All Implemented Interfaces:
Cloneable, Comparable, Map, Serializable

public class DisplayColumnsPropertyGroup
extends PropertyGroup

See Also:
Serialized Form

Field Summary
static String DETAILS
           
static String DETAILS_EXCLUDE
           
static String DISPLAY_COLUMNS
           
static String RESULTS
           
static String RESULTS_EXCLUDE
           
 
Fields inherited from class planetj.property.PropertyGroup
ALL_FALSE, ALL_TRUE, BOOLEAN_PROPERTY, DATE_PROPERTY, DOUBLE_PROPERTY, INTEGER_PROPERTY, LIST_PROPERTY, ROW_COLLECTION_KEY, STRING_PROPERTY
 
Constructor Summary
DisplayColumnsPropertyGroup()
          DisplayPropertyGroup constructor comment.
DisplayColumnsPropertyGroup(int initialCapacity)
          DisplayPropertyGroup constructor comment.
DisplayColumnsPropertyGroup(String pName)
          DisplayPropertyGroup constructor comment.
 
Method Summary
 List getAllPropertyNames()
          Gets a List containing the names of all the supported properties.
 List getRequiredPropertyNames()
          Gets a List containing the names of all the required properties.
 
Methods inherited from class planetj.property.PropertyGroup
add, addProperty, addProperty, append, clone, compareTo, compareTo, compareTo, containsProperty, createProperty, getAllMetapropertyNames, getAllSetBooleanPropertyNames, getAllSetIntPropertyNames, getAllSetListPropertyNames, getAllSetPropertyNames, getAllSetStringPropertyNames, getBooleanValue, getDateValue, getDoubleValue, getIntValue, getListValue, getName, getProperty, getPropertyType, getStringValue, getValue, isMergeableOnList, isMetaproperty, iterator, mergeOnList, put, put, put, setName, toString, updateProperty
 
Methods inherited from class java.util.HashMap
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

RESULTS

public static final String RESULTS
See Also:
Constant Field Values

RESULTS_EXCLUDE

public static final String RESULTS_EXCLUDE
See Also:
Constant Field Values

DETAILS

public static final String DETAILS
See Also:
Constant Field Values

DETAILS_EXCLUDE

public static final String DETAILS_EXCLUDE
See Also:
Constant Field Values

DISPLAY_COLUMNS

public static final String DISPLAY_COLUMNS
See Also:
Constant Field Values
Constructor Detail

DisplayColumnsPropertyGroup

public DisplayColumnsPropertyGroup()
DisplayPropertyGroup constructor comment.


DisplayColumnsPropertyGroup

public DisplayColumnsPropertyGroup(int initialCapacity)
DisplayPropertyGroup constructor comment.

Parameters:
initialCapacity - int

DisplayColumnsPropertyGroup

public DisplayColumnsPropertyGroup(String pName)
DisplayPropertyGroup constructor comment.

Parameters:
pName - java.lang.String
Method Detail

getAllPropertyNames

public List getAllPropertyNames()
Gets a List containing the names of all the supported properties.

Specified by:
getAllPropertyNames in class PropertyGroup

getRequiredPropertyNames

public List getRequiredPropertyNames()
Gets a List containing the names of all the required properties.

Specified by:
getRequiredPropertyNames in class PropertyGroup