| org.romaframework.aspect.view.ViewAspectAbstract org.romaframework.aspect.view.echo2.Echo2ViewAspect
Method Summary | |
public ContentForm | createForm(SchemaObject iSchema, ContentComponent iParent) Create the form reading the entity's render feature. | public void | onAfterActionExecution(Object iContent, SchemaElement iAction) | public Object | onAfterFieldRead(Object content, SchemaField field, Object currentValue) | public Object | onAfterFieldWrite(Object content, SchemaField field, Object currentValue) | public boolean | onBeforeActionExecution(Object iContent, SchemaElement iAction) | public Object | onBeforeFieldRead(Object iContent, SchemaField iField, Object iCurrentValue) | public Object | onBeforeFieldWrite(Object content, SchemaField field, Object currentValue) | public void | onFieldRefresh(SessionInfo iSession, Object iContent, SchemaField iField) | public void | pushDownload(InputStream in, String iFileName, String iContentType) | public void | pushRefreshForm(SessionInfo iSession, ContentComponent iForm) | public void | pushShowForm(SessionInfo iSession, ContentForm iForm, String iWhere) | public String | showForm(ContentForm iForm, String iWhere, Screen iDesktop) | public void | signalChangeAction(Object iUserObject, String iAspectName, String iActionName, String iFeatureName, Object iOldValue, Object iFeatureValue) | public void | signalChangeClass(Object iUserObject, String iAspectName, String iFeatureName, Object iOldValue, Object iFeatureValue) | public void | signalChangeField(Object iUserObject, String iAspectName, String iFieldName, String iFeatureName, Object iOldValue, Object iFeatureValue) | public void | startup() |
startup | public void startup()(Code) | | |
|
|