|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.rad.genui.UIResource<UI>
UI - the corresponding UI Resource.public abstract class UIResource<UI extends IResource>
Platform and technology independent wrapper for IFactory Resource.
| Field Summary | |
|---|---|
protected UI |
uiResource
The IFactory Resource. |
| Constructor Summary | |
|---|---|
protected |
UIResource(UI pUIResource)
Constructs a new UIResource. |
| Method Summary | |
|---|---|
boolean |
equals(Object pObject)
|
Object |
getObject(String pObjectName)
Get the specific Object. |
Collection<String> |
getObjectNames()
Gets a Collection of all object names that are currently
stored as property on this resource. |
Object |
getResource()
Gets the original resource corresponding with this wrapper object. |
UI |
getUIResource()
Gets the UI resource corresponding with this wrapper object. |
int |
hashCode()
|
Object |
putObject(String pObjectName,
Object pObject)
Puts the specific property. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected UI extends IResource uiResource
| Constructor Detail |
|---|
protected UIResource(UI pUIResource)
UIResource.
pUIResource - the IFactory Resource.| Method Detail |
|---|
public Object getResource()
getResource in interface IResourcepublic boolean equals(Object pObject)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic UI getUIResource()
public Object getObject(String pObjectName)
pObjectName - the property name.
getObjectNames(),
putObject(String, Object)public Collection<String> getObjectNames()
Collection of all object names that are currently
stored as property on this resource. Returns an empty Collection
if there are no objects put. The returned Collection is a copy
of the original collection of names.
Collection of all object names. If there are no
objects put, returns an empty Collection.getObject(String),
putObject(String, Object)
public Object putObject(String pObjectName,
Object pObject)
pObjectName - the property name.pObject - the property values.
getObject(String),
getObjectNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||