|
|||||||||||
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.property.DefaultPropertyGroup
planetj.helpers.properties.FilePropertyGroup
PropertyGroup for the PDF file format.
Field Summary | |
static java.lang.String |
COLUMN_HEADINGS
String property for what column headers to use |
static java.lang.String |
COLUMN_HEADINGS_EXTERNAL
Use external names for column headings |
static java.lang.String |
COLUMN_HEADINGS_INTERNAL
Use internal column headings |
static java.lang.String |
COLUMN_HEADINGS_NONE
Do not use column headings |
static java.lang.String |
DIRECT_TO_FILE
|
static java.lang.String |
DISPLAY_COLUMNS
String property for which columns to process |
static java.lang.String |
FILE_NAME
String property for name of file |
static java.lang.String |
GENERATOR_CLASS
The Java class which should be used to generate the file |
static java.lang.String |
OUTPUT_ROWS
String property for which rows to process |
static java.lang.String |
OUTPUT_ROWS_ALL
Output all rows which meet the current criteria |
static java.lang.String |
OUTPUT_ROWS_SCREEN
Output all rows on the current screen |
static java.lang.String |
OUTPUT_ROWS_SELECTED
Output only rows which have been selected by the user |
static java.lang.String |
USE_DISPLAY_VALUE
|
Fields inherited from class planetj.property.PropertyGroup |
ALL, ALL_FALSE, ALL_TRUE, BOOLEAN_PROPERTY, DATE_PROPERTY, DOUBLE_PROPERTY, FLOAT_PROPERTY, INTEGER_PROPERTY, JAVA_CLASS_PROPERTY, LIST_PROPERTY, MAP_PROPERTY, NONE, ROW_COLLECTION_KEY, STRING_PROPERTY |
Constructor Summary | |
FilePropertyGroup()
FilePropertyGroup constructor comment. |
|
FilePropertyGroup(int initialCapacity)
FilePropertyGroup constructor comment. |
|
FilePropertyGroup(java.lang.String pName)
FilePropertyGroup constructor comment. |
Method Summary | |
java.util.List |
getAllPropertyNames()
Gets a List containing the names of all the supported properties, not including metaproperties. |
byte |
getColumnHeadingsDisplayType()
Gets the byte value (defined in FileDescriptor ) indicating what to display for column headings |
java.util.List |
getDisplayColumns()
Gets the List of columns names which should be displayed (may be null) |
java.lang.Class |
getGeneratorClass()
Get the class which should be used to generate the file |
char |
getOutputRowType()
Gets the char value (defined in FileDescriptor ) indicating which rows to output |
java.util.List |
getRequiredPropertyNames()
Gets a List containing the names of all the required properties. |
boolean |
isUseDisplayValues()
Check to see if display values should be used instead of actual values. |
Methods inherited from class planetj.property.DefaultPropertyGroup |
getDefaultPropertiesString |
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 |
public static final java.lang.String COLUMN_HEADINGS
public static final java.lang.String COLUMN_HEADINGS_NONE
public static final java.lang.String COLUMN_HEADINGS_INTERNAL
public static final java.lang.String COLUMN_HEADINGS_EXTERNAL
public static final java.lang.String OUTPUT_ROWS
public static final java.lang.String OUTPUT_ROWS_ALL
public static final java.lang.String OUTPUT_ROWS_SCREEN
public static final java.lang.String OUTPUT_ROWS_SELECTED
public static final java.lang.String GENERATOR_CLASS
public static final java.lang.String DISPLAY_COLUMNS
public static final java.lang.String FILE_NAME
public static final java.lang.String USE_DISPLAY_VALUE
public static final java.lang.String DIRECT_TO_FILE
Constructor Detail |
public FilePropertyGroup()
public FilePropertyGroup(int initialCapacity)
initialCapacity
- intpublic FilePropertyGroup(java.lang.String pName)
pName
- java.lang.StringMethod Detail |
public java.util.List getAllPropertyNames()
getAllPropertyNames
in class DefaultPropertyGroup
public byte getColumnHeadingsDisplayType()
FileDescriptor
) indicating what to display for column headings
public java.util.List getDisplayColumns()
public java.lang.Class getGeneratorClass()
public char getOutputRowType()
FileDescriptor
) indicating which rows to output
public java.util.List getRequiredPropertyNames()
getRequiredPropertyNames
in class DefaultPropertyGroup
public boolean isUseDisplayValues()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |