|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectConfigurationProperty
This interface is a property of an Object Configuration and contains a name, description, default value and the type (ObjectConfigurationTypes) of this property. It can also contain a list of values if the type has values specified for it e.g. select list.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Method Summary | |
---|---|
String |
getCascadeFrom()
|
String |
getDefault()
Retreives the default value of this Property e.g. |
String |
getDescription()
Retrieves the description of this Property e.g. |
String |
getName()
Retrieves the name of this Property e.g. |
int |
getType()
Retrieves the type of the Property e.g. |
void |
init(Map params)
Initialises the object so it can retrieve values dependant on the parameters in the Map |
boolean |
isEnabled()
Whether the property is enabled in the current context. |
boolean |
isI18nValues()
|
void |
setCascadeFrom(String cascadeFrom)
|
void |
setI18nValues(boolean i18nValues)
|
Methods inherited from interface java.util.Map |
---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Method Detail |
---|
void init(Map params)
params
- String getName()
String getDescription()
String getDefault()
int getType()
ObjectConfigurationTypes
boolean isI18nValues()
void setI18nValues(boolean i18nValues)
String getCascadeFrom()
void setCascadeFrom(String cascadeFrom)
boolean isEnabled()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |