|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.kmr.scam.client.http.util.ViewConfigurationElement
Represents an entry in the view configuration.
Constructor Summary | |
ViewConfigurationElement(String name)
|
Method Summary | |
void |
addExternal(Model external)
Adds an external model to a view |
Model |
getExternal()
Gets the external model associated with this view |
Model |
getForm()
Gets the form model associated with this view |
String |
getName()
Gets the name attribute of this view |
String |
getPage()
Gets the page associated with this view |
Model |
getQuery()
Gets the query model associated with this view |
void |
setForm(Model form)
Sets the form attribute of a view |
void |
setPage(String page)
Sets the page attribute of a view |
void |
setQuery(Model query)
Sets the query attribute of a view |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ViewConfigurationElement(String name)
Method Detail |
public String getName()
public String getPage()
public Model getForm()
public Model getQuery()
public Model getExternal()
public void setPage(String page)
public void setForm(Model form)
public void setQuery(Model query)
public void addExternal(Model external)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |