Uses of Interface
portal.core.model.Model

Packages that use Model
portal.comp   
portal.comp.form   
portal.comp.list   
portal.comp.tree   
portal.comp.wizard   
portal.core.api   
portal.core.login.simple   
portal.core.model   
 

Uses of Model in portal.comp
 

Methods in portal.comp that return Model
 Model TextInput.createDefaultModel()
           
 Model TextArea.createDefaultModel()
           
 Model PasswordInput.createDefaultModel()
           
 Model CheckBox.createDefaultModel()
           
 Model Label.createDefaultModel()
           
 Model DateSelector.createDefaultModel()
           
 

Constructors in portal.comp with parameters of type Model
PanelDelegator(Model model)
           
 

Uses of Model in portal.comp.form
 

Subinterfaces of Model in portal.comp.form
 interface IValidatableUserInput
           
 

Classes in portal.comp.form that implement Model
 class ValidatableModel
           
 

Constructors in portal.comp.form with parameters of type Model
FormElement(Model model)
           
 

Uses of Model in portal.comp.list
 

Subinterfaces of Model in portal.comp.list
 interface ListDataModel
           
 interface SelectionModel
           
 

Classes in portal.comp.list that implement Model
 class DefaultListDataModel
           
 class DefaultSelectionModel
           
 class ListDataModelAdapter
          A utility class for data binding.
 

Uses of Model in portal.comp.tree
 

Classes in portal.comp.tree that implement Model
 class TreeModel
           
 class TreeNodeModel
           
 

Methods in portal.comp.tree that return Model
 Model Tree.createDefaultModel()
           
 

Uses of Model in portal.comp.wizard
 

Subinterfaces of Model in portal.comp.wizard
 interface WizardPage
          Interface for a wizard page.
 

Classes in portal.comp.wizard that implement Model
 class WizardModel
           
 

Methods in portal.comp.wizard that return Model
 Model Wizard.createDefaultModel()
           
 

Uses of Model in portal.core.api
 

Methods in portal.core.api that return Model
 Model Component.getModel()
          Returns the current model instance or null when there is no model for this component.
protected  Model Component.createDefaultModel()
          This method is called by the constructor to create a default model for this component.
 

Methods in portal.core.api with parameters of type Model
protected  void Component.setModel(Model model)
          Set a new model for this component.
 

Constructors in portal.core.api with parameters of type Model
Component(Model model)
          Creates a new Component instance with the given initial model.
Component(java.lang.String name, Model model)
          Creates a new Component instance with the given name and initial model.
 

Uses of Model in portal.core.login.simple
 

Classes in portal.core.login.simple that implement Model
 class LoginFormModel
           
 

Uses of Model in portal.core.model
 

Subinterfaces of Model in portal.core.model
 interface BooleanModel
           
 interface CalendarModel
           
 interface StringModel
           
 

Classes in portal.core.model that implement Model
 class PropertyCalendarModel
           
 class PropertyStringModel
           
 class SimpleBooleanModel
           
 class SimpleCalendarModel
           
 class SimpleStringModel