|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.kmr.scam.client.http.helper.ViewBean
A collection of views, each view is associated with a name.
Field Summary | |
static String |
NAME
|
Constructor Summary | |
ViewBean()
|
Method Summary | |
void |
addFieldMap(Object key,
FieldMap fieldMap)
Adds an association between a name and a fieldMap. |
void |
addView(Object key,
ViewConfigurationElement view)
Adds an association between a name and a view configuration. |
FieldMap |
getFieldMap(Object key)
Gets a named fieldMap. |
HashMap |
getFieldMaps()
Gets all fieldMaps. |
ViewConfigurationElement |
getView(Object name)
Gets a named view configuration. |
HashMap |
getViews()
Gets all views. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static String NAME
Constructor Detail |
public ViewBean()
Method Detail |
public HashMap getViews()
public ViewConfigurationElement getView(Object name)
name
- the name of the view configuration
public void addView(Object key, ViewConfigurationElement view)
key
- the name of the associated view configurationview
- the view configuration.public HashMap getFieldMaps()
public FieldMap getFieldMap(Object key)
key
- the name of the fieldMap
public void addFieldMap(Object key, FieldMap fieldMap)
key
- the name of the associated fieldMap
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |