|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface ModelInterface
The ModelInterface interface defines all the functionality needed for a component to behave as a model in a model-view connection. The com.sas.Component class implements the ModelInterface by implementing ComponentInterface, which extends ModelInterface.
ViewInterface| Method Summary | |
|---|---|
abstract boolean |
attachView()
attachView is called on the model during an attachModel call on the view. |
abstract void |
detachView()
detachView is called on the model during an detachModel call on the view. |
| Method Detail |
|---|
boolean attachView()
detachView(),
ViewInterface.attachModel(com.sas.ModelInterface)void detachView()
attachView(),
ViewInterface.detachModel(com.sas.ModelInterface)
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||