Uses of Interface
com.dynamide.IValueBean

Packages that use IValueBean
com.dynamide The core of the Dynamide Framework: Session, Widget, Page, Property, etc. 
com.dynamide.db How to make any data access strategy plug into Dynamide's data-aware components. 
com.dynamide.test.samplebeans   
com.dynamide.util Utilities and Tools for working in the Dynamide Framework 
 

Uses of IValueBean in com.dynamide
 

Subinterfaces of IValueBean in com.dynamide
 interface IValueBeanList
           
 interface IValueBeanTable
           
 

Methods in com.dynamide that return IValueBean
 IValueBean Session.getValueBean(java.lang.String name)
           
 

Methods in com.dynamide with parameters of type IValueBean
 void Session.addValueBean(java.lang.String name, IValueBean bean)
           
 

Uses of IValueBean in com.dynamide.db
 

Classes in com.dynamide.db that implement IValueBean
 class RDBValueBean
           
 

Uses of IValueBean in com.dynamide.test.samplebeans
 

Classes in com.dynamide.test.samplebeans that implement IValueBean
 class MyValueBean
           
 

Uses of IValueBean in com.dynamide.util
 

Methods in com.dynamide.util with parameters of type IValueBean
 java.util.Iterator ValueBeanHelper.getColNums(IValueBean bean)
           
 

Constructors in com.dynamide.util with parameters of type IValueBean
ValueBeanHelper(Session session, IValueBean bean)
           
 



Copyright © 2001-2013 DYNAMIDE.COM. All Rights Reserved.