|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractMap | +--java.util.HashMap | +--planetj.property.PropertyGroup | +--planetj.property.DefaultPropertyGroup | +--planetj.dataengine.display.StylesPropertyGroup
Field Summary | |
static List |
ALL_PROPERTIES
|
static String |
BUTTON_SUBMIT
|
static String |
OPERATOR
|
static String |
SEARCH_LABEL
|
static String |
STYLES
|
Fields inherited from class planetj.property.DefaultPropertyGroup |
NONE |
Fields inherited from class planetj.property.PropertyGroup |
ALL_FALSE, ALL_TRUE, BOOLEAN_PROPERTY, DATE_PROPERTY, DOUBLE_PROPERTY, INTEGER_PROPERTY, LIST_PROPERTY, ROW_COLLECTION_KEY, STRING_PROPERTY |
Constructor Summary | |
StylesPropertyGroup()
DisplayPropertyGroup constructor comment. |
|
StylesPropertyGroup(int initialCapacity)
DisplayPropertyGroup constructor comment. |
|
StylesPropertyGroup(String pName)
DisplayPropertyGroup constructor comment. |
Method Summary | |
List |
getAllPropertyNames()
Gets a List containing the names of all the supported properties, not including metaproperties. |
String |
getButtonLabel()
Gets the value of the button property |
String |
getOperatorStyle()
Gets the style to use when rendering operators |
List |
getRequiredPropertyNames()
Gets a List containing the names of all the required properties. |
String |
getSearchLabelStyle()
Gets the style to use when rendering serch label |
String |
getSubmitButtonStyle()
Gets the style to use when rendering the submit button |
Methods inherited from class planetj.property.DefaultPropertyGroup |
getDefaultPropertiesString |
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 |
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 String STYLES
public static final String OPERATOR
public static final String SEARCH_LABEL
public static final String BUTTON_SUBMIT
public static final List ALL_PROPERTIES
Constructor Detail |
public StylesPropertyGroup()
public StylesPropertyGroup(int initialCapacity)
initialCapacity
- intpublic StylesPropertyGroup(String pName)
pName
- java.lang.StringMethod Detail |
public List getAllPropertyNames()
getAllPropertyNames
in class DefaultPropertyGroup
public String getButtonLabel()
public String getOperatorStyle()
public List getRequiredPropertyNames()
getRequiredPropertyNames
in class DefaultPropertyGroup
public String getSearchLabelStyle()
public String getSubmitButtonStyle()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |