|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IContentWidget
Interface that widgets must implement if they use content. Content is a collection of objects that needs to be shown in eg a list, table or combo.
Method Summary | |
---|---|
void |
contentChanged()
This method needs to be called when the content has changed without calling setContent. |
java.lang.Object |
getContent()
|
void |
setContent(java.lang.Object object)
Set the content for the widget |
Method Detail |
---|
void setContent(java.lang.Object object)
object
- the object containing the contentjava.lang.Object getContent()
void contentChanged()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |