planetj.dataengine.display
Class DisplayColumnsPropertyGroup
java.lang.Object
java.util.AbstractMap
java.util.HashMap
planetj.property.PropertyGroup
planetj.dataengine.display.DisplayColumnsPropertyGroup
- All Implemented Interfaces:
- java.lang.Cloneable, java.lang.Comparable, java.util.Map, java.io.Serializable
- public class DisplayColumnsPropertyGroup
- extends PropertyGroup
- See Also:
- Serialized Form
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 |
Methods inherited from class planetj.property.PropertyGroup |
add, addProperty, addProperty, append, clone, compareTo, compareTo, compareTo, containsProperty, copyUndefinedPropertiesFrom, createProperty, getAllMetapropertyNames, getAllSetBooleanPropertyNames, getAllSetIntPropertyNames, getAllSetListPropertyNames, getAllSetPropertyNames, getAllSetStringPropertyNames, getBooleanValue, getDateValue, getDoubleValue, getFloatValue, getIntValue, getJavaClassValue, getListValue, getMapValue, 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 |
RESULTS
public static final java.lang.String RESULTS
- See Also:
- Constant Field Values
RESULTS_EXCLUDE
public static final java.lang.String RESULTS_EXCLUDE
- See Also:
- Constant Field Values
DETAILS
public static final java.lang.String DETAILS
- See Also:
- Constant Field Values
DETAILS_EXCLUDE
public static final java.lang.String DETAILS_EXCLUDE
- See Also:
- Constant Field Values
RESULTS_EDITABLE
public static final java.lang.String RESULTS_EDITABLE
- See Also:
- Constant Field Values
ALL
public static final java.lang.String ALL
- See Also:
- Constant Field Values
NONE
public static final java.lang.String NONE
- See Also:
- Constant Field Values
ALL_FIELDS
public static final java.util.List ALL_FIELDS
NO_FIELDS
public static final java.util.List NO_FIELDS
DISPLAY_COLUMNS
public static final java.lang.String DISPLAY_COLUMNS
- See Also:
- Constant Field Values
DisplayColumnsPropertyGroup
public DisplayColumnsPropertyGroup()
- DisplayPropertyGroup constructor comment.
DisplayColumnsPropertyGroup
public DisplayColumnsPropertyGroup(int initialCapacity)
- DisplayPropertyGroup constructor comment.
- Parameters:
initialCapacity
- int
DisplayColumnsPropertyGroup
public DisplayColumnsPropertyGroup(java.lang.String pName)
- DisplayPropertyGroup constructor comment.
- Parameters:
pName
- java.lang.String
getAllPropertyNames
public java.util.List getAllPropertyNames()
- Gets a List containing the names of all the supported properties.
- Specified by:
getAllPropertyNames
in class PropertyGroup
getEditableResultFieldNames
public java.util.List getEditableResultFieldNames()
- Gets a List containing the names of fields which are editable. Possible results include
the special ALL_FIELDS and NO_FIELDS values, as well as the null value
getRequiredPropertyNames
public java.util.List getRequiredPropertyNames()
- Gets a List containing the names of all the required properties.
- Specified by:
getRequiredPropertyNames
in class PropertyGroup