|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap
java.util.HashMap
planetj.property.PropertyGroup
planetj.dataengine.security.OptionalSignonPropertyGroup
Insert the type's description here. Creation date: (12/3/2002 7:29:57 PM)
Field Summary | |
static java.lang.String |
DEFAULT_PASSWORD_LABEL
The default password label value |
static java.lang.String |
DEFAULT_TITLE
The default title value |
static java.lang.String |
DEFAULT_USER_LABEL
The default user label value |
static java.lang.String |
OPTIONAL_SIGNON
The property group's name |
static java.lang.String |
PASSWORD_LABEL
The password label to display |
static java.lang.String |
TITLE
The optional signon title |
static java.lang.String |
USER_LABEL
The user label to display |
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 | |
OptionalSignonPropertyGroup()
OptionalSignonPropertyGroup constructor comment. |
|
OptionalSignonPropertyGroup(int initialCapacity)
OptionalSignonPropertyGroup constructor comment. |
|
OptionalSignonPropertyGroup(java.lang.String pName)
OptionalSignonPropertyGroup 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 |
getPasswordLabel()
Deprecated. The password label must be the same as the FD external name - you can always specify a different FD to use if you don't like the default name |
static java.lang.String |
getPasswordLabel(Application app)
Deprecated. The user label must be the same as the FD external name - you can always specify a different FD to use if you don't like the default name |
java.util.List |
getRequiredPropertyNames()
Gets a List containing the names of all the required properties. |
java.lang.String |
getTitle()
Gets the title to use for the optional signon area |
static java.lang.String |
getTitle(Application app)
Get the optional signon title to use |
java.lang.String |
getUserLabel()
Deprecated. The user label must be the same as the FD external name - you can always specify a different FD to use if you don't like the default name |
static java.lang.String |
getUserLabel(Application app)
Deprecated. The user label must be the same as the FD external name - you can always specify a different FD to use if you don't like the default name |
protected short |
propertyType(java.lang.String pPropertyName)
Gets the type of property for a specified property name. |
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 |
public static final java.lang.String OPTIONAL_SIGNON
public static final java.lang.String USER_LABEL
public static final java.lang.String DEFAULT_USER_LABEL
public static final java.lang.String PASSWORD_LABEL
public static final java.lang.String DEFAULT_PASSWORD_LABEL
public static final java.lang.String TITLE
public static final java.lang.String DEFAULT_TITLE
Constructor Detail |
public OptionalSignonPropertyGroup()
public OptionalSignonPropertyGroup(int initialCapacity)
initialCapacity
- intpublic OptionalSignonPropertyGroup(java.lang.String pName)
pName
- java.lang.StringMethod Detail |
public java.util.List getAllPropertyNames()
getAllPropertyNames
in class PropertyGroup
public java.lang.String getPasswordLabel()
public static java.lang.String getPasswordLabel(Application app)
public java.util.List getRequiredPropertyNames()
getRequiredPropertyNames
in class PropertyGroup
public java.lang.String getTitle()
public static java.lang.String getTitle(Application app)
public java.lang.String getUserLabel()
public static java.lang.String getUserLabel(Application app)
protected short propertyType(java.lang.String pPropertyName)
propertyType
in class PropertyGroup
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |