| java.lang.Object uk.org.ponder.rsf.components.UIParameter
All known Subclasses: uk.org.ponder.rsf.components.UIELBinding, uk.org.ponder.rsf.components.UIDeletionBinding,
UIParameter | public class UIParameter (Code) | | A base class for any "pure" (componentless) bindings encoded in the
component tree. The base function is that the name/value pair recorded
in this base class will be submitted as part of the request map.
These may appear as children of either UIForm components, or of UIComponent
components. Derived classes are UIELBinding, UIDeletionBinding etc.
author: Antranig Basman (antranig@caret.cam.ac.uk) |
Field Summary | |
public String | name | public String | value | public boolean | virtual If set to true , represents a "virtual" binding/parameter, that is,
one that is rendered inactive by default, to be "discovered" by some
client-side mechanism. |
virtual | public boolean virtual(Code) | | If set to true , represents a "virtual" binding/parameter, that is,
one that is rendered inactive by default, to be "discovered" by some
client-side mechanism. Virtual bindings represent an "alternate execution path"
through the request container.
|
UIParameter | public UIParameter()(Code) | | |
|
|