info.joseluismartin.gui.report
Class ReportTypeView

java.lang.Object
  extended by info.joseluismartin.gui.AbstractView<ReportType>
      extended by info.joseluismartin.gui.report.ReportTypeView
All Implemented Interfaces:
BinderHolder, ControlChangeListener, Binder<ReportType>, ModelHolder<ReportType>, View<ReportType>, EventListener

public class ReportTypeView
extends AbstractView<ReportType>

Author:
Jose A. Corbacho

Field Summary
 
Fields inherited from class info.joseluismartin.gui.AbstractView
DEFAULT_BINDER_FACTORY_NAME, errors, height, messageSource, width
 
Constructor Summary
ReportTypeView()
           
ReportTypeView(ReportType model)
           
 
Method Summary
protected  JComponent buildPanel()
          Build the JComponent that hold controls.
 JComboBox getType()
           
 void init()
           
 
Methods inherited from class info.joseluismartin.gui.AbstractView
addControlChangeListener, addView, afterRefresh, afterUpdate, autobind, bind, bind, clear, controlChange, doRefresh, doUpdate, enableView, fireControlChange, getBinder, getBinderFactory, getBindingResult, getControlAccessorFactory, getControlInitializer, getErrorMessage, getErrorProcessors, getHeight, getIgnoredProperties, getMessage, getMessage, getMessageSource, getModel, getName, getPanel, getValidator, getWidth, ignoreProperties, ignoreProperty, isAutobinding, isDirty, isInitializeControls, listen, onSetModel, refresh, removeControlChangeListener, setAutobinding, setBinderFactory, setControlAccessorFactory, setControlInitializer, setDirty, setErrorProcessors, setHeight, setIgnoredProperties, setInitializeControls, setMessageSource, setModel, setName, setValidator, setWidth, update, validateView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportTypeView

public ReportTypeView()

ReportTypeView

public ReportTypeView(ReportType model)
Method Detail

init

public void init()

buildPanel

protected JComponent buildPanel()
Description copied from class: AbstractView
Build the JComponent that hold controls.

Specified by:
buildPanel in class AbstractView<ReportType>
Returns:
a JCompoent

getType

public JComboBox getType()


Copyright © 2013 JDAL. All Rights Reserved.