org.jboss.seam.databinding
Interface DataSelector<In extends Annotation,WrapperType>

Type Parameters:
In - the annotation type
WrapperType - the wrapper type
All Known Implementing Classes:
DataModelIndexSelector, DataModelSelector

public interface DataSelector<In extends Annotation,WrapperType>

Allows extraction of the selected item from some "wrapper type".

Author:
Gavin King

Method Summary
 Object getSelection(In in, WrapperType wrapper)
           
 String getVariableName(In in)
           
 

Method Detail

getVariableName

String getVariableName(In in)

getSelection

Object getSelection(In in,
                    WrapperType wrapper)


Copyright © 2011 Seam Framework. All Rights Reserved.