planetj.dataengine.display
Class OperationLabelsPropertyGroup

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

public class OperationLabelsPropertyGroup
extends DefaultPropertyGroup

See Also:
Serialized Form

Field Summary
static List ALL_OPTION_LIST
           
static List ALL_PROPERTIES
           
static String BUTTON
           
static String BUTTON_DEFAULT
           
static String BUTTON_SEARCH
           
static String BUTTON_UPDATE
           
static String OPERATION_LABELS
           
static String SEARCH_DROPDOWN_DISPLAY
           
static String SEARCH_DROPDOWN_NULL
           
static String SEARCH_DROPDOWN_ORDER
           
static String SEARCH_DROPDOWN_ORDER_BOTTOM
           
static String SEARCH_DROPDOWN_ORDER_TOP
           
static String SEARCH_DROPDOWN_VALUE
           
static String SECONDARY_INSTRUCTIONS
           
static String SECONDARY_INSTRUCTIONS_DEFAULT
           
 
Fields inherited from class planetj.property.DefaultPropertyGroup
NONE
 
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
OperationLabelsPropertyGroup()
          DisplayPropertyGroup constructor comment.
OperationLabelsPropertyGroup(int initialCapacity)
          DisplayPropertyGroup constructor comment.
OperationLabelsPropertyGroup(String pName)
          DisplayPropertyGroup constructor comment.
 
Method Summary
 List getAllPropertyNames()
          Gets a List containing the names of all the supported properties, not including metaproperties.
 String getButtonLabel()
          Gets the value of the button property
 List getHTMLOptions()
          Gets a List containing the HTMLOption objects to add to the HTML select.
 List getRequiredPropertyNames()
          Gets a List containing the names of all the required properties.
 String getSecondaryInstructions()
          Gets the value of the secondary instructions property
 
Methods inherited from class planetj.property.DefaultPropertyGroup
getDefaultPropertiesString
 
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

OPERATION_LABELS

public static final String OPERATION_LABELS
See Also:
Constant Field Values

BUTTON

public static final String BUTTON
See Also:
Constant Field Values

BUTTON_SEARCH

public static final String BUTTON_SEARCH
See Also:
Constant Field Values

BUTTON_UPDATE

public static final String BUTTON_UPDATE
See Also:
Constant Field Values

BUTTON_DEFAULT

public static final String BUTTON_DEFAULT
See Also:
Constant Field Values

SECONDARY_INSTRUCTIONS

public static final String SECONDARY_INSTRUCTIONS
See Also:
Constant Field Values

SECONDARY_INSTRUCTIONS_DEFAULT

public static final String SECONDARY_INSTRUCTIONS_DEFAULT
See Also:
Constant Field Values

SEARCH_DROPDOWN_DISPLAY

public static final String SEARCH_DROPDOWN_DISPLAY
See Also:
Constant Field Values

SEARCH_DROPDOWN_ORDER

public static final String SEARCH_DROPDOWN_ORDER
See Also:
Constant Field Values

SEARCH_DROPDOWN_ORDER_TOP

public static final String SEARCH_DROPDOWN_ORDER_TOP
See Also:
Constant Field Values

SEARCH_DROPDOWN_ORDER_BOTTOM

public static final String SEARCH_DROPDOWN_ORDER_BOTTOM
See Also:
Constant Field Values

SEARCH_DROPDOWN_VALUE

public static final String SEARCH_DROPDOWN_VALUE
See Also:
Constant Field Values

SEARCH_DROPDOWN_NULL

public static final String SEARCH_DROPDOWN_NULL
See Also:
Constant Field Values

ALL_OPTION_LIST

public static final List ALL_OPTION_LIST

ALL_PROPERTIES

public static final List ALL_PROPERTIES
Constructor Detail

OperationLabelsPropertyGroup

public OperationLabelsPropertyGroup()
DisplayPropertyGroup constructor comment.


OperationLabelsPropertyGroup

public OperationLabelsPropertyGroup(int initialCapacity)
DisplayPropertyGroup constructor comment.

Parameters:
initialCapacity - int

OperationLabelsPropertyGroup

public OperationLabelsPropertyGroup(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, not including metaproperties.

Overrides:
getAllPropertyNames in class DefaultPropertyGroup

getButtonLabel

public String getButtonLabel()
Gets the value of the button property


getHTMLOptions

public List getHTMLOptions()
Gets a List containing the HTMLOption objects to add to the HTML select. An empty List indicates that no options were specified in this property group


getRequiredPropertyNames

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

Overrides:
getRequiredPropertyNames in class DefaultPropertyGroup

getSecondaryInstructions

public String getSecondaryInstructions()
Gets the value of the secondary instructions property