Uses of Interface
com.dynamide.util.IGet

Packages that use IGet
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.event Event objects for GUI events and for server side script events. 
com.dynamide.interpreters Plug-in script interpreters for ServerSideEvents. 
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. 
com.dynamide.util Utilities and Tools for working in the Dynamide Framework 
 

Uses of IGet in com.dynamide
 

Classes in com.dynamide that implement IGet
 class AbstractWidget
           
 class Admin
           
 class Application
           
 class DynamideHandler
           
 class DynamideObject
          The base class for all Objects that would normally descend from java.lang.Object.
 class Field
           
 class JDOMFile
           
 class Page
          See how the WidgetType class is used for Page default properties, and look at the class javadoc for Widget.
 class Persistent
           
 class Property
          This class handles reading of XML properties that are embedded in XML files for Widget and Page (and, in theory, Session).
 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 that return IGet
 IGet DynamideObject.getNextGetter()
           
 

Methods in com.dynamide with parameters of type IGet
 void DynamideObject.setNextGetter(IGet nextGetterInChain)
           
 

Uses of IGet in com.dynamide.apps.ide
 

Classes in com.dynamide.apps.ide that implement IGet
 class IDEApp
           
 

Uses of IGet in com.dynamide.datatypes
 

Classes in com.dynamide.datatypes that implement IGet
 class BooleanDatatype
           
 class Caption
          A simple datatype to wrap a caption string, but adds a key value so you can use internationalized display text (text) and still have one set of keys (key).
 class ColumnDatatype
          A datatype to encapsulate all the parameters required to publish a Dynamide application.
 class Datatype
           
 class EnumeratedDatatype
           
 class ExpandableDatatype
          The Widget class calls DynamideObject.expand(String) to expand all properties, but that doesn't dig into enumerated types or complex types that contain multiple attributes, so this subclass calls the expansion whenever its get(String) method is called.
 class FieldDatatype
           
 class HTMLDatatype
          Defines the following elements: value
 class IDatasourceDatatype
          Use this datatype to store pointers to widgets that expose IDatasource.
 class IntegerDatatype
           
 class Link
          Defines the following elements: key href target text
 class LinkOptions
           
 class LiveEnumeratedDatatype
          Behaves just like EnumeratedDatatype, but allows the LiveEnumeratedDatatype.editor.xml to be created with a real Java object behind it, which allows the editor to get the EnumeratedDatatype associated with the widget defaults.
 class PublishParamsDatatype
          A datatype to encapsulate all the parameters required to publish a Dynamide application.
 class ServerSideEvent
           
 class SloppyBooleanDatatype
           
 class StringDatatype
          Use this datatype to store simple Strings.
 class Version
          A simple datatype to wrap version information, as used by Dynamide Assemblies.
 class WebmacroDatatype
          This is a marker Datatype -- it just marks the property as being valid Webmacro script, so that the Session knows to eval it.
 class WidgetDatatype
          A datatype to indicate to the IDE that the property points to a Widget or a specific class of Widget or a specific interface of Widget.
 

Uses of IGet in com.dynamide.db
 

Classes in com.dynamide.db that implement IGet
 class RDBDatasource
           
 class RDBTable
           
 class SimpleDatasource
          Implements the IDatasource interface as a simple grid; NOTE: Column names default to CASE-INSENSITIVE, unless setCaseInsensitive(false) is called.
 

Uses of IGet in com.dynamide.event
 

Classes in com.dynamide.event that implement IGet
 class ScriptEvent
          In order to make this class as easy to use as possible from multiple scripting languages supported by events, the important fields are available as public fields and as bean properties with proper getters and setters.
 

Uses of IGet in com.dynamide.interpreters
 

Classes in com.dynamide.interpreters that implement IGet
 class BshInterpreter
           
 class BufferConsole
           
 class NullConsole
           
 class TclInterpreter
           
 

Uses of IGet in com.dynamide.resource
 

Classes in com.dynamide.resource that implement IGet
 class Account
           
 class Assembly
           Each assembly turns into a cache of resources at runtime.
 class ContextNode
           
 class Pool
           
 class ResourceManager
          The ResourceManager is required by all Dynamide applications; the servlet calls installSingletonRootResourceManager() while command line applications should call createStandalone().
 class WebAppEntry
           
 class WebApps
           
 

Uses of IGet in com.dynamide.security
 

Classes in com.dynamide.security that implement IGet
 class Login
           
 

Uses of IGet in com.dynamide.util
 

Classes in com.dynamide.util that implement IGet
 class RegisteredActions
           
 class ServletTools
           
 class SessionDatabase
           
 class TemplateProvider
          A Provider is an object responsible or loading and managing instances of a given type.
 class WMTransform
           
 class XDB
           
 



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