se.cambio.cds.openehr.view.panels
Interface DVPanelInterface

Package class diagram package DVPanelInterface
All Known Implementing Classes:
DVAnyPanel, DVBooleanPanel, DVCodedTextPanel, DVComboBoxPanel, DVCountPanel, DVDatePanel, DVDateTimePanel, DVDurationPanel, DVGenericDateTimePanel, DVGenericPanel, DVHierarchyCodedTextPanel, DVISACodedTextPanel, DVLocalCodedTextPanel, DVOrdinalPanel, DVProportionPanel, DVQuantityPanel, DVTextPanel, DVTimePanel

public interface DVPanelInterface


Method Summary
 org.openehr.rm.datatypes.basic.DataValue getDataValue()
           
 Collection<JComponent> getJComponents()
           
 boolean isValidDV()
           
 void setDataValue(org.openehr.rm.datatypes.basic.DataValue dataValue)
           
 

Method Detail

setDataValue

void setDataValue(org.openehr.rm.datatypes.basic.DataValue dataValue)

getDataValue

org.openehr.rm.datatypes.basic.DataValue getDataValue()

isValidDV

boolean isValidDV()

getJComponents

Collection<JComponent> getJComponents()


Copyright © 2013 Cambio. All Rights Reserved.