|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WrapperException | |
---|---|
net.sf.morph | Core classes for use by other parts of the Morph framework. |
net.sf.morph.wrap | Defines an API for manipulating data in a stateful manner. |
Uses of WrapperException in net.sf.morph |
---|
Methods in net.sf.morph that throw WrapperException | |
---|---|
static Bean |
Morph.getBean(java.lang.Object object)
Returns the given object wrapped as a Bean. |
static Container |
Morph.getContainer(java.lang.Object object)
Returns the given object wrapped as a Container. |
static GrowableContainer |
Morph.getGrowableContainer(java.lang.Object object)
Returns the given object wrapped as a GrowableContainer. |
static IndexedContainer |
Morph.getIndexedContainer(java.lang.Object object)
Returns the given object wrapped as an IndexedContainer. |
static MutableIndexedContainer |
Morph.getMutableIndexedContainer(java.lang.Object object)
Returns the given object wrapped as a MutableIndexedContainer. |
Uses of WrapperException in net.sf.morph.wrap |
---|
Methods in net.sf.morph.wrap that throw WrapperException | |
---|---|
boolean |
GrowableContainer.add(java.lang.Object value)
Adds a new value to the end of this container. |
java.lang.Object |
IndexedContainer.get(java.lang.Object container,
int index)
Gets the element at the specified index. |
java.lang.Object |
Bean.get(java.lang.String propertyName)
Retrieves the value of the given property. |
java.lang.Class |
Container.getContainedType()
Returns the type of the elements that are contained in this container. |
java.util.Iterator |
Container.getIterator()
Exposes an iterator over the contents of the container. |
int |
Sizable.getSize()
Returns the number of elements contained within this wrapper. |
java.lang.Class |
Bean.getType(java.lang.String propertyName)
Specifies the least restrictive type that may be assigned to the given property. |
boolean |
Bean.isReadable(java.lang.String propertyName)
Specifies whether the given property is readable. |
boolean |
Bean.isWriteable(java.lang.String propertyName)
Specifies whether the given property is writeable. |
java.lang.Object |
MutableIndexedContainer.set(int index,
java.lang.Object propertyValue)
Sets the element at the specified index. |
void |
Bean.set(java.lang.String propertyName,
java.lang.Object propertyValue)
Sets the value of the given property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |