planetj.dataengine.display
Class StylesPropertyGroup

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

public class StylesPropertyGroup
extends DefaultPropertyGroup

See Also:
Serialized Form

Field Summary
static List ALL_PROPERTIES
           
static String BUTTON_SUBMIT
           
static String OPERATOR
           
static String SEARCH_LABEL
           
static String STYLES
           
 
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
StylesPropertyGroup()
          DisplayPropertyGroup constructor comment.
StylesPropertyGroup(int initialCapacity)
          DisplayPropertyGroup constructor comment.
StylesPropertyGroup(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
 String getOperatorStyle()
          Gets the style to use when rendering operators
 List getRequiredPropertyNames()
          Gets a List containing the names of all the required properties.
 String getSearchLabelStyle()
          Gets the style to use when rendering serch label
 String getSubmitButtonStyle()
          Gets the style to use when rendering the submit button
 
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

STYLES

public static final String STYLES
See Also:
Constant Field Values

OPERATOR

public static final String OPERATOR
See Also:
Constant Field Values

SEARCH_LABEL

public static final String SEARCH_LABEL
See Also:
Constant Field Values

BUTTON_SUBMIT

public static final String BUTTON_SUBMIT
See Also:
Constant Field Values

ALL_PROPERTIES

public static final List ALL_PROPERTIES
Constructor Detail

StylesPropertyGroup

public StylesPropertyGroup()
DisplayPropertyGroup constructor comment.


StylesPropertyGroup

public StylesPropertyGroup(int initialCapacity)
DisplayPropertyGroup constructor comment.

Parameters:
initialCapacity - int

StylesPropertyGroup

public StylesPropertyGroup(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


getOperatorStyle

public String getOperatorStyle()
Gets the style to use when rendering operators


getRequiredPropertyNames

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

Overrides:
getRequiredPropertyNames in class DefaultPropertyGroup

getSearchLabelStyle

public String getSearchLabelStyle()
Gets the style to use when rendering serch label


getSubmitButtonStyle

public String getSubmitButtonStyle()
Gets the style to use when rendering the submit button