| java.lang.Object uk.org.ponder.rsf.components.UIParameter uk.org.ponder.rsf.components.UIDeletionBinding
UIDeletionBinding | public class UIDeletionBinding extends UIParameter (Code) | | A deletion binding specifies the removal of an element of the
bean model from its container. The fields in the UIParameter parent will
be filled in by a component fixup processor.
author: Antranig Basman (antranig@caret.cam.ac.uk) |
deletebinding | public ELReference deletebinding(Code) | | An EL path (including #{})
specifying the location in the bean model the deletion
is to occur. If the target field is left blank, this binding specifies
the removal of the object specified by the tail portion of the path
(after the final ".").
|
UIDeletionBinding | public UIDeletionBinding()(Code) | | |
UIDeletionBinding | public UIDeletionBinding(String deletebinding, Object deletetarget)(Code) | | |
UIDeletionBinding | public UIDeletionBinding(String deletebinding)(Code) | | |
|
|