|
|||||||||||
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.property.DefaultPropertyGroup
planetj.dataengine.display.StylesPropertyGroup
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 |
Methods inherited from class planetj.property.DefaultPropertyGroup |
getDefaultPropertiesString |
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 |
public static final java.lang.String STYLES
public static final java.lang.String OPERATOR
public static final java.lang.String SEARCH_LABEL
public static final java.lang.String BUTTON_SUBMIT
public static final java.lang.String BODY
public static final java.util.List ALL_PROPERTIES
Constructor Detail |
public StylesPropertyGroup()
public StylesPropertyGroup(int initialCapacity)
initialCapacity
- intpublic StylesPropertyGroup(java.lang.String pName)
pName
- java.lang.StringMethod Detail |
public java.util.List getAllPropertyNames()
getAllPropertyNames
in class DefaultPropertyGroup
public java.lang.String getBodyStyle()
public java.lang.String getButtonLabel()
public java.lang.String getOperatorStyle()
public java.util.List getRequiredPropertyNames()
getRequiredPropertyNames
in class DefaultPropertyGroup
public java.lang.String getSearchLabelStyle()
public java.lang.String getSubmitButtonStyle()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |