public interface ComponentFactory
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
getComponent(ClassVO clsvo,
Instance instance,
int propId)
It returns a JComponent object used as input control for a OMS Property.
|
java.awt.Component |
getComponent(ClassVO clsvo,
PropertyVO propvo,
java.lang.Object value) |
java.lang.Object |
getComponentValue(java.awt.Component component) |
javax.swing.JLabel |
getLabel(ClassVO clsvo,
int propId) |
javax.swing.JLabel |
getLabel(ClassVO clsvo,
PropertyVO prop) |
java.awt.Component |
getTableCellComponent(ClassVO cvo,
Instance inst,
int col) |
void |
setComponentValue(java.awt.Component component,
java.lang.Object value) |
java.awt.Component getComponent(ClassVO clsvo, Instance instance, int propId)
clsvo
- ClassVO objectinstance
- Instance object used to initialize the controlpropId
- Index of the property in the instance associated with this controljava.awt.Component getComponent(ClassVO clsvo, PropertyVO propvo, java.lang.Object value)
javax.swing.JLabel getLabel(ClassVO clsvo, int propId)
javax.swing.JLabel getLabel(ClassVO clsvo, PropertyVO prop)
java.lang.Object getComponentValue(java.awt.Component component)
void setComponentValue(java.awt.Component component, java.lang.Object value)