Uses of Class
com.dynamide.Property

Packages that use Property
com.dynamide The core of the Dynamide Framework: Session, Widget, Page, Property, etc. 
com.dynamide.apps.ide   
com.dynamide.datatypes Wrappers for datatypes found in property elements in resource files. 
com.dynamide.db How to make any data access strategy plug into Dynamide's data-aware components. 
com.dynamide.security Security objects, for preventing unauthorized access to resources across Dynamide Assemblies, Sessions, etc. 
 

Uses of Property in com.dynamide
 

Methods in com.dynamide that return Property
static Property Property.createFromXML(org.jdom.Element propertyElement)
           
static Property Property.createFromXML(java.lang.String xmlFilename)
           
 Property AbstractWidget.getEventByOrdinal(int row)
           
 Property Persistent.getProperty(java.lang.String propertyName)
          %% this is funky, since right now all are stored as String name and value. isEvent is just lost, for example.
 Property IPropertyProvider.getProperty(java.lang.String propertyName)
           
 Property AbstractWidget.getPropertyByOrdinal(int row)
           
 Property WidgetType.getPropertyDefault(java.lang.String name)
           
 Property AbstractWidget.getPropertyDefault(java.lang.String what)
           
 

Methods in com.dynamide with parameters of type Property
 void Persistent.addProperty(java.lang.String name, Property value)
           
 void IPropertyProvider.addProperty(java.lang.String name, Property value)
           
 java.lang.String Session.getApplicationPropertyEditor(Session session, Session subsession, Property property, java.lang.String onkeydown, java.lang.String onchange)
           
 java.lang.String Session.getPagePropertyEditor(Session session, Session subsession, Page page, Property property, java.lang.String onkeydown, java.lang.String onchange)
           
static java.lang.String Session.getPropertyEditor(Session session, Session subsession, java.lang.String logName, Property property, Property defaultProperty, java.lang.String onkeydown, java.lang.String onchange, StringList variables)
           
 java.lang.String Session.getWidgetPropertyEditor(Session session, Session subsession, Page page, Widget widget, Property property, Property defaultProperty, java.lang.String onkeydown, java.lang.String onchange)
           
protected  void Persistent.mergeProperty(java.lang.String name, Property newProperty)
           
 void Property.overrideValuesFrom(Property newProperty)
           
 void Persistent.setProperty(Property property)
           
 void AbstractWidget.setProperty(Property property)
           
 void Persistent.setProperty(java.lang.String name, Property value)
           
 void IPropertyProvider.setProperty(java.lang.String name, Property value)
           
 

Uses of Property in com.dynamide.apps.ide
 

Methods in com.dynamide.apps.ide that return Property
 Property Designer.getTargetProperty()
           
 

Methods in com.dynamide.apps.ide with parameters of type Property
 void Designer.setTargetProperty(Property new_targetProperty)
           
 

Uses of Property in com.dynamide.datatypes
 

Methods in com.dynamide.datatypes that return Property
 Property Datatype.getProperty()
           
 

Methods in com.dynamide.datatypes with parameters of type Property
 void Datatype.setProperty(Property new_value)
           
 

Uses of Property in com.dynamide.db
 

Methods in com.dynamide.db that return Property
 Property SimpleDatasource.getProperty(java.lang.String propertyName)
          %% this is funky, since right now all are stored as String name and value. isEvent is just lost, for example.
 Property RDBDatasource.getProperty(java.lang.String propertyName)
           
 Property RDBDatabase.getProperty(java.lang.String propertyName)
           
 Property IDatasource.getProperty(java.lang.String propertyName)
          Rather than having a complicated interface to IDatasource, specialized behaviors can be set/retrieved using setProperty/getProperty, for example, "isMultiRowEditable".
 Property DatasourceHelper.getProperty(java.lang.String propertyName)
           
 

Uses of Property in com.dynamide.security
 

Methods in com.dynamide.security that return Property
 Property Login.getProperty(java.lang.String propertyName)
           
 



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