Uses of Class
net.wotonomy.web.WODynamicElement

Packages that use WODynamicElement
net.wotonomy.web An implementation of the WebObjects framework. 
 

Uses of WODynamicElement in net.wotonomy.web
 

Subclasses of WODynamicElement in net.wotonomy.web
 class WOActionURL
          This dynamic element renders only the URL of a hyperlink.
 class WOActiveImage
          WOActiveImage renders a dynamically generated IMG tag, enclosed in a hyperlink.
 class WOBody
          WOBody represents a page's "body" tag and is used to dynamically set the background image for a page, and therefore works much like WOImage.
 class WOCheckBox
           
 class WOComponentContent
          Used to include a component's content inside another component.
 class WOConditional
          WOConditional renders whatever is inside its opening and closing tags only if a condition is met.
 class WOForm
          Implements a FORM element with dynamic bindings.
 class WOFrame
           
 class WOGenericContainer
          Used to dynamically generate HTML containers (elements with opening and closing tags and something in between).
 class WOGenericElement
          Used to generate any HTML element dynamically.
 class WOHiddenField
          Used to dynamically generate a hidden field within a form.
 class WOHyperlink
          WOHyperlink renders a dynamically generated hyperlink in the output.
 class WOImage
          WOImage renders a dynamically generated IMG tag.
 class WOImageButton
          WOImageButton renders a dynamically generated IMG tag or an INPUT tag, depending on whether the element is inside a WOForm (in which case an INPUT of type IMAGE is generated) or not (in which case the equivalent of a WOActiveImage) Bindings are: src: A static URL for the image source. data: A NSData object with the image content.
 class WOInput
           
 class WOPasswordField
           
 class WOPopUpButton
           
 class WORadioButton
           
 class WORepetition
           
 class WOResetButton
          Implements a reset button with dynamic bindings.
 class WOResourceURL
           
 class WOString
          WOString renders a dynamically generated string in the output.
 class WOSubmitButton
          Implements a submit button with dynamic bindings.
 class WOSwitchComponent
           
 class WOText
          Implements a TEXTAREA element, with dynamic bindings.
 class WOTextField
          Implements an INPUT tag of type TEXT, with dynamic bindings.
 



Copyright © 2006 null. All Rights Reserved.