|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A GridFace is an abstract representation of a visual
component the is useful to interact with the Grid. GridFaces are
tyoically build out of small panel components. Events between
gridfaces are propagarted through property change listeners.
| Method Summary | |
Date |
lastUpdateTime()
Records the last time the GridFace was updated. |
void |
register(GridFace connection)
Registers another GridFace to this GridFace. |
void |
setLabel(String label)
sets a label for a GridFace. |
void |
setName(String name)
sets the name for a GridFace. |
void |
update()
updates the displaed gridface. |
| Method Detail |
public void update()
public Date lastUpdateTime()
Date, the last time when the GridFace was
updated.public void setName(String name)
name - a String thatreturns a uniqe name.public void setLabel(String label)
label - a String that returns the assigned label.public void register(GridFace connection)
connection - a GridFace value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||