|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BeanField in org.codehaus.mojo.pomtools.console.screens |
---|
Methods in org.codehaus.mojo.pomtools.console.screens with parameters of type BeanField | |
---|---|
static ConsoleScreen |
ScreenHelper.getObjectEditorScreen(ObjectWrapper obj,
BeanField field)
|
Uses of BeanField in org.codehaus.mojo.pomtools.console.screens.custom |
---|
Constructors in org.codehaus.mojo.pomtools.console.screens.custom with parameters of type BeanField | |
---|---|
EditDependencyVersionScreen(ObjectWrapper editorObject,
BeanField field)
|
|
ListDependenciesScreen(ObjectWrapper obj,
BeanField field)
|
Uses of BeanField in org.codehaus.mojo.pomtools.console.screens.editors |
---|
Methods in org.codehaus.mojo.pomtools.console.screens.editors with parameters of type BeanField | |
---|---|
protected ConsoleScreen |
EditObjectScreen.getEditorScreen(BeanField field)
|
Constructors in org.codehaus.mojo.pomtools.console.screens.editors with parameters of type BeanField | |
---|---|
EditBooleanScreen(ObjectWrapper obj,
BeanField field)
|
|
EditListScreen(ObjectWrapper obj,
BeanField field)
|
|
EditLovScreen(ObjectWrapper obj,
BeanField field)
|
|
EditObjectScreen(ObjectWrapper ownerObject,
BeanField field)
|
|
EditStringScreen(ObjectWrapper obj,
BeanField field)
|
|
EditVersionScreen(ObjectWrapper obj,
BeanField field)
|
Uses of BeanField in org.codehaus.mojo.pomtools.wrapper |
---|
Methods in org.codehaus.mojo.pomtools.wrapper with parameters of type BeanField | |
---|---|
Object |
ObjectWrapper.getFieldValue(BeanField field)
Returns the value for the wrapped object for the specified field. |
Object |
ObjectWrapper.getFieldValue(BeanField field,
boolean createIfNull)
Returns the value for the wrapped object for the specified field. |
boolean |
ObjectWrapper.isFieldModified(BeanField field)
|
void |
ObjectWrapper.setFieldValue(BeanField field,
Object value)
Sets the value for specified field of the underlying wrapped object to the specified value. |
void |
ObjectWrapper.setModified(BeanField field)
Sets the modified flag to true and adds the field to our modified fields.; |
Uses of BeanField in org.codehaus.mojo.pomtools.wrapper.reflection |
---|
Subclasses of BeanField in org.codehaus.mojo.pomtools.wrapper.reflection | |
---|---|
class |
BooleanField
|
class |
CompositeField
|
class |
ListField
|
class |
PropertiesBeanField
|
class |
StringField
|
Methods in org.codehaus.mojo.pomtools.wrapper.reflection that return BeanField | |
---|---|
BeanField |
BeanFields.get(int id)
|
BeanField |
BeanFields.get(String fieldName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |