planetj.dataengine.pleasewait
Class PleaseWaitPropertyGroup

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

public class PleaseWaitPropertyGroup
extends DefaultPropertyGroup

See Also:
Serialized Form

Field Summary
static java.util.List ALL_PROPERTY_NAMES
           
static java.lang.String PLEASE_WAIT
           
static java.lang.String PLEASE_WAIT_JSP
           
 
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
PleaseWaitPropertyGroup()
           
 
Method Summary
 java.util.List getAllPropertyNames()
          Gets a List containing the names of all the supported properties.
 java.lang.String getPleaseWaitJSP()
          Gets the please wait JSP to use
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, getRequiredPropertyNames
 
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

PLEASE_WAIT

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

PLEASE_WAIT_JSP

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

ALL_PROPERTY_NAMES

public static final java.util.List ALL_PROPERTY_NAMES
Constructor Detail

PleaseWaitPropertyGroup

public PleaseWaitPropertyGroup()
Method Detail

getAllPropertyNames

public java.util.List getAllPropertyNames()
Description copied from class: DefaultPropertyGroup
Gets a List containing the names of all the supported properties.

Overrides:
getAllPropertyNames in class DefaultPropertyGroup

getPleaseWaitJSP

public java.lang.String getPleaseWaitJSP()
Gets the please wait JSP to use


propertyType

protected short propertyType(java.lang.String pPropertyName)
Description copied from class: DefaultPropertyGroup
Gets the type of property for a specified property name.

Overrides:
propertyType in class DefaultPropertyGroup