public interface TView
extends java.io.Serializable
TView works as the view in MVC structure.
TDataBox}
Modifier and Type | Method and Description |
---|---|
TDataBox |
getDataBox()
Gets the databox connect to this view
This databox provides data for this view.
|
void |
setDataBox(TDataBox dataBox)
Sets databox for this view.
|
void |
updateTViewUI()
Uses the method to update TView's UI.
|
void setDataBox(TDataBox dataBox)
dataBox
- TDataBox the databox of this viewgetDataBox()
TDataBox getDataBox()
setDataBox(twaver.TDataBox)
void updateTViewUI()
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.