Modifier and Type | Method and Description |
---|---|
void |
HtmlEditor.init(ClassVO arg0,
PropertyVO arg1,
java.lang.Object arg2) |
Constructor and Description |
---|
SetPropertyDescriptionAction(CLJPanelInstanceEditor editor,
PropertyVO p) |
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
ComponentMapper.getComponent(ClassVO clsvo,
PropertyVO propvo,
java.lang.Object value) |
java.awt.Component |
ComponentFactoryBase.getComponent(ClassVO clsvo,
PropertyVO prop,
java.lang.Object value) |
javax.swing.JLabel |
ComponentMapper.getLabel(ClassVO clsvo,
PropertyVO prop) |
javax.swing.JLabel |
ComponentFactoryBase.getLabel(ClassVO clsvo,
PropertyVO prop) |
java.awt.Component |
ComponentFactoryBase.getTableCellComponent(ClassVO clsvo,
PropertyVO prop,
java.lang.Object value) |
void |
UIComponent.init(ClassVO c,
PropertyVO p,
java.lang.Object value) |
void |
TriStateCheckBox.init(ClassVO c,
PropertyVO p,
java.lang.Object value) |
void |
JTextPaneX.init(ClassVO c,
PropertyVO p,
java.lang.Object value) |
void |
JTextFieldX.init(ClassVO c,
PropertyVO p,
java.lang.Object value) |
void |
JListX.init(ClassVO c,
PropertyVO prop,
java.lang.Object value) |
void |
JComboList.init(ClassVO clsvo,
PropertyVO prop,
java.lang.Object value) |
void |
HtmlEditor.init(ClassVO arg0,
PropertyVO arg1,
java.lang.Object arg2) |
void |
AbstractTimeField.init(ClassVO c,
PropertyVO p,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
void |
DataAccessDelegate.rename(PropertyVO p) |
Constructor and Description |
---|
CLJInternalFrameNewProperty(java.lang.Object[] args,
PropertyVO p) |
CLJInternalFrameNewProperty(PropertyVO p) |
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
ComponentFactory.getComponent(ClassVO clsvo,
PropertyVO propvo,
java.lang.Object value) |
javax.swing.JLabel |
ComponentFactory.getLabel(ClassVO clsvo,
PropertyVO prop) |
Modifier and Type | Method and Description |
---|---|
void |
CLJPanelInstanceEditor.refreshInstance(PropertyVO p) |
Modifier and Type | Method and Description |
---|---|
PropertyVO |
CLEnterpriseBrowser.getProperty(java.lang.String classname,
java.lang.String propertyname) |
PropertyVO |
CLBrowserBase.getProperty(java.lang.String classname,
java.lang.String propertyname) |
PropertyVO |
CLBrowser.getProperty(java.lang.String classname,
java.lang.String propertyname) |
Modifier and Type | Method and Description |
---|---|
RelationVO |
CLBrowserBase.getRelation(ClassVO clsvo,
PropertyVO propvo) |
RelationVO |
CLBrowser.getRelation(ClassVO c,
PropertyVO p) |
void |
CLBrowserBase.setDescription(PropertyVO p,
DescriptionVO v) |
void |
CLBrowser.setDescription(PropertyVO propvo,
DescriptionVO descvo) |
Modifier and Type | Method and Description |
---|---|
PropertyVO |
ClassVO.getDependentProperty(PropertyVO p)
For multilevel lists, several properties in a class
are associated with the same list, with different levels.
|
PropertyVO |
ClassVO.getPropertyVOByName(java.lang.String name) |
PropertyVO[] |
ClassVO.getPropertyVOs() |
Modifier and Type | Method and Description |
---|---|
void |
ClassVO.addPropertyVO(PropertyVO p) |
PropertyVO |
ClassVO.getDependentProperty(PropertyVO p)
For multilevel lists, several properties in a class
are associated with the same list, with different levels.
|
void |
ClassVO.setPropertyVOs(PropertyVO[] propertyVOs) |
Modifier and Type | Method and Description |
---|---|
PropertyVO |
Property.buildPropertyVO(Model dm,
long classId)
Returns a PropertyVO object for this Property
|
PropertyVO |
Class.getPropertyVO(int propId) |
PropertyVO |
Class.getPropertyVO(java.lang.String propName) |
Modifier and Type | Method and Description |
---|---|
void |
Property.updateFromPropertyVO(PropertyVO pvo)
Updates from PropertyVO information
|
Constructor and Description |
---|
DataProperty(DBHandler dbhandler,
PropertyVO pvo) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
SaveInstance.getComponentValue(java.lang.Object newValue,
PropertyVO pvo) |
Modifier and Type | Method and Description |
---|---|
void |
JLinkField.init(ClassVO c,
PropertyVO p,
java.lang.Object value) |