|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IScreenHandler
Handle the screen "installation" in the UI (ex.: creation and layout). Usually defined as a dependancy in the XW container and used by an appropriate result.
Method Summary | |
---|---|
void |
displayMessages(java.util.Collection<Message> messages)
Display action messages in the current screen. |
void |
displayScreen(com.opensymphony.xwork2.ActionInvocation invocation)
Screen installation. |
javax.swing.JComponent |
getComponent()
The UI component where screen are installed. |
Method Detail |
---|
javax.swing.JComponent getComponent()
void displayScreen(com.opensymphony.xwork2.ActionInvocation invocation)
invocation
- void displayMessages(java.util.Collection<Message> messages)
messages
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |