Uses of Class
com.irisel.oms.olapi.beans.PropertyVO

Packages that use PropertyVO
com.irisel.omcrm.gui   
com.irisel.oms.guiom.actions.data   
com.irisel.oms.guiom.comp   
com.irisel.oms.guiom.control   
com.irisel.oms.guiom.iframe   
com.irisel.oms.guiom.interfaces   
com.irisel.oms.guiom.panel   
com.irisel.oms.olapi   
com.irisel.oms.olapi.beans   
com.irisel.oms.olapi.internal   
com.irisel.omweb.tags   
com.irisel.swing   
 

Uses of PropertyVO in com.irisel.omcrm.gui
 

Methods in com.irisel.omcrm.gui with parameters of type PropertyVO
 void HtmlEditor.init(ClassVO arg0, PropertyVO arg1, java.lang.Object arg2)
           
 

Uses of PropertyVO in com.irisel.oms.guiom.actions.data
 

Constructors in com.irisel.oms.guiom.actions.data with parameters of type PropertyVO
SetPropertyDescriptionAction(CLJPanelInstanceEditor editor, PropertyVO p)
           
 

Uses of PropertyVO in com.irisel.oms.guiom.comp
 

Methods in com.irisel.oms.guiom.comp with parameters of type PropertyVO
 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)
           
 

Uses of PropertyVO in com.irisel.oms.guiom.control
 

Methods in com.irisel.oms.guiom.control with parameters of type PropertyVO
 void DataAccessDelegate.rename(PropertyVO p)
           
 

Uses of PropertyVO in com.irisel.oms.guiom.iframe
 

Constructors in com.irisel.oms.guiom.iframe with parameters of type PropertyVO
CLJInternalFrameNewProperty(java.lang.Object[] args, PropertyVO p)
           
CLJInternalFrameNewProperty(PropertyVO p)
           
 

Uses of PropertyVO in com.irisel.oms.guiom.interfaces
 

Methods in com.irisel.oms.guiom.interfaces with parameters of type PropertyVO
 java.awt.Component ComponentFactory.getComponent(ClassVO clsvo, PropertyVO propvo, java.lang.Object value)
           
 javax.swing.JLabel ComponentFactory.getLabel(ClassVO clsvo, PropertyVO prop)
           
 

Uses of PropertyVO in com.irisel.oms.guiom.panel
 

Methods in com.irisel.oms.guiom.panel with parameters of type PropertyVO
 void CLJPanelInstanceEditor.refreshInstance(PropertyVO p)
           
 

Uses of PropertyVO in com.irisel.oms.olapi
 

Methods in com.irisel.oms.olapi that return PropertyVO
 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)
           
 

Methods in com.irisel.oms.olapi with parameters of type PropertyVO
 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)
           
 

Uses of PropertyVO in com.irisel.oms.olapi.beans
 

Methods in com.irisel.oms.olapi.beans that return PropertyVO
 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()
           
 

Methods in com.irisel.oms.olapi.beans with parameters of type PropertyVO
 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)
           
 

Uses of PropertyVO in com.irisel.oms.olapi.internal
 

Methods in com.irisel.oms.olapi.internal that return PropertyVO
 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)
           
 

Methods in com.irisel.oms.olapi.internal with parameters of type PropertyVO
 void Property.updateFromPropertyVO(PropertyVO pvo)
          Updates from PropertyVO information
 

Constructors in com.irisel.oms.olapi.internal with parameters of type PropertyVO
DataProperty(DBHandler dbhandler, PropertyVO pvo)
           
 

Uses of PropertyVO in com.irisel.omweb.tags
 

Methods in com.irisel.omweb.tags with parameters of type PropertyVO
 java.lang.Object SaveInstance.getComponentValue(java.lang.Object newValue, PropertyVO pvo)
           
 

Uses of PropertyVO in com.irisel.swing
 

Methods in com.irisel.swing with parameters of type PropertyVO
 void JLinkField.init(ClassVO c, PropertyVO p, java.lang.Object value)