Uses of Interface
portal.core.model.StringModel

Packages that use StringModel
portal.comp   
portal.comp.list   
portal.core.login.simple   
portal.core.model   
portal.core.validate.rule   
 

Uses of StringModel in portal.comp
 

Methods in portal.comp that return StringModel
 StringModel TextInput.getStringModel()
           
 StringModel TextArea.getStringModel()
           
 StringModel PasswordInput.getStringModel()
           
 StringModel Label.getLabelModel()
           
 

Constructors in portal.comp with parameters of type StringModel
TextInput(StringModel model)
           
TextArea(StringModel model)
           
PasswordInput(StringModel model)
           
Label(StringModel stringModel)
           
 

Uses of StringModel in portal.comp.list
 

Methods in portal.comp.list that return StringModel
 StringModel ListDataModel.getElementAt(int index)
           
 StringModel DefaultListDataModel.getElementAt(int index)
           
 

Methods in portal.comp.list with parameters of type StringModel
 void ListDataModelListener.itemRemoved(StringModel oldValue, int oldIndex)
          Is called after an item has been removed.
 void ListDataModelListener.itemInserted(StringModel newValue, int newIndex)
          Is called after an items has been inserted.
protected  void ListDataModelAdapter.notifyItemRemoved(StringModel oldValue, int oldIndex)
           
protected  void ListDataModelAdapter.notifyItemInserted(StringModel newValue, int newIndex)
           
 void ListDataModel.addElement(StringModel value)
           
 void ListDataModel.addElementAt(int index, StringModel value)
           
 void DefaultListDataModel.addElement(StringModel value)
           
 void DefaultListDataModel.addElementAt(int index, StringModel value)
           
 

Uses of StringModel in portal.core.login.simple
 

Methods in portal.core.login.simple that return StringModel
 StringModel LoginFormModel.getUsernameInput()
           
 StringModel LoginFormModel.getPasswordInput()
           
 

Uses of StringModel in portal.core.model
 

Classes in portal.core.model that implement StringModel
 class PropertyCalendarModel
           
 class PropertyStringModel
           
 class SimpleStringModel
           
 

Uses of StringModel in portal.core.validate.rule
 

Constructors in portal.core.validate.rule with parameters of type StringModel
ValidEmailAddress(StringModel stringModel)
           
StringNotEmpty(StringModel stringModel)
           
NumericalString(StringModel stringModel)