public final class TodoView extends View<TodoModel,TodoController>
TodoView
class takes care of rendering the view for creating,
displaying, and completing todo items.Constructor and Description |
---|
TodoView(Application application)
Initialize a new
TodoView instance for the specified
Application . |
Modifier and Type | Method and Description |
---|---|
javax.swing.JPanel |
render()
Render the
TodoView . |
application, controller, controller, emit, emit, model, model, off, on
public TodoView(Application application)
TodoView
instance for the specified
Application
.application
- The Application
that the TodoView
is
associated with.public javax.swing.JPanel render()
TodoView
.render
in class View<TodoModel,TodoController>