planetj.dataengine.display
Class StylesPropertyGroup

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byplanetj.property.PropertyGroup
              extended byplanetj.property.DefaultPropertyGroup
                  extended byplanetj.dataengine.display.StylesPropertyGroup
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable, java.util.Map, java.io.Serializable

public class StylesPropertyGroup
extends DefaultPropertyGroup

See Also:
Serialized Form

Field Summary
static java.util.List ALL_PROPERTIES
           
static java.lang.String BODY
           
static java.lang.String BUTTON_SUBMIT
           
static java.lang.String OPERATOR
           
static java.lang.String SEARCH_LABEL
           
static java.lang.String STYLES
           
 
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
StylesPropertyGroup()
          DisplayPropertyGroup constructor comment.
StylesPropertyGroup(int initialCapacity)
          DisplayPropertyGroup constructor comment.
StylesPropertyGroup(java.lang.String pName)
          DisplayPropertyGroup constructor comment.
 
Method Summary
 java.util.List getAllPropertyNames()
          Gets a List containing the names of all the supported properties, not including metaproperties.
 java.lang.String getBodyStyle()
          Gets the general style applied to the body
 java.lang.String getButtonLabel()
          Gets the value of the button property
 java.lang.String getOperatorStyle()
          Gets the style to use when rendering operators
 java.util.List getRequiredPropertyNames()
          Gets a List containing the names of all the required properties.
 java.lang.String getSearchLabelStyle()
          Gets the style to use when rendering serch label
 java.lang.String getSubmitButtonStyle()
          Gets the style to use when rendering the submit button
protected  short propertyType(java.lang.String pPropertyName)
          Gets the type of property for a specified property name.
 
Methods inherited from class planetj.property.DefaultPropertyGroup
getDefaultPropertiesString
 
Methods inherited from class planetj.property.PropertyGroup
add, addProperty, addProperty, append, clone, compareTo, compareTo, compareTo, containsProperty, copyUndefinedPropertiesFrom, createProperty, createValue, getAllMetapropertyNames, getAllSetBooleanPropertyNames, getAllSetIntPropertyNames, getAllSetListPropertyNames, getAllSetPropertyNames, getAllSetStringPropertyNames, getBooleanValue, getDateFormat, getDateValue, getDoubleValue, getFloatValue, getIntValue, getJavaClassValue, getListValue, getMapValue, getName, getProperty, getPropertyType, getStringValue, getValue, isMergeableOnList, isMetaproperty, iterator, mergeOnList, metapropertyType, put, put, put, setName, toString, updateProperty, validate, validateMetadata, validateMetadataBoolean
 
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
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

STYLES

public static final java.lang.String STYLES
See Also:
Constant Field Values

OPERATOR

public static final java.lang.String OPERATOR
See Also:
Constant Field Values

SEARCH_LABEL

public static final java.lang.String SEARCH_LABEL
See Also:
Constant Field Values

BUTTON_SUBMIT

public static final java.lang.String BUTTON_SUBMIT
See Also:
Constant Field Values

BODY

public static final java.lang.String BODY
See Also:
Constant Field Values

ALL_PROPERTIES

public static final java.util.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(java.lang.String pName)
DisplayPropertyGroup constructor comment.

Parameters:
pName - java.lang.String
Method Detail

getAllPropertyNames

public java.util.List getAllPropertyNames()
Gets a List containing the names of all the supported properties, not including metaproperties.

Overrides:
getAllPropertyNames in class DefaultPropertyGroup

getBodyStyle

public java.lang.String getBodyStyle()
Gets the general style applied to the body


getButtonLabel

public java.lang.String getButtonLabel()
Gets the value of the button property


getOperatorStyle

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


getRequiredPropertyNames

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

Overrides:
getRequiredPropertyNames in class DefaultPropertyGroup

getSearchLabelStyle

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


getSubmitButtonStyle

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


propertyType

protected short propertyType(java.lang.String pPropertyName)
Gets the type of property for a specified property name.

Overrides:
propertyType in class DefaultPropertyGroup