|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Persistent | |
|---|---|
| com.dynamide | The core of the Dynamide Framework: Session, Widget, Page, Property, etc. |
| com.dynamide.apps.ide | |
| com.dynamide.resource | Classes for accessing resources from Dynamide. |
| Uses of Persistent in com.dynamide |
|---|
| Subclasses of Persistent in com.dynamide | |
|---|---|
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 |
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. |
| Methods in com.dynamide with parameters of type Persistent | |
|---|---|
static void |
Persistent.addProperties(Persistent persistent,
org.jdom.Element propertyContainerElement,
java.lang.String ownerID)
Static method can be recycled by any subclass. |
static void |
Persistent.mergeProperties(Persistent persistent,
org.jdom.Element propertyContainerElement,
java.lang.String ownerID)
|
| Uses of Persistent in com.dynamide.apps.ide |
|---|
| Methods in com.dynamide.apps.ide that return Persistent | |
|---|---|
Persistent |
Designer.getTarget()
|
| Methods in com.dynamide.apps.ide with parameters of type Persistent | |
|---|---|
void |
Designer.setTarget(Persistent new_target)
|
| Uses of Persistent in com.dynamide.resource |
|---|
| Subclasses of Persistent in com.dynamide.resource | |
|---|---|
class |
Account
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||