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
 
 
 
 
 
 
 
| 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 | 
 
 
 
 
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
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
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