Uses of Interface
com.wewebu.ow.server.app.OwComboModel

Packages that use OwComboModel
com.wewebu.ow.server.app   
 

Uses of OwComboModel in com.wewebu.ow.server.app
 

Classes in com.wewebu.ow.server.app that implement OwComboModel
 class OwDefaultComboModel
           Default implementation for combo box model.
 class OwFieldManagerComboModel
           Combo Box Model used when OwFieldManager needs to display combobox fields.
 

Fields in com.wewebu.ow.server.app declared as OwComboModel
protected  OwComboModel OwBaseComboboxRenderer.m_model
          the model
 

Methods in com.wewebu.ow.server.app that return OwComboModel
protected  OwComboModel OwStandardFieldManager.createComboBoxModel(OwFieldDefinition fieldDef_p, Object value_p, boolean fAllowEmptyField_p)
          Creates a model for combobox.
 

Methods in com.wewebu.ow.server.app with parameters of type OwComboModel
 OwComboboxRenderer OwMainAppContext.createComboboxRenderer(OwComboModel model_p, String strID_p, OwFieldDefinition fieldDefinition_p, OwFieldProvider fieldProvider_p, OwString description_p)
          Creates a renderer component for comboboxes.
 void OwComboboxRenderer.setModel(OwComboModel model_p)
          Set the combo model items.
 void OwBaseComboboxRenderer.setModel(OwComboModel model_p)
           
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.