| org.romaframework.module.crud.CRUDEntity
CRUDEntity | public class CRUDEntity extends EntityPage implements Bindable(Code) | | Base class to handle CRUDInstances.
author: Luca Garulli (luca.garulli@assetdata.it)< Parameters: T - >Domain Object to handle |
Constructor Summary | |
public | CRUDEntity(T iEntity) Create a CRUDEntity base object. |
CRUDEntity | public CRUDEntity(T iEntity)(Code) | | Create a CRUDEntity base object.
Parameters: iEntity - Inherited entity Parameters: iBackObject - The object to call on back action |
bindValue | protected void bindValue()(Code) | | |
cancel | public void cancel()(Code) | | |
close | protected void close()(Code) | | Close the window or go back.
|
close | protected void close(boolean iForceWindowClose)(Code) | | Force window closing.
Parameters: iForceWindowClose - |
|
|