|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openxava.util.meta.MetaElement
org.openxava.controller.meta.MetaController
public class MetaController
| Constructor Summary | |
|---|---|
MetaController()
|
|
| Method Summary | |
|---|---|
void |
addMetaAction(MetaAction action)
|
void |
addParentName(java.lang.String parentName)
|
boolean |
containsMetaAction(java.lang.String actionName)
|
java.util.Collection |
getAllMetaActions()
The MetaActions of this controller and all its parents. |
java.util.Collection |
getAllNotHiddenMetaActions()
The not hidden MetaActions of this controller and all its parents. |
java.lang.String |
getClassName()
Only for spanish/swing version |
java.lang.String |
getId()
Unique id of element, normally used to search the label in the resources files. |
MetaAction |
getMetaAction(java.lang.String name)
|
java.util.Collection |
getMetaActions()
|
java.util.Collection |
getMetaActionsAfterEachRequest()
|
java.util.Collection |
getMetaActionsBeforeEachRequest()
|
java.util.Collection |
getMetaActionsOnEachRequest()
|
java.util.Collection |
getMetaActionsOnInit()
Fathers actions are included. |
java.util.Collection |
getParents()
|
boolean |
hasParents()
|
void |
setClassName(java.lang.String className)
Only for spanish/swing version |
| Methods inherited from class org.openxava.util.meta.MetaElement |
|---|
getDescription, getDescription, getDescription, getLabel, getLabel, getLabel, getLocale, getName, has18nLabel, hasName, setDescription, setLabel, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MetaController()
| Method Detail |
|---|
public java.lang.String getClassName()
public void setClassName(java.lang.String className)
public void addMetaAction(MetaAction action)
public void addParentName(java.lang.String parentName)
public MetaAction getMetaAction(java.lang.String name)
throws ElementNotFoundException
ElementNotFoundExceptionpublic java.util.Collection getMetaActions()
public boolean containsMetaAction(java.lang.String actionName)
public java.util.Collection getAllMetaActions()
throws XavaException
XavaException
public java.util.Collection getAllNotHiddenMetaActions()
throws XavaException
XavaExceptionpublic java.lang.String getId()
MetaElement
getId in class MetaElement
public java.util.Collection getMetaActionsOnInit()
throws XavaException
XavaExceptionpublic boolean hasParents()
public java.util.Collection getParents()
throws XavaException
XavaException
public java.util.Collection getMetaActionsOnEachRequest()
throws XavaException
XavaException
public java.util.Collection getMetaActionsAfterEachRequest()
throws XavaException
XavaException
public java.util.Collection getMetaActionsBeforeEachRequest()
throws XavaException
XavaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||