planetj.dataengine.display
Class SignOnPropertyGroup
java.lang.Object
|
+--java.util.AbstractMap
|
+--java.util.HashMap
|
+--planetj.property.PropertyGroup
|
+--planetj.property.DefaultPropertyGroup
|
+--planetj.dataengine.display.SignOnPropertyGroup
- All Implemented Interfaces:
- Cloneable, Comparable, Map, Serializable
- public class SignOnPropertyGroup
- 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 |
SIGN_ON
public static final String SIGN_ON
- See Also:
- Constant Field Values
MAXIMUM_FAILURES
public static final String MAXIMUM_FAILURES
- See Also:
- Constant Field Values
FAILURE_MESSAGE
public static final String FAILURE_MESSAGE
- See Also:
- Constant Field Values
FAILURE_MESSAGE_DEFAULT
public static final String FAILURE_MESSAGE_DEFAULT
- See Also:
- Constant Field Values
ALL_PROPERTIES
public static final List ALL_PROPERTIES
SignOnPropertyGroup
public SignOnPropertyGroup()
- DisplayPropertyGroup constructor comment.
SignOnPropertyGroup
public SignOnPropertyGroup(int initialCapacity)
- DisplayPropertyGroup constructor comment.
- Parameters:
initialCapacity
- int
SignOnPropertyGroup
public SignOnPropertyGroup(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
getFailureMessage
public String getFailureMessage()
- Gets the text to display when a signon fails
getMaximumFailures
public int getMaximumFailures()
- Gets the maximum number of failures that are allowed
getRequiredPropertyNames
public List getRequiredPropertyNames()
- Gets a List containing the names of all the required properties.
- Overrides:
getRequiredPropertyNames
in class DefaultPropertyGroup