Uses of Interface
com.dynamide.IPropertyProvider

Packages that use IPropertyProvider
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.resource Classes for accessing resources from Dynamide. 
com.dynamide.security Security objects, for preventing unauthorized access to resources across Dynamide Assemblies, Sessions, etc. 
 

Uses of IPropertyProvider in com.dynamide
 

Classes in com.dynamide that implement IPropertyProvider
 class AbstractWidget
           
 class Application
           
 class Field
           
 class Page
          See how the WidgetType class is used for Page default properties, and look at the class javadoc for Widget.
 class Persistent
           
 class Session
          This class manages the user interaction across Page objects, and is the Java-side representation of the application.xml file, which has the page list, page order, and the application-level events.
 class Widget
          Runtime object representing a Widget.
 class WidgetType
          Each widget type, represented by the WidgetType class, corresponds to an xml file, called something like com.dynamide.button (which may be physically stored as com.dynamide.button.xml), which defines the type.
 

Uses of IPropertyProvider in com.dynamide.db
 

Methods in com.dynamide.db that return IPropertyProvider
 IPropertyProvider RDBDatasource.getPropertyProvider()
           
 IPropertyProvider RDBDatabase.getPropertyProvider()
           
 

Methods in com.dynamide.db with parameters of type IPropertyProvider
 void RDBDatasource.setPropertyProvider(IPropertyProvider new_value)
           
 void RDBDatabase.setPropertyProvider(IPropertyProvider new_value)
           
 

Uses of IPropertyProvider in com.dynamide.resource
 

Classes in com.dynamide.resource that implement IPropertyProvider
 class Account
           
 

Uses of IPropertyProvider in com.dynamide.security
 

Methods in com.dynamide.security that return IPropertyProvider
 IPropertyProvider Login.getPropertyProvider()
           
 

Methods in com.dynamide.security with parameters of type IPropertyProvider
 void Login.setPropertyProvider(IPropertyProvider new_value)
           
 



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