|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap
java.util.HashMap
planetj.property.PropertyGroup
planetj.dataengine.display.DisplayColumnsPropertyGroup
Field Summary | |
static java.lang.String |
ALL
|
static java.util.List |
ALL_FIELDS
|
static java.lang.String |
DETAILS
|
static java.lang.String |
DETAILS_EXCLUDE
|
static java.lang.String |
DISPLAY_COLUMNS
|
static java.util.List |
NO_FIELDS
|
static java.lang.String |
NONE
|
static java.lang.String |
RESULTS
|
static java.lang.String |
RESULTS_EDITABLE
|
static java.lang.String |
RESULTS_EXCLUDE
|
Fields inherited from class planetj.property.PropertyGroup |
ALL_FALSE, ALL_TRUE, BOOLEAN_PROPERTY, DATE_PROPERTY, DOUBLE_PROPERTY, FLOAT_PROPERTY, INTEGER_PROPERTY, JAVA_CLASS_PROPERTY, LIST_PROPERTY, MAP_PROPERTY, ROW_COLLECTION_KEY, STRING_PROPERTY |
Constructor Summary | |
DisplayColumnsPropertyGroup()
DisplayPropertyGroup constructor comment. |
|
DisplayColumnsPropertyGroup(int initialCapacity)
DisplayPropertyGroup constructor comment. |
|
DisplayColumnsPropertyGroup(java.lang.String pName)
DisplayPropertyGroup constructor comment. |
Method Summary | |
java.util.List |
getAllPropertyNames()
Gets a List containing the names of all the supported properties. |
java.util.List |
getEditableResultFieldNames()
Gets a List containing the names of fields which are editable. |
java.util.List |
getRequiredPropertyNames()
Gets a List containing the names of all the required properties. |
protected short |
propertyType(java.lang.String pPropertyName)
Gets the type of property for a specified property name. |
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 |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
Field Detail |
public static final java.lang.String RESULTS
public static final java.lang.String RESULTS_EXCLUDE
public static final java.lang.String DETAILS
public static final java.lang.String DETAILS_EXCLUDE
public static final java.lang.String RESULTS_EDITABLE
public static final java.lang.String ALL
public static final java.lang.String NONE
public static final java.util.List ALL_FIELDS
public static final java.util.List NO_FIELDS
public static final java.lang.String DISPLAY_COLUMNS
Constructor Detail |
public DisplayColumnsPropertyGroup()
public DisplayColumnsPropertyGroup(int initialCapacity)
initialCapacity
- intpublic DisplayColumnsPropertyGroup(java.lang.String pName)
pName
- java.lang.StringMethod Detail |
public java.util.List getAllPropertyNames()
getAllPropertyNames
in class PropertyGroup
public java.util.List getEditableResultFieldNames()
public java.util.List getRequiredPropertyNames()
getRequiredPropertyNames
in class PropertyGroup
protected short propertyType(java.lang.String pPropertyName)
propertyType
in class PropertyGroup
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |