Class
CGIKit::Delegate
In:
lib/cgikit/delegate.rb
lib/cgikit/element.rb
lib/cgikit/elements/browser.rb
lib/cgikit/elements/checkbox.rb
lib/cgikit/elements/conditional.rb
lib/cgikit/elements/form.rb
lib/cgikit/elements/image.rb
lib/cgikit/elements/link.rb
lib/cgikit/elements/popup.rb
lib/cgikit/elements/radio.rb
lib/cgikit/elements/repetition.rb
lib/cgikit/elements/string.rb
lib/cgikit/elements/submit.rb
lib/cgikit/elements/text.rb
lib/cgikit/elements/textfield.rb
Parent:
Object
Methods
bool
has_binding?
set_value
support?
support_classes
value
Classes and Modules
Module
CGIKit::Delegate::BrowserDelegate
Module
CGIKit::Delegate::CheckboxDelegate
Module
CGIKit::Delegate::ConditionalDelegate
Module
CGIKit::Delegate::ElementDelegate
Module
CGIKit::Delegate::FormDelegete
Module
CGIKit::Delegate::ImageDelegate
Module
CGIKit::Delegate::LinkDelegate
Module
CGIKit::Delegate::PopupDelegate
Module
CGIKit::Delegate::RadioDelegate
Module
CGIKit::Delegate::RepetitionDelegate
Module
CGIKit::Delegate::StringDelegate
Module
CGIKit::Delegate::SubmitDelegate
Module
CGIKit::Delegate::TextDelegate
Module
CGIKit::Delegate::TextFieldDelegate
Constants
SUPPORT_CLASSES
=
[]
Attributes
bindings
[RW]
component
[RW]
context
[RW]
element
[RW]
Public Class methods
support?
( klass )
support_classes
()
Public Instance methods
bool
( name, does_resolve = true )
has_binding?
( name )
set_value
( name, value )
value
( name, does_resolve = true )
[Validate]