|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface View
A View displays data in the Layout protocol. This is the only recommended means by which anything be placed on a computer screen. Pods must never create a graphical object.
Although Views can only understand the Layout protocol, their interpretion of the data may differ wildly. A View is not a "general-purpose data viewer" (although a default one is provided in this package). Rather, it is simple the root abstraction for the various data viewers and editors that can be used to display and manipulate Pod data.
Views can have string-named properties attached to them.
Method Summary | |
---|---|
Receiver |
getReceiver(HashMap properties)
Get a receiver in the Layout protocol from the View. |
Methods inherited from interface diva.util.PropertyContainer |
---|
getProperty, propertyNames, setProperty |
Method Detail |
---|
Receiver getReceiver(HashMap properties)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |